Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c304 zval exists_flag; in php_zip_add_file() local
315 php_stat(resolved_path, strlen(resolved_path), FS_EXISTS, &exists_flag TSRMLS_CC); in php_zip_add_file()
316 if (!Z_BVAL(exists_flag)) { in php_zip_add_file()

Completed in 13 milliseconds