From c5108cf86d75609dfb72d9643ba4a08a02b1247e Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 25 Sep 2006 09:17:56 +0000 Subject: [PATCH] - fix test, php6 displays the class - mv 38943.phpt to bug38943.phpt --- ext/zip/tests/{38943.phpt => bug38943.phpt} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename ext/zip/tests/{38943.phpt => bug38943.phpt} (91%) diff --git a/ext/zip/tests/38943.phpt b/ext/zip/tests/bug38943.phpt similarity index 91% rename from ext/zip/tests/38943.phpt rename to ext/zip/tests/bug38943.phpt index d7236e314b..f4896df99b 100644 --- a/ext/zip/tests/38943.phpt +++ b/ext/zip/tests/bug38943.phpt @@ -28,11 +28,11 @@ array(1) { int(1) } object(myZip)#1 (%d) { - ["test:private"]=> + ["test":"myZip":private]=> int(0) ["testp"]=> string(6) "foobar" - ["testarray:private"]=> + ["testarray":"myZip":private]=> array(1) { [0]=> int(1) -- 2.50.1