Lines Matching refs:zend_error
515 zend_error(E_WARNING, "func_num_args(): Called from the global scope - no function context"); in ZEND_FUNCTION()
541 zend_error(E_WARNING, "func_get_arg(): The argument number should be >= 0"); in ZEND_FUNCTION()
547 zend_error(E_WARNING, "func_get_arg(): Called from the global scope - no function context"); in ZEND_FUNCTION()
558 …zend_error(E_WARNING, "func_get_arg(): Argument " ZEND_LONG_FMT " not passed to function", reques… in ZEND_FUNCTION()
585 zend_error(E_WARNING, "func_get_args(): Called from the global scope - no function context"); 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()
855 zend_error(E_WARNING, "Constants may only evaluate to scalar values or arrays"); in validate_constant_array()
915 zend_error(E_WARNING, "Class constants cannot be defined or redefined"); in ZEND_FUNCTION()
957 zend_error(E_WARNING, "Constants may only evaluate to scalar values or arrays"); in ZEND_FUNCTION()
1011 zend_error(E_WARNING, "get_class() called without object from outside a class"); in ZEND_FUNCTION()
1036 zend_error(E_WARNING, "get_called_class() called from outside a class"); in ZEND_FUNCTION()
1452 …zend_error(E_WARNING, "First parameter must either be an object or the name of an existing class"); in ZEND_FUNCTION()
1636 …zend_error(E_WARNING, "Cannot declare %s %s, because the name is already in use", zend_get_object_… in ZEND_FUNCTION()
1640 zend_error(E_WARNING, "First argument of class_alias() must be a name of user defined class"); in ZEND_FUNCTION()
1644 zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name)); in ZEND_FUNCTION()
1683 zend_error(E_WARNING, "Leaking non-zval data is only applicable to resources and objects"); 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()
1769 zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback", in ZEND_FUNCTION()
1837 zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback", in ZEND_FUNCTION()
2168 zend_error(E_WARNING, "get_resources(): Unknown resource type '%s'", ZSTR_VAL(type)); in ZEND_FUNCTION()