Searched refs:E_ALL (Results 1 – 25 of 254) sorted by relevance
1234567891011
2 foo = E_ALL E_NOTICE3 error_reporting = E_ALL5 error_reporting2 = E_ALL&~E_NOTICE 6 error_reporting3 = E_ALL & ~E_NOTICE7 error_reporting4 = E_ALL & ~E_NOTICE | E_PARSE
6 error_reporting(E_ALL & ~E_DEPRECATED);12 error_reporting(E_ALL);
6 error_reporting(E_ALL & ~E_DEPRECATED);10 error_reporting(E_ALL);
6 error_reporting(E_ALL);21 error_reporting(E_ALL&~E_NOTICE);
6 error_reporting(E_ALL & ~E_DEPRECATED);15 error_reporting(E_ALL);
6 error_reporting(E_ALL & ~E_DEPRECATED);19 error_reporting(E_ALL);
6 error_reporting(E_ALL);
6 error_reporting(E_ALL);17 error_reporting(E_ALL & ~E_NOTICE);
5 error_reporting(E_ALL ^ E_NOTICE);
6 var_dump(E_ALL);
8 error_reporting(E_ALL);
4 error_reporting = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED
4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
9 error_reporting(E_ALL);
6 error_reporting=E_ALL & ~E_DEPRECATED
7 error_reporting(E_ALL);
4 error_reporting=E_ALL&~E_NOTICE
5 error_reporting(E_ALL);
2 error_reporting(E_ALL);
4 error_reporting = E_ALL ^ E_WARNING
Completed in 50 milliseconds