zval_file        4374 ext/phar/phar_object.c 					zval **zval_file;
zval_file        4375 ext/phar/phar_object.c 					if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) {
zval_file        4376 ext/phar/phar_object.c 						switch (Z_TYPE_PP(zval_file)) {
zval_file        4384 ext/phar/phar_object.c 						if (FAILURE == zend_hash_find(&phar_obj->arc.archive->manifest, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), (void **)&entry)) {
zval_file        4386 ext/phar/phar_object.c 								"Phar Error: attempted to extract non-existent file \"%s\" from phar \"%s\"", Z_STRVAL_PP(zval_file), phar_obj->arc.archive->fname);
zval_file        1775 ext/zip/php_zip.c 		zval **zval_file = NULL;
zval_file        1783 ext/zip/php_zip.c 			if (zend_hash_index_find(Z_ARRVAL_P(return_value), i, (void **) &zval_file) == SUCCESS) {
zval_file        1785 ext/zip/php_zip.c 					php_basename(Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), NULL, 0,
zval_file        1788 ext/zip/php_zip.c 				} else if (remove_path && strstr(Z_STRVAL_PP(zval_file), remove_path) != NULL) {
zval_file        1789 ext/zip/php_zip.c 					file_stripped = Z_STRVAL_PP(zval_file) + remove_path_len + 1;
zval_file        1790 ext/zip/php_zip.c 					file_stripped_len = Z_STRLEN_PP(zval_file) - remove_path_len - 1;
zval_file        1792 ext/zip/php_zip.c 					file_stripped = Z_STRVAL_PP(zval_file);
zval_file        1793 ext/zip/php_zip.c 					file_stripped_len = Z_STRLEN_PP(zval_file);
zval_file        1808 ext/zip/php_zip.c 					entry_name = Z_STRVAL_PP(zval_file);
zval_file        1809 ext/zip/php_zip.c 					entry_name_len = Z_STRLEN_PP(zval_file);
zval_file        1815 ext/zip/php_zip.c 				if (php_zip_add_file(intern, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file),
zval_file        2645 ext/zip/php_zip.c 	zval **zval_file = NULL;
zval_file        2686 ext/zip/php_zip.c 					if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) {
zval_file        2687 ext/zip/php_zip.c 						switch (Z_TYPE_PP(zval_file)) {
zval_file        2691 ext/zip/php_zip.c 								if (!php_zip_extract_file(intern, pathto, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file) TSRMLS_CC)) {