Searched refs:docref (Results 1 – 5 of 5) sorted by relevance
/php-src/main/ |
H A D | php.h | 307 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form… 310 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...) 312 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, … 313 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… 315 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
|
H A D | main.c | 1082 if (docref && docref[0] == '#') { in php_verror() 1083 docref_target = strchr(docref, '#'); in php_verror() 1084 docref = NULL; in php_verror() 1088 if (!docref && is_function) { in php_verror() 1102 docref = docref_buf; in php_verror() 1110 if (strncmp(docref, "http://", 7)) { in php_verror() 1117 ref = estrdup(docref); in php_verror() 1136 docref = docref_buf; in php_verror() 1171 php_verror(docref, "", type, format, args); \ 1177 php_error_docref_impl(docref, type, format); in php_error_docref() [all …]
|
/php-src/ext/exif/ |
H A D | exif.c | 2003 static void exif_error_docref(const char *docref EXIFERR_DC, image_info_type *ImageInfo, int type, … in exif_error_docref() 2010 php_error_docref(docref, type, in exif_error_docref() 2023 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref() 2027 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
|
/php-src/ |
H A D | php.ini-development | 566 ; https://php.net/docref-root 570 ; https://php.net/docref-ext
|
H A D | php.ini-production | 568 ; https://php.net/docref-root 572 ; https://php.net/docref-ext
|
Completed in 60 milliseconds