Searched refs:docref (Results 1 - 4 of 4) sorted by relevance

/PHP_5_5/ext/exif/
H A Dexif.c1574 static void exif_error_docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format, ...)
1584 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC);
1588 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC);
/PHP_5_5/main/
H A Dphp.h299 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTRIBUTE_FORMAT(printf, 4, 0);
308 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
310 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...)
312 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
H A Dmain.c696 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) argument
779 if (docref && docref[0] == '#') {
780 docref_target = strchr(docref, '#');
781 docref = NULL;
784 /* no docref given but function is known (the default) */
785 if (!docref && is_function) {
795 docref = php_strtolower(docref_buf, doclen);
798 /* we have a docref for a function AND
802 if (docref
[all...]
/PHP_5_5/ext/snmp/
H A Dsnmp.c514 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format, ...)
539 php_verror(docref, "", E_WARNING, format, args TSRMLS_CC);

Completed in 17 milliseconds