/PHP-7.4/Zend/ |
H A D | zend_list.c | 79 zend_error(E_WARNING, "Unknown list entry type (%d)", r.type); in zend_resource_dtor() 118 …zend_error(E_WARNING, "%s%s%s(): supplied resource is not a valid %s resource", class_name, space,… in zend_fetch_resource2() 133 …zend_error(E_WARNING, "%s%s%s(): supplied resource is not a valid %s resource", class_name, space,… in zend_fetch_resource() 145 …zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_… in zend_fetch_resource_ex() 152 …zend_error(E_WARNING, "%s%s%s(): supplied argument is not a valid %s resource", class_name, space,… in zend_fetch_resource_ex() 166 …zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_… in zend_fetch_resource2_ex() 173 …zend_error(E_WARNING, "%s%s%s(): supplied argument is not a valid %s resource", class_name, space,… in zend_fetch_resource2_ex() 205 zend_error(E_WARNING,"Unknown list entry type (%d)", res->type); in plist_entry_destructor()
|
H A D | zend_builtin_functions.c | 481 zend_error(E_WARNING, "func_get_arg(): The argument number should be >= 0"); in ZEND_FUNCTION() 626 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION() 663 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION() 691 zend_error(E_WARNING,"Variable passed to each() is not an array or object"); in ZEND_FUNCTION() 801 zend_error(E_WARNING, "Constants cannot be recursive arrays"); in validate_constant_array() 869 zend_error(E_WARNING, "Class constants cannot be defined or redefined"); in ZEND_FUNCTION() 919 zend_error(E_DEPRECATED, in ZEND_FUNCTION() 994 zend_error(E_WARNING, "get_called_class() called from outside a class"); in ZEND_FUNCTION() 1569 zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name)); in ZEND_FUNCTION() 1613 zend_error(E_WARNING, "Invalid error type specified"); in ZEND_FUNCTION() [all …]
|
H A D | zend_closures.c | 72 zend_error(E_WARNING, "Cannot bind an instance to a static closure"); in zend_valid_closure_binding() 79 zend_error(E_WARNING, "Cannot bind method %s::%s() to object of class %s", in zend_valid_closure_binding() 88 zend_error(E_WARNING, "Cannot unbind $this of internal method"); in zend_valid_closure_binding() 91 zend_error(E_DEPRECATED, "Unbinding $this of a method is deprecated"); in zend_valid_closure_binding() 96 zend_error(E_DEPRECATED, "Unbinding $this of closure is deprecated"); in zend_valid_closure_binding() 101 zend_error(E_WARNING, "Cannot bind closure to scope of internal class %s", in zend_valid_closure_binding() 108 zend_error(E_WARNING, "Cannot rebind scope of closure created from function"); in zend_valid_closure_binding() 110 zend_error(E_WARNING, "Cannot rebind scope of closure created from method"); in zend_valid_closure_binding() 225 zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name)); in ZEND_METHOD()
|
H A D | zend_API.c | 348 zend_error(E_DEPRECATED, "%s%s%s() expects parameter %d to be a valid callback, %s", in zend_wrong_callback_deprecated() 1709 zend_error(E_WARNING, "Illegal offset type"); in array_set_zval_key() 2041 zend_error(E_CORE_WARNING, "Module '%s' already loaded", module->name); in zend_register_module_ex() 2052 zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name); in zend_register_module_ex() 2124 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation() 2126 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation() 2131 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation() 2334 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions() 2606 zend_error(E_WARNING, "request_startup() for %s module failed", module->name); in zend_activate_modules() 2830 zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name()); in ZEND_FUNCTION() [all …]
|
H A D | zend_smart_str.c | 141 zend_error(E_ERROR, "String size overflow"); in _smart_string_alloc_persistent() 167 zend_error(E_ERROR, "String size overflow"); in _smart_string_alloc()
|
H A D | zend_arena.h | 87 …zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, cou… in zend_arena_calloc() 183 …zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, cou… in zend_arena_calloc()
|
H A D | zend_execute.c | 275 zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv)); in zval_undefined_cv() 1279 zend_error(E_WARNING, "Illegal offset type"); in zend_illegal_offset() 1412 zend_error(E_NOTICE, "String offset cast occurred"); in zend_check_string_offset() 1546 zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated", in zend_deprecated_function() 1972 zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, lval); in zend_undefined_offset() 1977 zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset)); in zend_undefined_index() 2031 zend_error(E_DEPRECATED, in zend_non_static_method_call() 2428 zend_error(E_NOTICE, "String offset cast occurred"); in zend_fetch_dimension_address_read() 2666 zend_error(E_DEPRECATED, "array_key_exists(): " in zend_array_key_exists_slow() 3386 zend_error(E_NOTICE,"Undefined variable: this"); in zend_fetch_this_var() [all …]
|
H A D | zend_exceptions.c | 497 zend_error(E_WARNING, "Value for %s is no string", \ 574 zend_error(E_WARNING, "Function name is no string"); in _build_trace_string() 583 zend_error(E_WARNING, "Line is no long"); in _build_trace_string() 615 zend_error(E_WARNING, "args element is no array"); in _build_trace_string() 644 zend_error(E_WARNING, "Expected array for frame " ZEND_ULONG_FMT, index); in ZEND_METHOD() 913 zend_error(E_NOTICE, "Exceptions must implement Throwable"); in zend_throw_exception() 1010 zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name)); in zend_exception_error() 1046 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_webp.c | 59 zend_error(E_ERROR, "WebP decode: realloc failed"); in gdImageCreateFromWebpCtx() 70 zend_error(E_ERROR, "gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx() 82 zend_error(E_ERROR, "gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx() 116 zend_error(E_ERROR, "Paletter image not supported by webp"); in gdImageWebpCtx() 156 zend_error(E_ERROR, "gd-webp encoding failed"); in gdImageWebpCtx()
|
/PHP-7.4/ext/bcmath/libbcmath/src/ |
H A D | outofmem.c | 43 zend_error(E_ERROR, "bcmath: out of memory!"); in bc_out_of_memory()
|
H A D | init.c | 49 zend_error(E_ERROR, "Result too long, max is %d", INT_MAX);
|
/PHP-7.4/ext/standard/ |
H A D | head.c | 87 zend_error( E_WARNING, "Cookie names must not be empty" ); in php_setcookie() 90 …zend_error(E_WARNING, "Cookie names cannot contain any of the following '=,; \\t\\r\\n\\013\\014'"… in php_setcookie() 96 …zend_error(E_WARNING, "Cookie values cannot contain any of the following ',; \\t\\r\\n\\013\\014'"… in php_setcookie() 101 …zend_error(E_WARNING, "Cookie paths cannot contain any of the following ',; \\t\\r\\n\\013\\014'" … in php_setcookie() 106 …zend_error(E_WARNING, "Cookie domains cannot contain any of the following ',; \\t\\r\\n\\013\\014'… in php_setcookie() 145 zend_error(E_WARNING, "Expiry date cannot have a year greater than 9999"); in php_setcookie()
|
/PHP-7.4/ext/intl/transliterator/ |
H A D | transliterator.c | 34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
|
/PHP-7.4/ext/intl/spoofchecker/ |
H A D | spoofchecker.c | 34 zend_error(E_ERROR, "Spoofchecker class not defined"); in spoofchecker_register_constants()
|
/PHP-7.4/ext/intl/locale/ |
H A D | locale.c | 36 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
|
H A D | locale_class.c | 113 zend_error( E_ERROR, in locale_register_Locale_class()
|
/PHP-7.4/ext/intl/normalizer/ |
H A D | normalizer.c | 36 zend_error( E_ERROR, "Normalizer class not defined" ); in normalizer_register_constants()
|
H A D | normalizer_class.c | 74 zend_error( E_ERROR, in normalizer_register_Normalizer_class()
|
/PHP-7.4/ext/spl/ |
H A D | spl_array.c | 371 zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index); in spl_array_get_dimension_ptr() 377 zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index); in spl_array_get_dimension_ptr() 390 zend_error(E_WARNING, "Illegal offset type"); in spl_array_get_dimension_ptr() 514 zend_error(E_WARNING, "Illegal offset type"); in spl_array_write_dimension_ex() 549 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 558 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 569 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 572 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 593 zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, index); in spl_array_unset_dimension_ex() 600 zend_error(E_WARNING, "Illegal offset type"); in spl_array_unset_dimension_ex() [all …]
|
/PHP-7.4/ext/intl/collator/ |
H A D | collator.c | 37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
|
H A D | collator_class.c | 141 zend_error( E_ERROR, in collator_register_Collator_class()
|
/PHP-7.4/ext/intl/dateformat/ |
H A D | dateformat.c | 33 zend_error(E_ERROR, "DateFormat class not defined"); in dateformat_register_constants()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_rinit_hook.c | 66 …zend_error(E_ERROR, "Unable to connect to UNIX domain socket at %s defined by phpdbg.path ini sett… in PHP_RINIT_FUNCTION()
|
/PHP-7.4/ext/pdo/ |
H A D | pdo.c | 146 …zend_error(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is PDO versi… in ZEND_GET_MODULE() 151 zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); in ZEND_GET_MODULE()
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_result_iterator.c | 50 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_mysqli_result_get_iterator()
|