zval_file        4322 ext/phar/phar_object.c 					zval *zval_file;
zval_file        4323 ext/phar/phar_object.c 					if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) {
zval_file        4324 ext/phar/phar_object.c 						switch (Z_TYPE_P(zval_file)) {
zval_file        4332 ext/phar/phar_object.c 						if (NULL == (entry = zend_hash_find_ptr(&phar_obj->archive->manifest, Z_STR_P(zval_file)))) {
zval_file        4334 ext/phar/phar_object.c 								"Phar Error: attempted to extract non-existent file \"%s\" from phar \"%s\"", Z_STRVAL_P(zval_file), phar_obj->archive->fname);
zval_file        1666 ext/zip/php_zip.c 		zval *zval_file;
zval_file        1674 ext/zip/php_zip.c 			if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) {
zval_file        1676 ext/zip/php_zip.c 					basename = php_basename(Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file), NULL, 0);
zval_file        1679 ext/zip/php_zip.c 				} else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {
zval_file        1680 ext/zip/php_zip.c 					file_stripped = Z_STRVAL_P(zval_file) + remove_path_len + 1;
zval_file        1681 ext/zip/php_zip.c 					file_stripped_len = Z_STRLEN_P(zval_file) - remove_path_len - 1;
zval_file        1683 ext/zip/php_zip.c 					file_stripped = Z_STRVAL_P(zval_file);
zval_file        1684 ext/zip/php_zip.c 					file_stripped_len = Z_STRLEN_P(zval_file);
zval_file        1699 ext/zip/php_zip.c 					entry_name = Z_STRVAL_P(zval_file);
zval_file        1700 ext/zip/php_zip.c 					entry_name_len = Z_STRLEN_P(zval_file);
zval_file        1706 ext/zip/php_zip.c 				if (php_zip_add_file(intern, Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file),
zval_file        2600 ext/zip/php_zip.c 	zval *zval_file = NULL;
zval_file        2641 ext/zip/php_zip.c 					if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) {
zval_file        2642 ext/zip/php_zip.c 						switch (Z_TYPE_P(zval_file)) {
zval_file        2646 ext/zip/php_zip.c 								if (!php_zip_extract_file(intern, pathto, Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file))) {