E_ALL              68 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
E_ALL            1528 Zend/zend_builtin_functions.c 	long error_type = E_ALL;
E_ALL             116 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_ALL", E_ALL, CONST_PERSISTENT | CONST_CS);
E_ALL              51 Zend/zend_vm_gen.php error_reporting(E_ALL);
E_ALL               2 ext/filter/docs/input_get_args.php error_reporting(E_ALL|E_STRICT);
E_ALL              73 ext/hash/bench.php error_reporting(E_ALL&~E_NOTICE);
E_ALL              26 ext/soap/interop/client_round2_interop.php error_reporting(E_ALL ^ E_NOTICE);
E_ALL               2 ext/zip/examples/create.php error_reporting(E_ALL);
E_ALL               2 ext/zip/examples/get_set_comments.php error_reporting(E_ALL|E_STRICT);
E_ALL            2082 main/main.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
E_ALL             115 run-tests.php  error_reporting(E_ALL);
E_ALL             225 run-tests.php  		'error_reporting=' . (E_ALL | E_STRICT),
E_ALL              30 server-tests.php error_reporting(E_ALL);