Home
last modified time | relevance | path

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

/PHP-8.0/ext/bz2/
H A Dbz2.c186 char *path_copy = NULL; in _php_stream_bz2open() local
197 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 13 milliseconds