docref           1558 ext/exif/exif.c static void exif_error_docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...)
docref           1568 ext/exif/exif.c 		php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args);
docref           1572 ext/exif/exif.c 	php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args);
docref            511 ext/snmp/snmp.c static void php_snmp_error(zval *object, const char *docref, int type, const char *format, ...)
docref            536 ext/snmp/snmp.c 		php_verror(docref, "", E_WARNING, format, args);
docref            706 main/main.c    PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args)
docref            801 main/main.c    	if (docref && docref[0] == '#') {
docref            802 main/main.c    		docref_target = strchr(docref, '#');
docref            803 main/main.c    		docref = NULL;
docref            807 main/main.c    	if (!docref && is_function) {
docref            820 main/main.c    		docref = php_strtolower(docref_buf, doclen);
docref            827 main/main.c    	if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) {
docref            828 main/main.c    		if (strncmp(docref, "http://", 7)) {
docref            835 main/main.c    			ref = estrdup(docref);
docref            854 main/main.c    			docref = docref_buf;
docref            858 main/main.c    			spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer);
docref            860 main/main.c    			spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer);
docref            904 main/main.c    PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
docref            909 main/main.c    	php_verror(docref, "", type, format, args);
docref            916 main/main.c    PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...)
docref            921 main/main.c    	php_verror(docref, param1, type, format, args);
docref            928 main/main.c    PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...)
docref            935 main/main.c    	php_verror(docref, params ? params : "...", type, format, args);
docref            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);
docref            301 main/php.h     PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
docref            303 main/php.h     PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...)
docref            305 main/php.h     PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...)