Home
last modified time | relevance | path

Searched refs:php_error_docref1 (Results 1 – 5 of 5) sorted by relevance

/php-src/main/streams/
H A Dplain_wrapper.c1258 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1474 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir()
1480 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir()
1502 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_metadata()
1521php_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno… in php_plain_files_metadata()
1534 php_error_docref1(NULL, url, E_WARNING, "Unable to find uid for %s", (char *)value); in php_plain_files_metadata()
1546 php_error_docref1(NULL, url, E_WARNING, "Unable to find gid for %s", (char *)value); in php_plain_files_metadata()
1564 php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno)); in php_plain_files_metadata()
H A Dstreams.c216 php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
2295 php_error_docref1(NULL, tmp, E_WARNING, "could not make seekable - %s",
/php-src/main/
H A Dphp.h332 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
H A Dmain.c1139 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() function
1176 php_error_docref1(NULL, param1, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref1_from_error()
/php-src/ext/exif/
H A Dexif.c4697php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()
4784php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()

Completed in 51 milliseconds