Home
last modified time | relevance | path

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

/PHP-8.0/ext/dba/
H A Ddba_lmdb.c130 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_FETCH_FUNC()
140 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_FETCH_FUNC()
206 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_EXISTS_FUNC()
216 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_EXISTS_FUNC()
238 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_DELETE_FUNC()
249 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_DELETE_FUNC()
256 php_error_docref1(NULL, key, E_WARNING, "%s", mdb_strerror(rc)); in DBA_DELETE_FUNC()
H A Ddba_inifile.c94 php_error_docref1(NULL, key, E_WARNING, "Operation not possible"); in DBA_UPDATE_FUNC()
H A Ddba_flatfile.c92 php_error_docref1(NULL, key, E_WARNING, "Operation not possible"); in DBA_UPDATE_FUNC()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1200 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1409 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir()
1415 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir()
1437 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_metadata()
1456php_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno… in php_plain_files_metadata()
1469 php_error_docref1(NULL, url, E_WARNING, "Unable to find uid for %s", (char *)value); in php_plain_files_metadata()
1481 php_error_docref1(NULL, url, E_WARNING, "Unable to find gid for %s", (char *)value); in php_plain_files_metadata()
1499 php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno)); in php_plain_files_metadata()
H A Dstreams.c214 php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
2160 php_error_docref1(NULL, tmp, E_WARNING, "could not make seekable - %s",
/PHP-8.0/main/
H A Dphp.h343 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
H A Dmain.c1119 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha… in php_error_docref1() function
1156 php_error_docref1(NULL, param1, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref1_from_error()
/PHP-8.0/ext/exif/
H A Dexif.c4679php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()
4766php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()

Completed in 42 milliseconds