Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp.h339 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
H A Dmain.c983 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… in php_verror() function
1184 php_verror(docref, "", type, format, args); in php_error_docref()
1196 php_verror(docref, param1, type, format, args); in php_error_docref1()
1210 php_verror(docref, params ? params : "...", type, format, args); in php_error_docref2()
/PHP-7.4/ext/exif/
H A Dexif.c2056 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
2060 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
/PHP-7.4/ext/snmp/
H A Dsnmp.c514 php_verror(NULL, "", E_WARNING, format, args); in php_snmp_error()
/PHP-7.4/ext/gd/
H A Dgd.c1095 php_verror(NULL, "", type, format, args); in php_gd_error_method()

Completed in 40 milliseconds