Searched refs:php_win32_check_trailing_space (Results 1 – 4 of 4) sorted by relevance
31 int php_win32_check_trailing_space(const char * path, const size_t path_len);
57 int php_win32_check_trailing_space(const char * path, const size_t path_len) in php_win32_check_trailing_space() function
113 if (!php_win32_check_trailing_space(pfx, strlen(pfx))) { in php_do_open_temporary_file()
1220 if (!php_win32_check_trailing_space(url_from, strlen(url_from))) { in php_plain_files_rename()1224 if (!php_win32_check_trailing_space(url_to, strlen(url_to))) { in php_plain_files_rename()1408 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_rmdir()1436 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_metadata()
Completed in 12 milliseconds