Lines Matching refs:zend_error

461 		zend_error(E_ERROR, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));  in zval_update_constant_ex()
478 zend_error(E_ERROR, "Undefined class constant '%s'", Z_STRVAL_P(p)); in zval_update_constant_ex()
514 zend_error(E_ERROR, "Undefined constant '%s'", save); in zval_update_constant_ex()
526 zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual); in zval_update_constant_ex()
650 zend_error(E_ERROR, "Corrupted fcall_info provided to zend_call_function()"); in zend_call_function()
678 zend_error(E_WARNING, "Invalid callback %s, %s", callable_name, error); in zend_call_function()
690 zend_error(E_STRICT, "%s", error); in zend_call_function()
711 zend_error(E_DEPRECATED, "Function %s%s%s() is deprecated", in zend_call_function()
735 zend_error(E_WARNING, "Parameter %d to %s%s%s() expected to be a reference, value given", in zend_call_function()
1232zend_error(E_ERROR, "Maximum execution time of %d second%s exceeded", EG(timeout_seconds), EG(time… in zend_timeout()
1275 zend_error(E_ERROR, "Could not delete queued timer"); in zend_set_timeout()
1285 zend_error(E_ERROR, "Could not queue new timer"); in zend_set_timeout()
1334 zend_error(E_ERROR, "Could not delete queued timer"); in zend_unset_timeout()
1370 zend_error(E_ERROR, "Cannot access self:: when no class scope is active"); in zend_fetch_class()
1375 zend_error(E_ERROR, "Cannot access parent:: when no class scope is active"); in zend_fetch_class()
1378 zend_error(E_ERROR, "Cannot access parent:: when current class scope has no parent"); in zend_fetch_class()
1383 zend_error(E_ERROR, "Cannot access static:: when no class scope is active"); in zend_fetch_class()
1399 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class()
1401 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class()
1403 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class()
1422 zend_error(E_ERROR, "Interface '%s' not found", class_name); in zend_fetch_class_by_name()
1424 zend_error(E_ERROR, "Trait '%s' not found", class_name); in zend_fetch_class_by_name()
1426 zend_error(E_ERROR, "Class '%s' not found", class_name); in zend_fetch_class_by_name()
1481zend_error(E_ERROR, "Class %s contains %d abstract method%s and must therefore be declared abstrac… in zend_verify_abstract_class()