Skip to content

Commit

Permalink
Remove double parentheses in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Mar 20, 2022
1 parent 883d2fe commit 59af099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/info/functions/assert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<row>
<entry>8.0.0</entry>
<entry>
<function>assert()</function> will no longer evaluate string arguments, instead they will be
<function>assert</function> will no longer evaluate string arguments, instead they will be
treated like any other argument. <code>assert($a == $b)</code> should be used instead of
<code>assert('$a == $b')</code>. The <literal>assert.quiet_eval</literal> &php.ini; directive and
the <constant>ASSERT_QUIET_EVAL</constant> constant have also been removed, as they would no longer
Expand Down

0 comments on commit 59af099

Please sign in to comment.