mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ebf48cf331
commit
e35c820a23
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue