Skip to content

Commit 610c7a0

Browse files
committed
Move SplObjectStorage test to a folder
1 parent 4c467e6 commit 610c7a0

25 files changed

+2
-2
lines changed

ext/spl/tests/bug49263.phpt renamed to ext/spl/tests/SplObjectStorage/bug49263.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPL: SplObjectStorage serialization references
55
$o1 = new stdClass;
66
$o2 = new stdClass;
77

8-
$s = new splObjectStorage();
8+
$s = new SplObjectStorage();
99

1010
$s->attach($o1, array('prev' => 2, 'next' => $o2));
1111
$s->attach($o2, array('prev' => $o1));

ext/spl/tests/bug53071.phpt renamed to ext/spl/tests/SplObjectStorage/bug53071.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #53071 (Usage of SPLObjectStorage defeats gc_collect_cycles)
2+
Bug #53071 (Usage of SplObjectStorage defeats gc_collect_cycles)
33
--FILE--
44
<?php
55
gc_enable();

0 commit comments

Comments
 (0)