Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp.h374 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
377 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
379 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
381 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c860 if (docref && docref[0] == '#') { in php_verror()
861 docref_target = strchr(docref, '#'); in php_verror()
862 docref = NULL; in php_verror()
866 if (!docref && is_function) { in php_verror()
879 docref = php_strtolower(docref_buf, doclen); in php_verror()
887 if (strncmp(docref, "http://", 7)) { in php_verror()
894 ref = estrdup(docref); in php_verror()
913 docref = docref_buf; in php_verror()
917 …, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffe… in php_verror()
968 php_verror(docref, "", type, format, args); in php_error_docref0()
[all …]
/PHP-7.2/ext/snmp/
H A Dsnmp.c495 static void php_snmp_error(zval *object, const char *docref, int type, const char *format, ...) in php_snmp_error() argument
520 php_verror(docref, "", E_WARNING, format, args); in php_snmp_error()
/PHP-7.2/ext/exif/
H A Dexif.c1974 static void exif_error_docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int … in exif_error_docref()
1984 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
1988 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref()
/PHP-7.2/
H A Dphp.ini-development556 ; http://php.net/docref-root
560 ; http://php.net/docref-ext
H A Dphp.ini-production558 ; http://php.net/docref-root
562 ; http://php.net/docref-ext

Completed in 47 milliseconds