Home
last modified time | relevance | path

Searched refs:docref (Results 1 – 5 of 5) 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…
327 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
329 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
331 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c1013 if (docref && docref[0] == '#') { in php_verror()
1014 docref_target = strchr(docref, '#'); in php_verror()
1015 docref = NULL; in php_verror()
1019 if (!docref && is_function) { in php_verror()
1033 docref = docref_buf; in php_verror()
1041 if (strncmp(docref, "http://", 7)) { in php_verror()
1048 ref = estrdup(docref); in php_verror()
1067 docref = docref_buf; in php_verror()
1071 …f(0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffe… in php_verror()
1108 php_verror(docref, "", type, format, args); in php_error_docref()
[all …]
/PHP-8.1/ext/exif/
H A Dexif.c2015 static void exif_error_docref(const char *docref EXIFERR_DC, image_info_type *ImageInfo, int type, … in exif_error_docref()
2022 php_error_docref(docref, type, in exif_error_docref()
2035 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/
H A Dphp.ini-development570 ; https://php.net/docref-root
574 ; https://php.net/docref-ext
H A Dphp.ini-production572 ; https://php.net/docref-root
576 ; https://php.net/docref-ext

Completed in 34 milliseconds