docref           1564 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           1574 ext/exif/exif.c 		php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC);
docref           1578 ext/exif/exif.c 	php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC);
docref            512 ext/snmp/snmp.c static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format, ...)
docref            537 ext/snmp/snmp.c 		php_verror(docref, "", E_WARNING, format, args TSRMLS_CC);
docref            771 main/main.c    PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC)
docref            865 main/main.c    	if (docref && docref[0] == '#') {
docref            866 main/main.c    		docref_target = strchr(docref, '#');
docref            867 main/main.c    		docref = NULL;
docref            871 main/main.c    	if (!docref && is_function) {
docref            884 main/main.c    		docref = php_strtolower(docref_buf, doclen);
docref            891 main/main.c    	if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) {
docref            892 main/main.c    		if (strncmp(docref, "http://", 7)) {
docref            899 main/main.c    			ref = estrdup(docref);
docref            918 main/main.c    			docref = docref_buf;
docref            922 main/main.c    			spprintf(&message, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffer);
docref            924 main/main.c    			spprintf(&message, 0, "%s [%s%s%s]: %s", origin, docref_root, docref, docref_target, buffer);
docref            960 main/main.c    PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
docref            965 main/main.c    	php_verror(docref, "", type, format, args TSRMLS_CC);
docref            972 main/main.c    PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
docref            977 main/main.c    	php_verror(docref, param1, type, format, args TSRMLS_CC);
docref            984 main/main.c    PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
docref            991 main/main.c    	php_verror(docref, params ? params : "...", type, format, args TSRMLS_CC);
docref            302 main/php.h     PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTRIBUTE_FORMAT(printf, 4, 0);
docref            311 main/php.h     PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
docref            313 main/php.h     PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
docref            315 main/php.h     PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)