Home
last modified time | relevance | path

Searched refs:zend_error (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-7.1/Zend/
H A Dzend_list.c79 zend_error(E_WARNING, "Unknown list entry type (%d)", r.type); in zend_resource_dtor()
118zend_error(E_WARNING, "%s%s%s(): supplied resource is not a valid %s resource", class_name, space,… in zend_fetch_resource2()
133zend_error(E_WARNING, "%s%s%s(): supplied resource is not a valid %s resource", class_name, space,… in zend_fetch_resource()
145zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_… in zend_fetch_resource_ex()
152zend_error(E_WARNING, "%s%s%s(): supplied argument is not a valid %s resource", class_name, space,… in zend_fetch_resource_ex()
166zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_… in zend_fetch_resource2_ex()
173zend_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 Dzend_builtin_functions.c541 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 Dzend_API.c259 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()
2101zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->nam… in zend_check_magic_method_implementation()
2103zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce… in zend_check_magic_method_implementation()
2108zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_… in zend_check_magic_method_implementation()
2273zend_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 Dzend_execute.c218 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 Dzend_objects.c111 zend_error(E_WARNING, in zend_objects_destroy_object()
130 zend_error(E_WARNING, in zend_objects_destroy_object()
H A Dzend_closures.c77 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()
104zend_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 Dzend_exceptions.c476 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 Dzend_vm_execute.h1352 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 Dzend_arena.h89zend_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 Dgd_webp.c58 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 Doutofmem.c44 zend_error(E_ERROR, "bcmath: out of memory!"); in bc_out_of_memory()
H A Dinit.c54 zend_error(E_ERROR, "Result too long, max is %d", INT_MAX);
/PHP-7.1/ext/standard/
H A Dhead.c90 zend_error( E_WARNING, "Cookie names must not be empty" ); in php_setcookie()
93zend_error(E_WARNING, "Cookie names cannot contain any of the following '=,; \\t\\r\\n\\013\\014'"… in php_setcookie()
99zend_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 Dspoofchecker.c34 zend_error(E_ERROR, "Spoofchecker class not defined"); in spoofchecker_register_constants()
H A Dspoofchecker_class.c121 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 Dtransliterator.c34 zend_error( E_ERROR, "Transliterator class not defined" ); in transliterator_register_constants()
/PHP-7.1/ext/intl/normalizer/
H A Dnormalizer_class.c65 zend_error( E_ERROR, in normalizer_register_Normalizer_class()
H A Dnormalizer.c36 zend_error( E_ERROR, "Normalizer class not defined" ); in normalizer_register_constants()
/PHP-7.1/ext/intl/locale/
H A Dlocale.c38 zend_error( E_ERROR, "Locale class not defined" ); in locale_register_constants()
/PHP-7.1/ext/spl/
H A Dspl_array.c372 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 Dcollator.c37 zend_error( E_ERROR, "Collator class not defined" ); in collator_register_constants()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat.c33 zend_error(E_ERROR, "DateFormat class not defined"); in dateformat_register_constants()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c66zend_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 Dpdo.c162zend_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 Dmysqli_result_iterator.c52 zend_error(E_ERROR, "An iterator cannot be used with foreach by reference"); in php_mysqli_result_get_iterator()

Completed in 199 milliseconds

1234