E_ALL              70 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT;
E_ALL            1203 Zend/zend_builtin_functions.c 	long error_type = E_ALL | E_STRICT;
E_ALL             112 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              99 ext/sybase_ct/tests/index.php         error_reporting(E_ALL);
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            1703 main/main.c    	EG(error_reporting) = E_ALL & ~E_NOTICE;
E_ALL              85 run-tests.php  error_reporting(E_ALL);
E_ALL              30 server-tests.php error_reporting(E_ALL);