Home
last modified time | relevance | path

Searched refs:php_error_docref2 (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/dba/
H A Ddba.c713php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "No default handler selec… in php_dba_open()
722php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "No such handler: %s", Z_… in php_dba_open()
753php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_NOTICE, "Handler %s does locking i… in php_dba_open()
759php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Locking cannot be disabl… in php_dba_open()
830 php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Illegal DBA mode"); in php_dba_open()
843php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "You cannot combine modif… in php_dba_open()
849php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Handler %s uses its own … in php_dba_open()
853php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Handler %s doesn't uses … in php_dba_open()
862 php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Illegal DBA mode"); in php_dba_open()
996php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Driver initialization fa… in php_dba_open()
[all …]
H A Ddba_gdbm.c110 php_error_docref2(NULL, key, val, E_WARNING, "%s", gdbm_strerror(gdbm_errno)); in DBA_UPDATE_FUNC()
113 php_error_docref2(NULL, key, val, E_WARNING, "Unknown return value"); in DBA_UPDATE_FUNC()
H A Ddba_lmdb.c168 php_error_docref2(NULL, key, val, E_WARNING, "%s", mdb_strerror(rc)); in DBA_UPDATE_FUNC()
180 php_error_docref2(NULL, key, val, E_WARNING, "%s", mdb_strerror(rc)); in DBA_UPDATE_FUNC()
188 php_error_docref2(NULL, key, val, E_WARNING, "%s", mdb_strerror(rc)); in DBA_UPDATE_FUNC()
H A Ddba_flatfile.c97 php_error_docref2(NULL, key, val, E_WARNING, "Unknown return value"); in DBA_UPDATE_FUNC()
H A Ddba_qdbm.c103 php_error_docref2(NULL, key, val, E_WARNING, "%s", dperrmsg(dpecode)); in DBA_UPDATE_FUNC()
H A Ddba_tcadb.c124 php_error_docref2(NULL, key, val, E_WARNING, "Error updating data"); in DBA_UPDATE_FUNC()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1258 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1266 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1277 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1280 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1293 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
/PHP-7.4/main/
H A Dphp.h346 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c1203 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2() function
1241 php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref2_from_error()
/PHP-7.4/ext/standard/
H A Dfile.c949 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
957 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()

Completed in 58 milliseconds