Home
last modified time | relevance | path

Searched refs:E_ALL (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data2 foo = E_ALL E_NOTICE
3 error_reporting = E_ALL
5 error_reporting2 = E_ALL&~E_NOTICE
6 error_reporting3 = E_ALL & ~E_NOTICE
7 error_reporting4 = E_ALL & ~E_NOTICE | E_STRICT
/PHP-5.3/Zend/tests/
H A Derror_reporting02.phpt6 error_reporting(E_ALL);
12 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting04.phpt6 error_reporting(E_ALL);
10 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting10.phpt6 error_reporting(E_ALL);
22 error_reporting(E_ALL&~E_NOTICE);
H A Derror_reporting08.phpt6 error_reporting(E_ALL);
15 error_reporting(E_ALL|E_STRICT);
H A Derror_reporting09.phpt6 error_reporting(E_ALL);
15 error_reporting(E_ALL|E_STRICT);
H A Dbug33771.phpt6 error_reporting(E_ALL | E_STRICT);
17 error_reporting(E_ALL & ~E_STRICT);
H A Derror_reporting03.phpt6 error_reporting(E_ALL);
19 error_reporting(E_ALL|E_STRICT);
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
H A Dbug39018_2.phpt6 error_reporting(E_ALL);
H A Dinter_02.phpt8 error_reporting(E_ALL);
H A Dforeach_002.phpt6 error_reporting(E_ALL);
H A Derror_reporting01.phpt6 error_reporting(E_ALL);
/PHP-5.3/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
H A Dbug23584.phpt7 error_reporting(E_ALL);
/PHP-5.3/ext/session/tests/
H A D002.phpt7 error_reporting(E_ALL);
H A D028.phpt10 error_reporting(E_ALL);
/PHP-5.3/ext/filter/docs/
H A Dinput_get_args.php2 error_reporting(E_ALL|E_STRICT);
/PHP-5.3/tests/basic/
H A Dmagic_quotes_gpc.phpt4 error_reporting=E_ALL & ~E_DEPRECATED
/PHP-5.3/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
H A Drecursive_tree_iterator_003.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-5.3/ext/date/tests/
H A Dtimestamp-in-dst.phpt7 error_reporting(E_ALL & ~E_WARNING); // hide e_warning warning about timezones
/PHP-5.3/ext/libxml/tests/
H A Dbug61367-read.phpt7 error_reporting=E_ALL & ~E_NOTICE
11 …* Note: Using error_reporting=E_ALL & ~E_NOTICE to supress "Trying to get property of non-object" …
/PHP-5.3/tests/strings/
H A Doffsets_chaining_1.phpt4 error_reporting=E_ALL | E_DEPRECATED
H A Doffsets_chaining_2.phpt4 error_reporting=E_ALL | E_DEPRECATED

Completed in 28 milliseconds

12345678910>>...12