Home
last modified time | relevance | path

Searched refs:php_verror (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/main/
H A Dphp.h292 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
H A Dmain.c668 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror() function
845 php_verror(docref, "", type, format, args TSRMLS_CC); in php_error_docref0()
857 php_verror(docref, param1, type, format, args TSRMLS_CC); in php_error_docref1()
871 php_verror(docref, params ? params : "...", type, format, args TSRMLS_CC); in php_error_docref2()
/PHP-5.3/ext/gd/libgd/
H A Dgd.c108 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_ex()
119 php_verror(NULL, "", E_WARNING, format, args TSRMLS_CC); in php_gd_error()
/PHP-5.3/ext/exif/
H A Dexif.c1584 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC); in exif_error_docref()
1588 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC); in exif_error_docref()

Completed in 43 milliseconds