Searched refs:php_verror (Results 1 – 6 of 6) sorted by relevance
/php-src/main/ |
H A D | php.h | 305 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
|
H A D | main.c | 992 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() function 1169 php_verror(docref, "", type, format, args); \ 1191 php_verror(docref, param1, type, format, args); in php_error_docref1() 1205 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
|
/php-src/ext/exif/ |
H A D | exif.c | 2023 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref() 2027 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
|
/php-src/ext/snmp/ |
H A D | snmp.c | 228 php_verror(NULL, "", E_WARNING, format, args); in php_snmp_error()
|
/php-src/ext/gd/ |
H A D | gd.c | 327 php_verror(NULL, "", type, format, args); in PHP_INI_BEGIN()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 548 php_verror(NULL, arg_name, type, format, va); in php_openssl_check_path_error()
|
Completed in 64 milliseconds