Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dplain_wrapper.c1324 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 Dphp.h334 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
H A Dmain.c1151 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,… in php_error_docref2() function
1182 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 Dfile.c826 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
834 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()

Completed in 32 milliseconds