Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp.h298 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
301 PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
303 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
305 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c826 if (docref && docref[0] == '#') { in php_verror()
827 docref_target = strchr(docref, '#'); in php_verror()
828 docref = NULL; in php_verror()
832 if (!docref && is_function) { in php_verror()
845 docref = php_strtolower(docref_buf, doclen); in php_verror()
853 if (strncmp(docref, "http://", 7)) { in php_verror()
860 ref = estrdup(docref); in php_verror()
879 docref = docref_buf; in php_verror()
883 …, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffe… in php_verror()
934 php_verror(docref, "", type, format, args); in php_error_docref0()
[all …]
/PHP-7.0/ext/snmp/
H A Dsnmp.c505 static void php_snmp_error(zval *object, const char *docref, int type, const char *format, ...) in php_snmp_error() argument
530 php_verror(docref, "", E_WARNING, format, args); in php_snmp_error()
/PHP-7.0/ext/exif/
H A Dexif.c1558 static void exif_error_docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int … in exif_error_docref()
1568 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
1572 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args); in exif_error_docref()
/PHP-7.0/
H A Dphp.ini-development545 ; http://php.net/docref-root
549 ; http://php.net/docref-ext
H A Dphp.ini-production545 ; http://php.net/docref-root
549 ; http://php.net/docref-ext

Completed in 62 milliseconds