Searched refs:php_error_docref1 (Results 1 – 5 of 5) sorted by relevance
/php-src/main/streams/ |
H A D | plain_wrapper.c | 1258 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink() 1484 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir() 1490 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir() 1512 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_metadata() 1531 …php_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno… in php_plain_files_metadata() 1544 php_error_docref1(NULL, url, E_WARNING, "Unable to find uid for %s", (char *)value); in php_plain_files_metadata() 1556 php_error_docref1(NULL, url, E_WARNING, "Unable to find gid for %s", (char *)value); in php_plain_files_metadata() 1574 php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno)); in php_plain_files_metadata()
|
H A D | streams.c | 216 php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors() 2303 php_error_docref1(NULL, tmp, E_WARNING, "could not make seekable - %s",
|
/php-src/main/ |
H A D | php.h | 313 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
|
H A D | main.c | 1188 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() function 1225 php_error_docref1(NULL, param1, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref1_from_error()
|
/php-src/ext/exif/ |
H A D | exif.c | 4693 …php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION() 4781 …php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()
|
Completed in 39 milliseconds