Searched defs:zend_error (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend.c | 253 zend_error(E_NOTICE, "Array to string conversion"); 292 zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name); 860 zend_error(E_PARSE, "%s", error); 1009 ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */ function 1254 void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),noreturn));
|
Completed in 5 milliseconds