Home
last modified time | relevance | path

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

12345678910

/PHP-8.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_PARSE
/PHP-8.0/Zend/tests/
H A Derror_reporting02.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
12 error_reporting(E_ALL);
H A Derror_reporting04.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
10 error_reporting(E_ALL);
H A Derror_reporting10.phpt6 error_reporting(E_ALL);
21 error_reporting(E_ALL&~E_NOTICE);
H A Derror_reporting08.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
15 error_reporting(E_ALL);
H A Dbug33771.phpt6 error_reporting(E_ALL);
17 error_reporting(E_ALL & ~E_NOTICE);
H A Derror_reporting09.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
15 error_reporting(E_ALL);
H A Derror_reporting03.phpt6 error_reporting(E_ALL & ~E_DEPRECATED);
19 error_reporting(E_ALL);
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 Ddereference_006.phpt6 error_reporting(E_ALL);
H A Dforeach_002.phpt8 error_reporting(E_ALL);
H A Derror_reporting01.phpt6 error_reporting(E_ALL);
H A Ddereference_009.phpt6 error_reporting(E_ALL);
/PHP-8.0/tests/func/
H A Dbug64523.phpt4 error_reporting = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-8.0/ext/session/tests/
H A D002.phpt7 error_reporting(E_ALL);
H A D010.phpt10 error_reporting(E_ALL);
/PHP-8.0/ext/mbstring/tests/
H A Dzend_multibyte-02.phpt6 error_reporting=E_ALL & ~E_DEPRECATED
/PHP-8.0/tests/lang/
H A Dbug23584.phpt7 error_reporting(E_ALL);
/PHP-8.0/ext/spl/tests/
H A Drecursive_tree_iterator_002.phpt4 error_reporting=E_ALL&~E_NOTICE
/PHP-8.0/Zend/tests/traits/
H A Dlanguage001.phpt5 error_reporting(E_ALL);
/PHP-8.0/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt5 error_reporting(E_ALL);
/PHP-8.0/ext/zip/examples/
H A Dset_compression.php2 error_reporting(E_ALL);

Completed in 49 milliseconds

12345678910