summaryrefslogtreecommitdiff
path: root/tests/php/phpt/valueiterator/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/valueiterator/003.phpt')
-rw-r--r--tests/php/phpt/valueiterator/003.phpt18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/php/phpt/valueiterator/003.phpt b/tests/php/phpt/valueiterator/003.phpt
new file mode 100644
index 0000000..4155a2d
--- /dev/null
+++ b/tests/php/phpt/valueiterator/003.phpt
@@ -0,0 +1,18 @@
+--TEST--
+Iterate object
+--DESCRIPTION--
+Iterate regular php object
+--SKIPIF--
+<?php if (!extension_loaded("extention_for_tests")) print "skip"; ?>
+--FILEEOF--
+<?php
+require dirname(__FILE__) . '/../../include/valueiterator/1.php';
+
+$smpl = new SimpleClass;
+
+TestValueIterator\loopValue($smpl);
+
+--EXPECT--
+Array/Object contains 0 items
+[cl0_float]=3.14
+[cl0_str1]=public str1 \ No newline at end of file