Home
last modified time | relevance | path

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

/PHP-5.3/ext/zip/
H A Dphp_zip.c1707 zval **zval_file = NULL; in php_zip_add_from_pattern() local
1716 file = Z_STRVAL_PP(zval_file); in php_zip_add_from_pattern()
1718 php_basename(Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), NULL, 0, in php_zip_add_from_pattern()
1725 file_stripped = Z_STRVAL_PP(zval_file); in php_zip_add_from_pattern()
1726 file_stripped_len = Z_STRLEN_PP(zval_file); in php_zip_add_from_pattern()
1741 entry_name = Z_STRVAL_PP(zval_file); in php_zip_add_from_pattern()
1742 entry_name_len = Z_STRLEN_PP(zval_file); in php_zip_add_from_pattern()
1748 if (php_zip_add_file(intern, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), in php_zip_add_from_pattern()
2425 zval **zval_file = NULL; in ZIPARCHIVE_METHOD() local
2471 switch (Z_TYPE_PP(zval_file)) { in ZIPARCHIVE_METHOD()
[all …]
/PHP-5.3/ext/phar/
H A Dphar_object.c4407 zval **zval_file; local
4408 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) {
4409 switch (Z_TYPE_PP(zval_file)) {
4412 zval_unicode_to_string(*(zval_file) TSRMLS_CC);
4422 …end_hash_find(&phar_obj->arc.archive->manifest, Z_STRVAL_PP(zval_file), Z_STRLEN_PP(zval_file), (v…
4424 …pted to extract non-existent file \"%s\" from phar \"%s\"", Z_STRVAL_PP(zval_file), phar_obj->arc.…

Completed in 20 milliseconds