From e35c820a2335c8edb8b8b11faa92e2f89f9794df Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Sat, 24 Mar 2012 18:26:02 +0000 Subject: [PATCH] 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 --- reference/info/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/info/constants.xml b/reference/info/constants.xml index b46f6269d1..283e0dbb9d 100644 --- a/reference/info/constants.xml +++ b/reference/info/constants.xml @@ -234,8 +234,8 @@ Issues a PHP warning for each failed assertion - - ASSERT_QUITE_EVAL + + ASSERT_QUIET_EVAL assert.quiet_eval Disable error_reporting during assertion expression evaluation.