Searched refs:zend_error_va (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_exceptions.c | 898 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() function 939 …zend_error_va(E_WARNING, file ? Z_STRVAL_P(file) : NULL, line ? Z_LVAL_P(line) : 0, "Uncaught %s i… in zend_exception_error() 950 …zend_error_va(severity, (Z_STRLEN_P(file) > 0) ? Z_STRVAL_P(file) : NULL, Z_LVAL_P(line), "Uncaugh… in zend_exception_error()
|
Completed in 6 milliseconds