diff --git a/reference/info/functions/assert.xml b/reference/info/functions/assert.xml index 30f6a09f034f..5aeba571f3d3 100644 --- a/reference/info/functions/assert.xml +++ b/reference/info/functions/assert.xml @@ -227,7 +227,7 @@ 8.0.0 - assert() will no longer evaluate string arguments, instead they will be + assert will no longer evaluate string arguments, instead they will be treated like any other argument. assert($a == $b) should be used instead of assert('$a == $b'). The assert.quiet_eval &php.ini; directive and the ASSERT_QUIET_EVAL constant have also been removed, as they would no longer