Searched refs:php_win32_check_trailing_space (Results 1 – 4 of 4) sorted by relevance
22 int php_win32_check_trailing_space(const char * path, const int path_len);
37 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space() function
117 if (!php_win32_check_trailing_space(pfx, (const int)strlen(pfx))) { in php_do_open_temporary_file()
1068 if (!php_win32_check_trailing_space(url_from, strlen(url_from))) { in php_plain_files_rename()1072 if (!php_win32_check_trailing_space(url_to, strlen(url_to))) { in php_plain_files_rename()1239 if (!php_win32_check_trailing_space(url, url_len)) { in php_plain_files_rmdir()1271 if (!php_win32_check_trailing_space(url, url_len)) { in php_plain_files_metadata()
Completed in 9 milliseconds