Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/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.5/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);
/PHP-5.5/Zend/tests/traits/
H A Dproperty001.phpt5 error_reporting(E_ALL);
16 error_reporting(E_ALL & ~E_STRICT); // ensuring that it is only for E_STRICT
23 error_reporting(E_ALL | E_STRICT);
/PHP-5.5/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
H A Dbug23584.phpt7 error_reporting(E_ALL);
/PHP-5.5/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_STRICT ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-5.5/ext/session/tests/
H A D002.phpt7 error_reporting(E_ALL);
/PHP-5.5/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
H A Doffsets_chaining_3.phpt4 error_reporting=E_ALL | E_DEPRECATED
H A Doffsets_chaining_4.phpt4 error_reporting=E_ALL | E_DEPRECATED
/PHP-5.5/ext/filter/docs/
H A Dinput_get_args.php2 error_reporting(E_ALL|E_STRICT);
/PHP-5.5/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.5/ext/date/tests/
H A Dtimestamp-in-dst.phpt7 error_reporting(E_ALL & ~E_WARNING); // hide e_warning warning about timezones

Completed in 22 milliseconds

12345678910>>...16