From 59af09939ab6e191c9836ea3b33b934e1a99a263 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Sun, 20 Mar 2022 21:21:08 +0000 Subject: [PATCH] Remove double parentheses in assert --- reference/info/functions/assert.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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