Searched refs:php_verror (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/main/ |
H A D | php.h | 326 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
|
H A D | main.c | 934 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() function 1120 php_verror(docref, "", type, format, args); in php_error_docref() 1132 php_verror(docref, param1, type, format, args); in php_error_docref1() 1146 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.c | 225 php_verror(NULL, "", E_WARNING, format, args); in php_snmp_error()
|
/PHP-8.2/ext/exif/ |
H A D | exif.c | 2035 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref() 2039 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 331 php_verror(NULL, "", type, format, args); in PHP_INI_BEGIN()
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 494 php_verror(NULL, arg_name, type, format, va); in php_openssl_check_path_error()
|
Completed in 165 milliseconds