]> granicus.if.org Git - php/commitdiff
Fix test
authorMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 21:19:22 +0000 (21:19 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 3 Sep 2003 21:19:22 +0000 (21:19 +0000)
tests/classes/clone_003.phpt

index 1fdfd90eaedc95dc719f8feabf51481f16f3768c..148204c04d46ae2fcb7f582d44b818c461e436d0 100755 (executable)
@@ -42,7 +42,6 @@ test Object
     [p3] => test:3
     [p4] => A
     [p5] => test:5
-    [p1:protected] => base:1
     [p2] => base:2
     [p6:private] => base:6
 )
@@ -53,7 +52,6 @@ test Object
     [p3] => test:3
     [p4] => test:4
     [p5] => clone:5
-    [p1:protected] => base:1
     [p2] => base:2
     [p6:private] => base:6
 )