fixed typo in constant name (ASSERT_QUITE_EVAL to ASSERT_QUIET_EVAL)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324507 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2012-03-24 18:26:02 +00:00
parent ebf48cf331
commit e35c820a23

View file

@ -234,8 +234,8 @@
Issues a PHP warning for each failed assertion
</entry>
</row>
<row xml:id="constant.assert-quite-eval">
<entry><constant>ASSERT_QUITE_EVAL</constant></entry>
<row xml:id="constant.assert-quiet-eval">
<entry><constant>ASSERT_QUIET_EVAL</constant></entry>
<entry>assert.quiet_eval</entry>
<entry>
Disable <literal>error_reporting</literal> during assertion expression evaluation.