E_STRICT           68 Zend/zend.c    		EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
E_STRICT         1063 Zend/zend.c    		case E_STRICT:
E_STRICT          634 Zend/zend_API.c 						*severity = E_STRICT;
E_STRICT          707 Zend/zend_API.c 		if (severity != E_STRICT) {
E_STRICT         1552 Zend/zend_API.c 			zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(key), Z_LVAL_P(key));
E_STRICT         2930 Zend/zend_API.c 					severity = E_STRICT;
E_STRICT         1550 Zend/zend_compile.c 		zend_error(E_STRICT, "Static function %s%s%s() should not be abstract", is_method ? CG(active_class_entry)->name : "", is_method ? "::" : "", Z_STRVAL(function_name->u.constant));
E_STRICT         1643 Zend/zend_compile.c 					zend_error(E_STRICT, "Redefining already defined constructor for class %s", CG(active_class_entry)->name);
E_STRICT         3459 Zend/zend_compile.c 	} else if (EG(error_reporting) & E_STRICT || EG(user_error_handler)) { /* Check E_STRICT (or custom error handler) before the check so that we save some time */
E_STRICT         3462 Zend/zend_compile.c 			zend_error(E_STRICT, "Declaration of %s::%s() should be compatible with %s", ZEND_FN_SCOPE_NAME(child), child->common.function_name, method_prototype);
E_STRICT         4310 Zend/zend_compile.c 						zend_error(E_STRICT,
E_STRICT          105 Zend/zend_constants.c 	REGISTER_MAIN_LONG_CONSTANT("E_STRICT", E_STRICT, CONST_PERSISTENT | CONST_CS);
E_STRICT           41 Zend/zend_errors.h #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECATED | E_USER_DEPRECATED | E_STRICT)
E_STRICT         1049 Zend/zend_execute.c 			zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(dim), Z_LVAL_P(dim));
E_STRICT          800 Zend/zend_execute_API.c 			zend_error(E_STRICT, "%s", error);
E_STRICT          307 Zend/zend_object_handlers.c 						zend_error(E_STRICT, "Accessing static property %s::$%s as non static", ce->name, Z_STRVAL_P(member));
E_STRICT         1784 Zend/zend_vm_def.h 		zend_error(E_STRICT, "Only variables should be assigned by reference");
E_STRICT         1935 Zend/zend_vm_def.h 			zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically", fbc->common.scope->name, fbc->common.function_name);
E_STRICT         2598 Zend/zend_vm_def.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         3131 Zend/zend_vm_def.h 			zend_error(E_STRICT, "Only variables should be passed by reference");
E_STRICT          506 Zend/zend_vm_execute.h 			zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically", fbc->common.scope->name, fbc->common.function_name);
E_STRICT         3630 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         4622 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         5479 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         6205 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         7061 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         13049 Zend/zend_vm_execute.h 			zend_error(E_STRICT, "Only variables should be passed by reference");
E_STRICT         15482 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         17830 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         19916 Zend/zend_vm_execute.h 		zend_error(E_STRICT, "Only variables should be assigned by reference");
E_STRICT         20138 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         21585 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         23377 Zend/zend_vm_execute.h 		zend_error(E_STRICT, "Only variables should be assigned by reference");
E_STRICT         23597 Zend/zend_vm_execute.h 				zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", call->fbc->common.scope->name, call->fbc->common.function_name);
E_STRICT         30655 Zend/zend_vm_execute.h 			zend_error(E_STRICT, "Only variables should be passed by reference");
E_STRICT         36994 Zend/zend_vm_execute.h 		zend_error(E_STRICT, "Only variables should be assigned by reference");
E_STRICT         40168 Zend/zend_vm_execute.h 		zend_error(E_STRICT, "Only variables should be assigned by reference");
E_STRICT         1542 ext/date/php_date.c 			php_error_docref(NULL TSRMLS_CC, E_STRICT, "You should be using the time() function instead");
E_STRICT            2 ext/filter/docs/input_get_args.php error_reporting(E_ALL|E_STRICT);
E_STRICT         1571 ext/mysqli/mysqli_api.c 		php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. "
E_STRICT         1610 ext/mysqli/mysqli_api.c 		php_error_docref(NULL TSRMLS_CC, E_STRICT, "There is no next result set. "
E_STRICT          342 ext/spl/spl_array.c 		zend_error(E_STRICT, "Resource ID#%ld used as offset, casting to integer (%ld)", Z_LVAL_P(offset), Z_LVAL_P(offset));
E_STRICT         1229 ext/standard/html.c 			php_error_docref0(NULL TSRMLS_CC, E_STRICT, "Only basic entities "
E_STRICT            2 ext/zip/examples/get_set_comments.php error_reporting(E_ALL|E_STRICT);
E_STRICT         1005 main/main.c    			case E_STRICT:
E_STRICT         1054 main/main.c    			case E_STRICT:
E_STRICT          225 run-tests.php  		'error_reporting=' . (E_ALL | E_STRICT),