Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp.h302 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis…
311 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
313 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const cha…
315 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2,…
H A Dmain.c865 if (docref && docref[0] == '#') { in php_verror()
866 docref_target = strchr(docref, '#'); in php_verror()
867 docref = NULL; in php_verror()
871 if (!docref && is_function) { in php_verror()
884 docref = php_strtolower(docref_buf, doclen); in php_verror()
892 if (strncmp(docref, "http://", 7)) { in php_verror()
899 ref = estrdup(docref); in php_verror()
918 docref = docref_buf; in php_verror()
922 …, 0, "%s [<a href='%s%s%s'>%s</a>]: %s", origin, docref_root, docref, docref_target, docref, buffe… in php_verror()
965 php_verror(docref, "", type, format, args TSRMLS_CC); in php_error_docref0()
[all …]
/PHP-5.6/ext/exif/
H A Dexif.c1564 static void exif_error_docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int … in exif_error_docref()
1574 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC); in exif_error_docref()
1578 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC); in exif_error_docref()
/PHP-5.6/ext/snmp/
H A Dsnmp.c512 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
537 php_verror(docref, "", E_WARNING, format, args TSRMLS_CC); in php_snmp_error()
/PHP-5.6/
H A Dphp.ini-development549 ; http://php.net/docref-root
553 ; http://php.net/docref-ext
H A Dphp.ini-production549 ; http://php.net/docref-root
553 ; http://php.net/docref-ext
H A DNEWS4760 . Changed error handlers to only generate docref links when the docref_root

Completed in 90 milliseconds