Searched refs:docref (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 1574 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_3/main/ |
| H A D | php.h | 292 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); 301 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) 303 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) 305 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2, int type, const char *format, ...)
|
| H A D | main.c | 668 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) argument 750 if (docref && docref[0] == '#') { 751 docref_target = strchr(docref, '#'); 752 docref = NULL; 755 /* no docref given but function is known (the default) */ 756 if (!docref && is_function) { 766 docref = php_strtolower(docref_buf, doclen); 769 /* we have a docref for a function AND 773 if (docref [all...] |
Completed in 13 milliseconds