E_STRICT 70 Zend/zend.c EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT; E_STRICT 936 Zend/zend.c case E_STRICT: E_STRICT 170 Zend/zend_API.c zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 2199 Zend/zend_API.c zend_error(E_STRICT, "Non-static method %s::%s() cannot be called statically, assuming $this from compatible context %s", (*ce_ptr)->name, fptr->common.function_name, Z_OBJCE_P(EG(This))->name); E_STRICT 2201 Zend/zend_API.c zend_error(E_STRICT, "Non-static method %s::%s() cannot be called statically", (*ce_ptr)->name, fptr->common.function_name); E_STRICT 704 Zend/zend_builtin_functions.c zend_error(E_STRICT, "is_a(): Deprecated. Please use the instanceof operator"); E_STRICT 1203 Zend/zend_builtin_functions.c long error_type = E_ALL | E_STRICT; E_STRICT 470 Zend/zend_compile.c zend_error(E_STRICT, "Usage of {} to access string offsets is deprecated and will be removed in PHP 6"); E_STRICT 1123 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 1176 Zend/zend_compile.c zend_error(E_STRICT, "Redefining already defined constructor for class %s", CG(active_class_entry)->name); E_STRICT 1182 Zend/zend_compile.c zend_error(E_STRICT, "Redefining already defined constructor for class %s", CG(active_class_entry)->name); E_STRICT 2124 Zend/zend_compile.c } else if (EG(error_reporting) & E_STRICT) { /* Check E_STRICT before the check so that we save some time */ E_STRICT 2126 Zend/zend_compile.c zend_error(E_STRICT, "Declaration of %s::%s() should be compatible with that of %s::%s()", ZEND_FN_SCOPE_NAME(child), child->common.function_name, ZEND_FN_SCOPE_NAME(parent), parent->common.function_name); E_STRICT 103 Zend/zend_constants.c REGISTER_MAIN_LONG_CONSTANT("E_STRICT", E_STRICT, CONST_PERSISTENT | CONST_CS); E_STRICT 440 Zend/zend_execute.c zend_error(E_STRICT, "Creating default object from empty value"); E_STRICT 577 Zend/zend_execute.c zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 746 Zend/zend_execute.c zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 762 Zend/zend_execute.c zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 873 Zend/zend_execute.c zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 974 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 895 Zend/zend_execute_API.c zend_error(E_STRICT, "Function %s%s%s() is deprecated", E_STRICT 987 Zend/zend_execute_API.c severity = E_STRICT; E_STRICT 3843 Zend/zend_language_parser.c { zend_error(E_STRICT, "Assigning the return value of new by reference is deprecated"); zend_check_writable_variable(&(yyvsp[(1) - (5)])); zend_do_extended_fcall_begin(TSRMLS_C); zend_do_begin_new_object(&(yyvsp[(4) - (5)]), &(yyvsp[(5) - (5)]) TSRMLS_CC); } E_STRICT 556 Zend/zend_language_parser.y | variable '=' '&' T_NEW class_name_reference { zend_error(E_STRICT, "Assigning the return value of new by reference is deprecated"); zend_check_writable_variable(&$1); zend_do_extended_fcall_begin(TSRMLS_C); zend_do_begin_new_object(&$4, &$5 TSRMLS_CC); } ctor_arguments { zend_do_end_new_object(&$3, &$4, &$7 TSRMLS_CC); zend_do_extended_fcall_end(TSRMLS_C); zend_do_end_variable_parse(BP_VAR_W, 0 TSRMLS_CC); zend_do_assign_ref(&$$, &$1, &$3 TSRMLS_CC); } E_STRICT 210 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 1484 Zend/zend_vm_def.h zend_error(E_STRICT, "Only variables should be assigned by reference"); E_STRICT 1818 Zend/zend_vm_def.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 1888 Zend/zend_vm_def.h zend_error(E_STRICT, "Function %s%s%s() is deprecated", E_STRICT 1917 Zend/zend_vm_def.h severity = E_STRICT; E_STRICT 2144 Zend/zend_vm_def.h zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 2313 Zend/zend_vm_def.h zend_error(E_STRICT, "Only variables should be passed by reference"); E_STRICT 141 Zend/zend_vm_execute.h zend_error(E_STRICT, "Function %s%s%s() is deprecated", E_STRICT 170 Zend/zend_vm_execute.h severity = E_STRICT; E_STRICT 713 Zend/zend_vm_execute.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 914 Zend/zend_vm_execute.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 1075 Zend/zend_vm_execute.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 1235 Zend/zend_vm_execute.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 1328 Zend/zend_vm_execute.h zend_error(E_STRICT, "Non-static method %s::%s() should not be called statically, assuming $this from incompatible context", EX(fbc)->common.scope->name, EX(fbc)->common.function_name); E_STRICT 1736 Zend/zend_vm_execute.h zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 4304 Zend/zend_vm_execute.h zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 7346 Zend/zend_vm_execute.h zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 7487 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be passed by reference"); E_STRICT 12387 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be assigned by reference"); E_STRICT 14389 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be assigned by reference"); E_STRICT 19630 Zend/zend_vm_execute.h zend_error(E_STRICT, "Implicit cloning object of class '%s' because of 'zend.ze1_compatibility_mode'", class_name); E_STRICT 19771 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be passed by reference"); E_STRICT 24496 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be assigned by reference"); E_STRICT 26488 Zend/zend_vm_execute.h zend_error(E_STRICT, "Only variables should be assigned by reference"); E_STRICT 603 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, DATE_TZ_ERRMSG "We selected '%s' for '%s/%.1f/%s' instead", tzid, ta ? ta->tm_zone : "Unknown", ta ? (float) (ta->tm_gmtoff / 3600) : 0, ta ? (ta->tm_isdst ? "DST" : "no DST") : "Unknown"); E_STRICT 622 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, DATE_TZ_ERRMSG "We selected '%s' for '%.1f/no DST' instead", tzid, ((tzi.Bias + tzi.StandardBias) / -60.0)); E_STRICT 636 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, DATE_TZ_ERRMSG "We selected '%s' for '%.1f/DST' instead", tzid, ((tzi.Bias + tzi.DaylightBias) / -60.0)); E_STRICT 1219 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "You should be using the time() function instead"); E_STRICT 1229 ext/date/php_date.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "The is_dst parameter is deprecated"); E_STRICT 2 ext/filter/docs/input_get_args.php error_reporting(E_ALL|E_STRICT); E_STRICT 88 ext/standard/dl.c php_error_docref(NULL TSRMLS_CC, E_STRICT, "dl() is deprecated - use extension=%s in your php.ini", Z_STRVAL_PP(file)); E_STRICT 2 ext/zip/examples/get_set_comments.php error_reporting(E_ALL|E_STRICT); E_STRICT 841 main/main.c case E_STRICT: E_STRICT 888 main/main.c case E_STRICT: