Home
last modified time | relevance | path

Searched refs:docref (Results 1 – 5 of 5) sorted by relevance

/php-src/main/
H A Dphp.h326 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
329 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
331 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, …
332 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
334 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c1033 if (docref && docref[0] == '#') { in php_verror()
1034 docref_target = strchr(docref, '#'); in php_verror()
1035 docref = NULL; in php_verror()
1039 if (!docref && is_function) { in php_verror()
1053 docref = docref_buf; in php_verror()
1061 if (strncmp(docref, "http://", 7)) { in php_verror()
1068 ref = estrdup(docref); in php_verror()
1087 docref = docref_buf; in php_verror()
1122 php_verror(docref, "", type, format, args); \
1128 php_error_docref_impl(docref, type, format); in php_error_docref()
[all …]
/php-src/ext/exif/
H A Dexif.c2003 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 Dphp.ini-development580 ; https://php.net/docref-root
584 ; https://php.net/docref-ext
H A Dphp.ini-production582 ; https://php.net/docref-root
586 ; https://php.net/docref-ext

Completed in 40 milliseconds