summaryrefslogtreecommitdiff
path: root/php/tests/024.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/024.phpt')
-rw-r--r--php/tests/024.phpt11
1 files changed, 3 insertions, 8 deletions
diff --git a/php/tests/024.phpt b/php/tests/024.phpt
index 9b185f7..97db2a7 100644
--- a/php/tests/024.phpt
+++ b/php/tests/024.phpt
@@ -2,8 +2,8 @@
Recursive objects
--SKIPIF--
<?php
-if (version_compare(PHP_VERSION, '5.3.3') >= 0) {
- echo "skip tests in PHP 5.3.2 and lower";
+if (version_compare(PHP_VERSION, '5.3.2') <= 0) {
+ echo "skip tests in PHP 5.3.3 or newer";
}
--FILE--
<?php
@@ -160,11 +160,6 @@ object(Obj4)#%d (2) {
[%r"?a"?:("Obj4":)?private"?%r]=>
int(100)
[%r"?obj"?:("Obj4":)?private"?%r]=>
- object(Obj4)#%d (2) {
- [%r"?a"?:("Obj4":)?private"?%r]=>
- int(100)
- [%r"?obj"?:("Obj4":)?private"?%r]=>
- *RECURSION*
- }
+ *RECURSION*
}
OK