Searched refs:docref (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/main/ |
H A D | php.h | 339 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… 342 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) 344 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… 346 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
|
H A D | main.c | 1078 if (docref && docref[0] == '#') { in php_verror() 1079 docref_target = strchr(docref, '#'); in php_verror() 1080 docref = NULL; in php_verror() 1084 if (!docref && is_function) { in php_verror() 1097 docref = php_strtolower(docref_buf, doclen); in php_verror() 1105 if (strncmp(docref, "http://", 7)) { in php_verror() 1112 ref = estrdup(docref); in php_verror() 1131 docref = docref_buf; in php_verror() 1135 …, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffe… in php_verror() 1184 php_verror(docref, "", type, format, args); in php_error_docref() [all …]
|
/PHP-7.4/ext/exif/ |
H A D | exif.c | 2036 static void exif_error_docref(const char *docref EXIFERR_DC, image_info_type *ImageInfo, int type, … in exif_error_docref() 2043 php_error_docref(docref, type, in exif_error_docref() 2056 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/ |
H A D | php.ini-development | 563 ; http://php.net/docref-root 567 ; http://php.net/docref-ext
|
H A D | php.ini-production | 563 ; http://php.net/docref-root 567 ; http://php.net/docref-ext
|
Completed in 58 milliseconds