/PHP-7.1/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 | 541 zend_error(E_WARNING, "func_get_arg(): The argument number should be >= 0"); in ZEND_FUNCTION() 680 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION() 714 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION() 737 zend_error(E_WARNING,"Variable passed to each() is not an array or object"); in ZEND_FUNCTION() 846 zend_error(E_WARNING, "Constants cannot be recursive arrays"); in validate_constant_array() 915 zend_error(E_WARNING, "Class constants cannot be defined or redefined"); in ZEND_FUNCTION() 1036 zend_error(E_WARNING, "get_called_class() called from outside a class"); in ZEND_FUNCTION() 1644 zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name)); in ZEND_FUNCTION() 1745 zend_error(E_WARNING, "Invalid error type specified"); in ZEND_FUNCTION() 1750 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION() [all …]
|
H A D | zend_API.c | 259 zend_error(severity, "%s%s%s() expects parameter %d to be a valid callback, %s", in zend_wrong_callback_error() 1658 zend_error(E_WARNING, "Illegal offset type"); in array_set_zval_key() 2023 zend_error(E_CORE_WARNING, "Module '%s' already loaded", module->name); in zend_register_module_ex() 2034 zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name); in zend_register_module_ex() 2101 …zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation() 2103 …zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation() 2108 …zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation() 2273 …zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fn… in zend_register_functions() 2540 zend_error(E_WARNING, "request_startup() for %s module failed", module->name); in zend_activate_modules() 2767 zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name()); in ZEND_FUNCTION() [all …]
|
H A D | zend_execute.c | 218 zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv)); in zval_undefined_cv() 606 zend_error(E_WARNING, "Creating default object from empty value"); in make_real_object() 1159 zend_error(E_NOTICE, "String offset cast occurred"); in zend_check_string_offset() 1165 zend_error(E_WARNING, "Illegal offset type"); in zend_check_string_offset() 1555 zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval); in zend_fetch_dimension_address_inner() 1562 zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, hval); in zend_fetch_dimension_address_inner() 1643 zend_error(E_WARNING, "Illegal offset type"); in zend_fetch_dimension_address_inner() 1833 zend_error(E_NOTICE, "String offset cast occurred"); in zend_fetch_dimension_address_read() 1840 zend_error(E_WARNING, "Illegal offset type"); in zend_fetch_dimension_address_read() 2608 zend_error(E_DEPRECATED, in zend_init_dynamic_call_string() [all …]
|
H A D | zend_objects.c | 111 zend_error(E_WARNING, in zend_objects_destroy_object() 130 zend_error(E_WARNING, in zend_objects_destroy_object()
|
H A D | zend_closures.c | 77 zend_error(E_WARNING, "Cannot bind an instance to a static closure"); in zend_valid_closure_binding() 84 zend_error(E_WARNING, "Cannot bind method %s::%s() to object of class %s", in zend_valid_closure_binding() 92 zend_error(E_WARNING, "Cannot unbind $this of internal method"); in zend_valid_closure_binding() 98 zend_error(E_WARNING, "Cannot bind closure to scope of internal class %s", in zend_valid_closure_binding() 104 …zend_error(E_WARNING, "Cannot rebind scope of closure created by ReflectionFunctionAbstract::getCl… in zend_valid_closure_binding() 208 zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name)); in ZEND_METHOD()
|
H A D | zend_exceptions.c | 476 zend_error(E_WARNING, "Value for %s is no string", \ 557 zend_error(E_WARNING, "Function name is no string"); in _build_trace_string() 566 zend_error(E_WARNING, "Line is no long"); in _build_trace_string() 598 zend_error(E_WARNING, "args element is no array"); in _build_trace_string() 627 zend_error(E_WARNING, "Expected array for frame " ZEND_ULONG_FMT, index); in ZEND_METHOD() 916 zend_error(E_NOTICE, "Exceptions must implement Throwable"); in zend_throw_exception() 1012 zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name)); in zend_exception_error() 1048 zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
|
H A D | zend_vm_execute.h | 1352 zend_error( 5577 zend_error( 7587 zend_error( 9514 zend_error( 11493 zend_error( 19931 zend_error( 21826 zend_error( 24779 zend_error( 27620 zend_error( 29698 zend_error( [all …]
|
H A D | zend_arena.h | 89 …zend_error(E_ERROR, "Possible integer overflow in zend_arena_calloc() (%zu * %zu)", unit_size, cou… in zend_arena_calloc()
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_webp.c | 58 zend_error(E_ERROR, "WebP decode: realloc failed"); in gdImageCreateFromWebpCtx() 69 zend_error(E_ERROR, "gd-webp cannot get webp info"); in gdImageCreateFromWebpCtx() 81 zend_error(E_ERROR, "gd-webp cannot allocate temporary buffer"); in gdImageCreateFromWebpCtx() 115 zend_error(E_ERROR, "Paletter image not supported by webp"); in gdImageWebpCtx() 155 zend_error(E_ERROR, "gd-webp encoding failed"); in gdImageWebpCtx()
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | outofmem.c | 44 zend_error(E_ERROR, "bcmath: out of memory!"); in bc_out_of_memory()
|
H A D | init.c | 54 zend_error(E_ERROR, "Result too long, max is %d", INT_MAX);
|
/PHP-7.1/ext/standard/ |
H A D | head.c | 90 zend_error( E_WARNING, "Cookie names must not be empty" ); in php_setcookie() 93 …zend_error(E_WARNING, "Cookie names cannot contain any of the following '=,; \\t\\r\\n\\013\\014'"… in php_setcookie() 99 …zend_error(E_WARNING, "Cookie values cannot contain any of the following ',; \\t\\r\\n\\013\\014'"… in php_setcookie() 147 zend_error(E_WARNING, "Expiry date cannot have a year greater than 9999"); in php_setcookie()
|
/PHP-7.1/ext/intl/spoofchecker/ |
H A D | spoofchecker.c | 34 zend_error(E_ERROR, "Spoofchecker class not defined"); in spoofchecker_register_constants()
|
H A D | spoofchecker_class.c | 121 zend_error(E_ERROR, "Failed to clone SpoofChecker object"); in spoofchecker_clone_obj() 146 zend_error(E_ERROR, in spoofchecker_register_Spoofchecker_class()
|
/PHP-7.1/ext/intl/transliterator/ |
H A D | transliterator.c | 34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
|
/PHP-7.1/ext/intl/normalizer/ |
H A D | normalizer_class.c | 65 zend_error( E_ERROR, in normalizer_register_Normalizer_class()
|
H A D | normalizer.c | 36 zend_error( E_ERROR, "Normalizer class not defined" ); in normalizer_register_constants()
|
/PHP-7.1/ext/intl/locale/ |
H A D | locale.c | 38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
|
/PHP-7.1/ext/spl/ |
H A D | spl_array.c | 372 zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index); in spl_array_get_dimension_ptr() 378 zend_error(E_NOTICE, "Undefined offset: " ZEND_LONG_FMT, index); in spl_array_get_dimension_ptr() 391 zend_error(E_WARNING, "Illegal offset type"); in spl_array_get_dimension_ptr() 518 zend_error(E_WARNING, "Illegal offset type"); in spl_array_write_dimension_ex() 553 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 562 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 573 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 576 zend_error(E_NOTICE,"Undefined index: %s", Z_STRVAL_P(offset)); in spl_array_unset_dimension_ex() 597 zend_error(E_NOTICE,"Undefined offset: " ZEND_LONG_FMT, index); in spl_array_unset_dimension_ex() 604 zend_error(E_WARNING, "Illegal offset type"); in spl_array_unset_dimension_ex() [all …]
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator.c | 37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
|
/PHP-7.1/ext/intl/dateformat/ |
H A D | dateformat.c | 33 zend_error(E_ERROR, "DateFormat class not defined"); in dateformat_register_constants()
|
/PHP-7.1/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.1/ext/pdo/ |
H A D | pdo.c | 162 …zend_error(E_ERROR, "PDO: driver %s requires PDO API version " ZEND_ULONG_FMT "; this is PDO versi… in php_pdo_register_driver() 167 zend_error(E_ERROR, "You MUST load PDO before loading any PDO drivers"); in php_pdo_register_driver()
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_result_iterator.c | 52 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_mysqli_result_get_iterator()
|