Searched refs:php_error_docref2 (Results 1 – 4 of 4) sorted by relevance
/php-src/main/streams/ |
H A D | plain_wrapper.c | 1324 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1332 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1343 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1346 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1359 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
|
/php-src/main/ |
H A D | php.h | 315 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
|
H A D | main.c | 1200 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2() function 1231 php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref2_from_error()
|
/php-src/ext/standard/ |
H A D | file.c | 818 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 826 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
|
Completed in 20 milliseconds