Lines Matching refs:zend_error

105zend_error(E_WARNING, "Attempt to read property \"%s\" on %s", ZSTR_VAL(property_name), zend_zval_…  in zend_wrong_property_read()
444 zend_error(type, "Cannot redeclare %s %s", in zend_class_redeclaration_error_ex()
448 zend_error(type, "Cannot redeclare %s %s (previously declared in %s:%d)", in zend_class_redeclaration_error_ex()
507 zend_error(E_DEPRECATED, in zend_null_arg_deprecated()
1763 zend_error(E_DEPRECATED, "Creation of dynamic property %s::$%s is deprecated", in object_properties_load()
1778 zend_error(E_DEPRECATED, "Creation of dynamic property %s::$" ZEND_LONG_FMT " is deprecated", in object_properties_load()
2340zend_error(E_CORE_WARNING, "Cannot load module \"%s\" because required module \"%s\" is not loaded… in zend_startup_module_ex()
2541zend_error(E_CORE_WARNING, "Cannot load module \"%s\" because conflicting module \"%s\" is already… in zend_register_module_ex()
2558 zend_error(E_CORE_WARNING, "Module \"%s\" is already loaded", module->name); in zend_register_module_ex()
2572 zend_error(E_CORE_WARNING,"%s: Unable to register functions, unable to load", module->name); in zend_register_module_ex()
2593 zend_error(error_type, "Method %s::%s() cannot take arguments", in zend_check_magic_method_args()
2596 zend_error(error_type, "Method %s::%s() must take exactly 1 argument", in zend_check_magic_method_args()
2599 zend_error(error_type, "Method %s::%s() must take exactly %" PRIu32 " arguments", in zend_check_magic_method_args()
2606 zend_error(error_type, "Method %s::%s() cannot take arguments by reference", in zend_check_magic_method_args()
2619 zend_error(error_type, "%s::%s(): Parameter #%d ($%s) must be of type %s when declared", in zend_check_magic_method_arg_type()
2646 zend_error(error_type, "%s::%s(): Return type must be %s when declared", in zend_check_magic_method_return_type()
2656 zend_error(error_type, "Method %s::%s() cannot be static", in zend_check_magic_method_non_static()
2665 zend_error(error_type, "Method %s::%s() must be static", in zend_check_magic_method_static()
2675 zend_error(E_WARNING, "The magic method %s::%s() must have public visibility", in zend_check_magic_method_public()
2896zend_error(error_type, "Invalid access level for %s::%s() - access must be exactly one of public, … in zend_register_functions()
2935 zend_error(E_CORE_WARNING, "Missing arginfo for %s%s%s()", in zend_register_functions()
2947 zend_error(E_CORE_WARNING, "%s::__toString() implemented without string return type", in zend_register_functions()
2968zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name… in zend_register_functions()
2972zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->nam… in zend_register_functions()
2976zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) … in zend_register_functions()
3127zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(… in zend_register_functions()
3298 zend_error(E_WARNING, "request_startup() for %s module failed", module->name); in zend_activate_modules()
3601 zend_error(E_WARNING, "%s() has been disabled for security reasons", ZSTR_VAL(class_type->name)); in display_disabled_class()
3675 zend_error(E_DEPRECATED, "Use of \"self\" in callables is deprecated"); in zend_is_callable_check_class()
3694 zend_error(E_DEPRECATED, "Use of \"parent\" in callables is deprecated"); in zend_is_callable_check_class()
3714 zend_error(E_DEPRECATED, "Use of \"static\" in callables is deprecated"); in zend_is_callable_check_class()
3860 zend_error(E_DEPRECATED, in zend_is_callable_check_func()