Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.0/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-7.0/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-7.0/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 Derror_reporting03.phpt6 error_reporting(E_ALL);
19 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 Dbug74408.phpt4 error_reporting = E_ALL | E_DEPRECATED | E_STRICT
8 //php.ini: error_reporting = E_ALL | E_DEPRECATED | E_STRICT
H A Dbug27731.phpt5 error_reporting(E_ALL ^ E_NOTICE);
H A Dinter_02.phpt8 error_reporting(E_ALL);
/PHP-7.0/tests/lang/
H A Dbison1.phpt5 error_reporting(E_ALL & ~E_NOTICE);
H A Dbug23584.phpt7 error_reporting(E_ALL);
/PHP-7.0/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_STRICT ^ E_DEPRECATED
/PHP-7.0/ext/session/tests/
H A D002.phpt7 error_reporting(E_ALL);
/PHP-7.0/ext/filter/docs/
H A Dinput_get_args.php2 error_reporting(E_ALL|E_STRICT);
/PHP-7.0/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-7.0/ext/mbstring/tests/
H A Dzend_multibyte-02.phpt4 error_reporting=E_ALL & ~E_DEPRECATED
H A Dzend_multibyte-07.phpt4 error_reporting=E_ALL & ~E_DEPRECATED
/PHP-7.0/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-7.0/ext/date/tests/
H A Dtimestamp-in-dst.phpt7 error_reporting(E_ALL & ~E_WARNING); // hide e_warning warning about timezones

Completed in 32 milliseconds

12345678910>>...16