Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc54 var $central = "";
174 $offset = strlen($central);
182 $offset = strlen($central);
190 $offset = strlen($central);
198 $offset = strlen($central);
206 $offset = strlen($central);
214 $offset = strlen($central);
222 $offset = strlen($central);
238 $offset = strlen($central);
247 $offset = strlen($central);
[all …]
/PHP-7.0/ext/phar/tests/zip/
H A Dcorrupt_004.phpt2 Phar: corrupted zip (central directory offset incorrect)
16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dcorrupt_001.phpt21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
H A Dcorrupt_002.phpt16 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
H A Dcorrupt_009.phpt16 phar error: Unable to process extra field header for file in central directory in zip-based phar "%…
/PHP-7.0/ext/intl/tests/
H A Ddateformat_timezone_arg_variations4.phpt40 domingo, 1 de enero de 2012, 1:00:00 (hora estándar de Europa central)
43 domingo, 1 de enero de 2012, 1:00:00 (hora estándar de Europa central)
45 domingo, 1 de enero de 2012, 1:00:00 (hora estándar de Europa central)
H A Ddateformat_timezone_arg_variations3.phpt41 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
44 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
46 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
H A Ddateformat_timezone_arg_variations2.phpt40 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
43 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
45 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
H A Ddateformat_create_cal_arg_variant3.phpt49 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
H A Ddateformat_create_cal_arg_variant4.phpt49 domingo, 1 de enero de 2012, 1:00:00 (hora estándar de Europa central)
H A Ddateformat_create_cal_arg_variant5.phpt48 domingo, 1 de enero de 2012, 1:00:00 (hora estándar de Europa central)
H A Ddateformat_create_cal_arg_variant2.phpt48 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa central
/PHP-7.0/ext/phar/tests/
H A Dbug71498.phpt16 phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip"
H A Dbug69441.phpt17 UnexpectedValueException: phar error: corrupted central directory entry, no magic signature in zip-…
/PHP-7.0/ext/phar/
H A Dzip.c792 phar_zip_central_dir_file central; in phar_zip_changed_apply_int() local
814 memset(&central, 0, sizeof(central)); in phar_zip_changed_apply_int()
817 strncpy(central.signature, "PK\1\2", 4); in phar_zip_changed_apply_int()
818 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
832 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
837 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
847 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
940 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
950 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
960 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply_int()
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_open.c492 _zip_headercomp(const zip_dirent_t *central, const zip_dirent_t *local) in _zip_headercomp() argument
494 if ((central->version_needed != local->version_needed) in _zip_headercomp()
498 || (central->bitflags != local->bitflags) in _zip_headercomp()
500 || (central->comp_method != local->comp_method) in _zip_headercomp()
501 || (central->last_mod != local->last_mod) in _zip_headercomp()
502 || !_zip_string_equal(central->filename, local->filename)) in _zip_headercomp()
505 if ((central->crc != local->crc) || (central->comp_size != local->comp_size) in _zip_headercomp()
506 || (central->uncomp_size != local->uncomp_size)) { in _zip_headercomp()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic9366 0 string 5\x0aTermination_Central Quake I save: e3m1 Termination central

Completed in 78 milliseconds