Test: /tests/zip/tests/bug38943.phpt - Version 7.4.26        

Bug #38943 serious misbehaviour extending ZipArchive class
Submitted: 2006-09-24 21:27:39 Modified: 2006-09-24 22:30:06
From: judas.iscariote Assigned: pajoye
Status: Closed Package: Zip Related
PHP Version: 5CVS-2006-09-24 (CVS) OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught Error: Class 'ZipArchive' not found in /opt/php-7.4.26/tests/zip/tests/bug38943.inc:2 002+ Stack trace: 003+ #0 %s/bug38943.php(2): include() 004+ #1 {main} 005+ thrown in /opt/php-7.4.26/tests/zip/tests/bug38943.inc on line 2 001- array(1) { 002- [0]=> 003- int(1) 004- } 005- object(myZip)#1 (%d) { 006- ["test":"myZip":private]=> 007- int(0) 008- ["testp"]=> 009- string(6) "foobar" 010- ["testarray":"myZip":private]=> 011- array(1) { 012- [0]=> 013- int(1) 014- } 015- ["lastId"]=> 016- int(-1) 017- ["status"]=> 018- int(0) 019- ["statusSys"]=> 020- int(0) 021- ["numFiles"]=> 022- int(0) 023- ["filename"]=> 024- string(0) "" 025- ["comment"]=> 026- string(0) "" 027- }