Lines Matching refs:E_ERROR

509 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));  in zval_update_constant_ex()
526 zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); in zval_update_constant_ex()
562 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
627 zend_error(E_ERROR, "Undefined class constant '%s'", str_index); in zval_update_constant_ex()
646 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
788 zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()"); in zend_call_function()
847 …zend_error_noreturn(E_ERROR, "Cannot call abstract method %s::%s()", EX(function_state).function->… in zend_call_function()
1012 zend_error_noreturn(E_ERROR, "Cannot call overloaded function for non-object"); in zend_call_function()
1240 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1319 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1335 …zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(time… in zend_timeout()
1541 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1546 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1549 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_fetch_class()
1554 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_fetch_class()
1570 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
1572 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class()
1627 …zend_error(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declared abstrac… in zend_verify_abstract_class()