Searched refs:corrupt (Results 1 – 15 of 15) sorted by relevance
/PHP-5.3/ext/phar/tests/zip/ |
H A D | corrupt_001.phpt | 21 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 D | corrupt_003.phpt | 16 phar error: corrupt zip archive, zip file comment truncated in zip-based phar "%sfilecomment.zip"
|
/PHP-5.3/Zend/tests/ |
H A D | bug34879.phpt | 2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | stream_rfc2397_006.phpt | 2 Stream: RFC2397 with corrupt? payload
|
/PHP-5.3/ext/phar/tests/tar/files/ |
H A D | corrupt_tarmaker.php.inc | 41 function addFile($path, $fileOrStream, $stat = null, $corrupt = null) 59 if ($stat['mode'] & 0xA000 && $corrupt === 'symlink') { 115 if ($corrupt === 'checksum') $checksum++;
|
/PHP-5.3/ext/exif/tests/ |
H A D | bug34704.phpt | 2 Bug #34704 (Infinite recursion due to corrupt JPEG)
|
H A D | bug48378.phpt | 2 Bug #48378 (Infinite recursion due to corrupt JPEG)
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 236 const char *corrupt = "corrupt: "; local 281 corrupt = expn; 327 if (file_printf(ms, ", %s%s", corrupt, expn) == -1)
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 2 // this corrupt zip maker uses portions of Vincent Lascaux's File_Archive to create 87 …try($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $data, $corrupt, $fakecomp) 89 switch ($corrupt) { 164 …ethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $corrupt, &$offset, $fakec… 167 switch ($corrupt) { 281 function writeZip($zipfile, $corrupt = null) 284 switch ($corrupt) {
|
/PHP-5.3/ext/spl/tests/ |
H A D | spl_pq_top_error_corrupt.phpt | 24 //corrupt heap
|
H A D | spl_heap_iteration_error.phpt | 2 SPL: Attempt to corrupt the heap while iterating
|
/PHP-5.3/ext/phar/phar/ |
H A D | pharcommand.inc | 249 self::notice("PEAR package PHP_Archive: corrupt or inaccessible base dir: $php_dir.\n");
|
/PHP-5.3/ |
H A D | NEWS | 435 . Fixed bug #62432 (ReflectionMethod random corrupt memory on high 2553 - Fixed bug #48763 (ZipArchive produces corrupt archive). (dani dot church at 4939 - Fixed bug #39506 (Archive corrupt with ZipArchive::addFile method). (Pierre) 6264 - Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 6307 - Fixed bug #34704 (Infinite recursion due to corrupt JPEG). (Marcus) 6892 - Fixed bug #28451 (corrupt EXIF headers have unlimited recursive IFD directory
|
H A D | php.ini-development | 744 ; otherwise corrupt data being placed in resources such as databases before
|
H A D | php.ini-production | 744 ; otherwise corrupt data being placed in resources such as databases before
|
Completed in 45 milliseconds