Lines Matching refs:zend_error

398 		zend_error(E_WARNING, "func_num_args():  Called from the global scope - no function context");  in ZEND_FUNCTION()
420 zend_error(E_WARNING, "func_get_arg(): The argument number should be >= 0"); in ZEND_FUNCTION()
425 zend_error(E_WARNING, "func_get_arg(): Called from the global scope - no function context"); in ZEND_FUNCTION()
433 zend_error(E_WARNING, "func_get_arg(): Argument %ld not passed to function", requested_offset); in ZEND_FUNCTION()
453 zend_error(E_WARNING, "func_get_args(): Called from the global scope - no function context"); in ZEND_FUNCTION()
524 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION()
562 zend_error(E_WARNING, "Length must be greater than or equal to 0"); in ZEND_FUNCTION()
588 zend_error(E_WARNING,"Variable passed to each() is not an array or object"); in ZEND_FUNCTION()
671 zend_error(E_WARNING, "Class constants cannot be defined or redefined"); in ZEND_FUNCTION()
699 zend_error(E_WARNING,"Constants may only evaluate to scalar values"); in ZEND_FUNCTION()
766 zend_error(E_WARNING, "get_class() called without object from outside a class"); in ZEND_FUNCTION()
789 zend_error(E_WARNING, "get_called_class() called from outside a class"); in ZEND_FUNCTION()
1205zend_error(E_WARNING, "First parameter must either be an object or the name of an existing class"); in ZEND_FUNCTION()
1418 zend_error(E_WARNING, "Cannot redeclare class %s", alias_name); in ZEND_FUNCTION()
1422 zend_error(E_WARNING, "First argument of class_alias() must be a name of user defined class"); in ZEND_FUNCTION()
1426 zend_error(E_WARNING, "Class '%s' not found", class_name); in ZEND_FUNCTION()
1464 zend_error(E_WARNING, "Leaking non-zval data is only applicable to resources and objects"); in ZEND_FUNCTION()
1521 zend_error(E_WARNING, "Invalid error type specified"); in ZEND_FUNCTION()
1526 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
1546 zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback", in ZEND_FUNCTION()
1609 zend_error(E_WARNING, "%s() expects the argument (%s) to be a valid callback", in ZEND_FUNCTION()
1764zend_error(E_WARNING, "Cannot add internal functions to return value from get_defined_functions()"… in ZEND_FUNCTION()
1771 zend_error(E_WARNING, "Cannot add user functions to return value from get_defined_functions()"); in ZEND_FUNCTION()
1838 zend_error(E_ERROR, "Unexpected inconsistency in create_function()"); in ZEND_FUNCTION()