Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp.h299 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
H A Dmain.c701 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror() function
882 php_verror(docref, "", type, format, args TSRMLS_CC); in php_error_docref0()
894 php_verror(docref, param1, type, format, args TSRMLS_CC); in php_error_docref1()
908 php_verror(docref, params ? params : "...", type, format, args TSRMLS_CC); in php_error_docref2()
/PHP-5.5/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.5/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()
/PHP-5.5/ext/snmp/
H A Dsnmp.c539 php_verror(docref, "", E_WARNING, format, args TSRMLS_CC); in php_snmp_error()
/PHP-5.5/ext/gd/
H A Dgd.c1094 php_verror(NULL, "", type, format, args TSRMLS_CC); in php_gd_error_method()

Completed in 67 milliseconds