Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp.h324 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
H A Dmain.c923 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() function
1108 php_verror(docref, "", type, format, args); in php_error_docref()
1120 php_verror(docref, param1, type, format, args); in php_error_docref1()
1134 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
/PHP-8.1/ext/snmp/
H A Dsnmp.c245 php_verror(NULL, "", E_WARNING, format, args); in php_snmp_error()
/PHP-8.1/ext/exif/
H A Dexif.c2035 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.1/ext/gd/
H A Dgd.c353 php_verror(NULL, "", type, format, args); in PHP_INI_BEGIN()
/PHP-8.1/ext/openssl/
H A Dopenssl.c489 php_verror(NULL, arg_name, type, format, va); in php_openssl_check_path_error()

Completed in 64 milliseconds