Lines Matching refs:E_ERROR

474 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));  in zval_update_constant_ex()
491 zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); in zval_update_constant_ex()
527 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
593 zend_error(E_ERROR, "Undefined class constant '%s'", str_index); in zval_update_constant_ex()
612 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
755 zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()"); in zend_call_function()
813 …zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->… in zend_call_function()
978 zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object"); in zend_call_function()
1231 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1309 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1334 …zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(time… in zend_timeout()
1377 zend_error(E_ERROR, "Could not delete queued timer"); in zend_set_timeout()
1387 zend_error(E_ERROR, "Could not queue new timer"); in zend_set_timeout()
1436 zend_error(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
1472 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1477 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1480 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_fetch_class()
1485 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_fetch_class()
1501 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
1503 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class()
1505 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class()
1524 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class_by_name()
1526 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class_by_name()
1528 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class_by_name()
1583 …zend_error(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declared abstrac… in zend_verify_abstract_class()