php_verror       1568 ext/exif/exif.c 		php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args);
php_verror       1572 ext/exif/exif.c 	php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args);
php_verror       1024 ext/gd/gd.c    	php_verror(NULL, "", type, format, args);
php_verror        107 ext/gd/libgd/gd.c 	php_verror(NULL, "", type, format, args);
php_verror        117 ext/gd/libgd/gd.c 	php_verror(NULL, "", E_WARNING, format, args);
php_verror        536 ext/snmp/snmp.c 		php_verror(docref, "", E_WARNING, format, args);
php_verror        909 main/main.c    	php_verror(docref, "", type, format, args);
php_verror        921 main/main.c    	php_verror(docref, param1, type, format, args);
php_verror        935 main/main.c    	php_verror(docref, params ? params : "...", type, format, args);
php_verror        298 main/php.h     PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args) PHP_ATTRIBUTE_FORMAT(printf, 4, 0);