Home
last modified time | relevance | path

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

123

/php-src/ext/mysqli/
H A Dmysqli_driver.c69 zend_error(E_DEPRECATED, "The driver_version property is deprecated"); in driver_driver_version_read()
H A Dmysqli_result_iterator.c123 zend_error(E_WARNING, "Data fetched with MYSQLI_USE_RESULT can be iterated only once"); in php_mysqli_result_iterator_rewind()
/php-src/ext/intl/collator/
H A Dcollator_class.c84 zend_error( E_ERROR, in collator_register_Collator_symbols()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c69zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " API is restricted by \"restrict_api\" configurati… in validate_api_restriction()
152zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " can't be temporary enabled (it may be only disabl… in ZEND_INI_MH()
216zend_error(E_WARNING, "Invalid \"%s\" setting; using default value instead. Should be between 0 an…
228 zend_error(E_WARNING, "Invalid \"%s\" setting. Should be between 1 and %d", ZSTR_VAL(entry->name),
241 zend_error(E_WARNING, "Invalid \"%s\" setting. Should be between 0 and %d", ZSTR_VAL(entry->name),
254 zend_error(E_WARNING, "Invalid \"%s\" setting. Should be between 1 and %d", ZSTR_VAL(entry->name),
267 zend_error(E_WARNING, "Invalid \"%s\" setting. Should be between 4 and %d", ZSTR_VAL(entry->name),
940zend_error(E_NOTICE, ACCELERATOR_PRODUCT_NAME " has not been properly started, can't compile file"…
960zend_error(E_WARNING, ACCELERATOR_PRODUCT_NAME " could not compile file %s", ZSTR_VAL(handle.filen…
/php-src/Zend/
H A Dzend_closures.c79 zend_error(E_WARNING, "Cannot bind an instance to a static closure"); in zend_valid_closure_binding()
86 zend_error(E_WARNING, "Cannot bind method %s::%s() to object of class %s", in zend_valid_closure_binding()
94 zend_error(E_WARNING, "Cannot unbind $this of method"); in zend_valid_closure_binding()
98 zend_error(E_WARNING, "Cannot unbind $this of closure using $this"); in zend_valid_closure_binding()
104 zend_error(E_WARNING, "Cannot bind closure to scope of internal class %s", in zend_valid_closure_binding()
111 zend_error(E_WARNING, "Cannot rebind scope of closure created from function"); in zend_valid_closure_binding()
113 zend_error(E_WARNING, "Cannot rebind scope of closure created from method"); in zend_valid_closure_binding()
232 zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(scope_str)); in do_closure_bind()
H A Dzend_exceptions.c485 zend_error(E_WARNING, "Value for %s is not a string", \
541 zend_error(E_WARNING, "File name is not a string"); in _build_trace_string()
550 zend_error(E_WARNING, "Line is not an int"); in _build_trace_string()
584 zend_error(E_WARNING, "args element is not an array"); in _build_trace_string()
599 zend_error(E_WARNING, "Expected array for frame " ZEND_ULONG_FMT, index); in zend_trace_to_string()
922 zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
962 zend_error(severity, "Uncaught exception %s", ZSTR_VAL(ce_exception->name)); in zend_exception_error()
H A Dzend_objects.c122 zend_error(E_WARNING, in zend_objects_destroy_object()
143 zend_error(E_WARNING, in zend_objects_destroy_object()
H A Dzend_API.c487 zend_error(E_DEPRECATED, in zend_null_arg_deprecated()
2573 zend_error(error_type, "Method %s::%s() cannot take arguments", in zend_check_magic_method_args()
2576 zend_error(error_type, "Method %s::%s() must take exactly 1 argument", in zend_check_magic_method_args()
2626 zend_error(error_type, "%s::%s(): Return type must be %s when declared", in zend_check_magic_method_return_type()
2636 zend_error(error_type, "Method %s::%s() cannot be static", in zend_check_magic_method_non_static()
2645 zend_error(error_type, "Method %s::%s() must be static", in zend_check_magic_method_static()
2915 zend_error(E_CORE_WARNING, "Missing arginfo for %s%s%s()", in zend_register_functions()
3655 zend_error(E_DEPRECATED, "Use of \"self\" in callables is deprecated"); in zend_is_callable_check_class()
3674 zend_error(E_DEPRECATED, "Use of \"parent\" in callables is deprecated"); in zend_is_callable_check_class()
3694 zend_error(E_DEPRECATED, "Use of \"static\" in callables is deprecated"); in zend_is_callable_check_class()
[all …]
H A Dzend_constants.c357zend_error(E_DEPRECATED, "Constant %s::%s is deprecated", ZSTR_VAL(class_name), ZSTR_VAL(constant_… in zend_get_class_constant_ex()
531 zend_error(E_DEPRECATED, "Constant %s is deprecated", name); in zend_get_constant_ex()
575 zend_error(E_WARNING, "Constant %s already defined", ZSTR_VAL(name)); in zend_register_constant()
H A Dzend_object_handlers.c287 zend_error(E_DEPRECATED, "Creation of dynamic property %s::$%s is deprecated", in zend_deprecated_dynamic_property()
393zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_V… in zend_get_property_offset()
484zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_V… in zend_get_property_info()
733zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", ZSTR_VA… in zend_std_read_property()
762 zend_error(E_WARNING, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_read_property()
1114zend_error(E_WARNING, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
1161 zend_error(E_WARNING, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
1535 zend_error(E_DEPRECATED, in zend_std_get_static_method()
1631 zend_error(E_DEPRECATED, in zend_std_get_static_property_with_info()
1718 zend_error(E_NOTICE, "Object of class %s could not be converted to %s", in zend_std_compare_objects()
H A Dzend_signal.c343zend_error(E_CORE_WARNING, "zend_signal: shutdown with non-zero blocking depth (%d)", SIGG(depth)); in zend_signal_deactivate()
351zend_error(E_CORE_WARNING, "zend_signal: handler was replaced for signal (%d) after startup", zend… in zend_signal_deactivate()
H A Dzend_operators.c235 zend_error(E_WARNING, \
345 zend_error(E_WARNING, "A non-numeric value encountered"); in _zendi_try_convert_scalar_to_number()
413 zend_error(E_WARNING, "A non-numeric value encountered"); in zendi_try_get_long()
756 zend_error(E_WARNING, "Array to string conversion"); in _convert_to_string()
900zend_error(E_DEPRECATED, "Implicit conversion from float-string \"%s\" to int loses precision", ZS… in zend_incompatible_string_to_long_error()
1029 zend_error(E_WARNING, "Array to string conversion"); in __zval_get_string_func()
2519 zend_error(E_DEPRECATED, "Increment on non-alphanumeric string is deprecated"); in increment_string()
2532 zend_error(E_DEPRECATED, "Increment on non-alphanumeric string is deprecated"); in increment_string()
2714 zend_error(E_DEPRECATED, "Decrement on empty string is deprecated as non-numeric"); in decrement_function()
2741 zend_error(E_DEPRECATED, "Decrement on non-numeric string has no effect and is deprecated"); in decrement_function()
[all …]
H A Dzend_builtin_functions.c502zend_error(E_WARNING, "define(): Argument #3 ($case_insensitive) is ignored since declaration of c… in ZEND_FUNCTION()
564 zend_error(E_DEPRECATED, "Calling get_class() without arguments is deprecated"); in ZEND_FUNCTION()
607 zend_error(E_DEPRECATED, "Calling get_parent_class() without arguments is deprecated"); in ZEND_FUNCTION()
1155zend_error(E_WARNING, "Cannot declare %s %s, because the name is already in use", zend_get_object_… in ZEND_FUNCTION()
1159 zend_error(E_WARNING, "Class \"%s\" not found", ZSTR_VAL(class_name)); in ZEND_FUNCTION()
1379 zend_error(E_DEPRECATED, in ZEND_FUNCTION()
H A Dzend_execute.c587 zend_error(E_NOTICE, "Only variables should be assigned by reference"); in zend_wrong_assign_to_variable_reference()
1655 zend_error(E_WARNING, "Illegal string offset \"%s\"", Z_STRVAL_P(dim)); in zend_check_string_offset()
1669 zend_error(E_WARNING, "String offset cast occurred"); in zend_check_string_offset()
1728 zend_error(E_DEPRECATED, "Method %s::%s() is deprecated", in zend_deprecated_function()
1786 zend_error(E_WARNING, "Illegal string offset " ZEND_LONG_FMT, offset); in zend_assign_to_string_offset()
2203 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, lval); in zend_undefined_offset()
2208 zend_error(E_WARNING, "Undefined array key \"%s\"", ZSTR_VAL(offset)); in zend_undefined_index()
2303 zend_error(E_WARNING, in zend_use_resource_as_offset()
2797 zend_error(E_WARNING, "String offset cast occurred"); in zend_fetch_dimension_address_read()
2870 zend_error(E_WARNING, "Trying to access array offset on %s", in zend_fetch_dimension_address_read()
[all …]
H A Dzend_extensions.c47 zend_error(E_CORE_WARNING, err); in zend_load_extension()
H A Dzend_compile.c3251 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3259 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3269 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3276 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
5473 zend_error(E_WARNING, in zend_compile_break_continue()
5476 zend_error(E_WARNING, in zend_compile_break_continue()
5483 zend_error(E_WARNING, in zend_compile_break_continue()
5487 zend_error(E_WARNING, in zend_compile_break_continue()
7252 zend_error(E_DEPRECATED, in zend_compile_params()
7283 zend_error(E_DEPRECATED, in zend_compile_params()
[all …]
/php-src/ext/standard/
H A Dnet.c172 zend_error(E_WARNING, "Memory allocation failed for IP_ADAPTER_ADDRESSES struct"); in PHP_FUNCTION()
180 zend_error(E_WARNING, "GetAdaptersAddresses failed: %s", buf); in PHP_FUNCTION()
H A Ddl.c209 zend_error(E_CORE_WARNING, "Module \"%s\" is already loaded", module_entry->name); in php_load_extension()
/php-src/ext/zend_test/
H A Dtest.c176 zend_error(E_WARNING, "Cannot leak variable that is not refcounted"); in ZEND_FUNCTION()
482 zend_error(E_WARNING, "%s", ZSTR_VAL(errstr)); in ZEND_FUNCTION()
499 zend_error(E_WARNING, "%s", ZSTR_VAL(errstr)); in ZEND_FUNCTION()
801 zend_error(E_COMPILE_ERROR, "Only classes can be marked with #[ZendTestAttribute]"); in zend_attribute_validate_zendtestattribute()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c500 zend_error(E_WARNING, "Undefined array key \"%s\"", ZSTR_VAL(offset_key)); in zend_jit_fetch_dim_r_helper()
513 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, hval); in zend_jit_fetch_dim_r_helper()
1044 zend_error(E_WARNING, "Illegal string offset \"%s\"", Z_STRVAL_P(dim)); in zend_check_string_offset()
1058 zend_error(E_WARNING, "String offset cast occurred"); in zend_check_string_offset()
1082 zend_error(E_WARNING, "Uninitialized string offset " ZEND_LONG_FMT, offset); in zend_jit_fetch_dim_str_offset()
1266 zend_error(E_WARNING, "Illegal string offset " ZEND_LONG_FMT, offset); in zend_assign_to_string_offset()
1336 zend_error(E_WARNING, "Only the first byte will be assigned to the string offset"); in zend_assign_to_string_offset()
1394zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_jit_fetch_dim_obj_helper()
1403zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_jit_fetch_dim_obj_helper()
2401 zend_error(E_NOTICE, "Only variables should be passed by reference"); in zend_jit_only_vars_by_reference()
[all …]
H A Dzend_jit_vm_helpers.c209 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, Z_LVAL_P(dim)); in zend_jit_undefined_long_key()
227 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, lval); in zend_jit_undefined_string_key()
229 zend_error(E_WARNING, "Undefined array key \"%s\"", Z_STRVAL_P(dim)); in zend_jit_undefined_string_key()
317 zend_error(E_DEPRECATED, "Constant %s is deprecated", ZSTR_VAL(c->name)); in _zend_quick_get_constant()
H A Dzend_jit.c3018 zend_error(E_WARNING, "Preloading is incompatible with first-exec and profile triggered JIT"); in zend_jit_op_array()
3047 zend_error(E_WARNING, "Preloading is incompatible with first-exec and profile triggered JIT"); in zend_jit_op_array()
3326 zend_error(E_WARNING, "Cannot change opcache.jit setting at run-time (JIT is disabled)"); in zend_jit_config()
3372zend_error(E_WARNING, "Invalid \"opcache.jit\" setting. Should be \"disable\", \"on\", \"off\", \"… in zend_jit_config()
3383 zend_error(E_WARNING, "Some opcache.jit_debug bits cannot be changed after startup"); in zend_jit_debug_config()
3407 zend_error(E_WARNING, "JIT is compatible only with CALL and HYBRID VM. JIT disabled."); in zend_jit_check_support()
3415zend_error(E_WARNING, "JIT is incompatible with third party extensions that override zend_execute_… in zend_jit_check_support()
3431zend_error(E_WARNING, "JIT is incompatible with third party extensions that setup user opcode hand… in zend_jit_check_support()
3441 zend_error(E_WARNING, "JIT on AArch64 doesn't support opcache.jit_buffer_size above 128M."); in zend_jit_check_support()
3448 zend_error(E_WARNING, "JIT on x86_64 doesn't support opcache.jit_buffer_size above 2G."); in zend_jit_check_support()
/php-src/ext/spl/
H A Dspl_array.c337 zend_error(E_WARNING, "Undefined array key \"%s\"", ZSTR_VAL(key.key)); in spl_array_get_dimension_ptr()
344 zend_error(E_WARNING,"Undefined array key \"%s\"", ZSTR_VAL(key.key)); in spl_array_get_dimension_ptr()
355 zend_error(E_WARNING, "Undefined array key \"%s\"", ZSTR_VAL(key.key)); in spl_array_get_dimension_ptr()
362 zend_error(E_WARNING,"Undefined array key \"%s\"", ZSTR_VAL(key.key)); in spl_array_get_dimension_ptr()
376 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, key.h); in spl_array_get_dimension_ptr()
383 zend_error(E_WARNING, "Undefined array key " ZEND_LONG_FMT, key.h); in spl_array_get_dimension_ptr()
/php-src/main/
H A Dphp.h316 #define php_error zend_error
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp95zend_error(E_DEPRECATED, "Calling IntlGregorianCalendar::__construct() with more than 2 arguments … in _php_intlgregcal_constructor_body()

Completed in 468 milliseconds

123