Searched refs:path_copy (Results 1 – 1 of 1) sorted by relevance
186 char *path_copy = NULL; in _php_stream_bz2open() local197 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()199 path_copy = (char *)path; in _php_stream_bz2open()202 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()204 efree(path_copy); in _php_stream_bz2open()210 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()213 *opened_path = zend_string_init(path_copy, strlen(path_copy), 0); in _php_stream_bz2open()217 efree(path_copy); in _php_stream_bz2open()
Completed in 8 milliseconds