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);
37 int php_win32_check_trailing_space(const char * path, const size_t path_len) in php_win32_check_trailing_space() function
115 if (!php_win32_check_trailing_space(pfx, strlen(pfx))) { in php_do_open_temporary_file()
1179 if (!php_win32_check_trailing_space(url_from, strlen(url_from))) { in php_plain_files_rename()1183 if (!php_win32_check_trailing_space(url_to, strlen(url_to))) { in php_plain_files_rename()1367 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_rmdir()1395 if (!php_win32_check_trailing_space(url, strlen(url))) { in php_plain_files_metadata()
Completed in 11 milliseconds