We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e197e commit c7d3c02Copy full SHA for c7d3c02
.gitignore
@@ -19,6 +19,8 @@
19
*.tgz
20
*.tar.gz
21
*.tar.bz2
22
+*.tar.gz.asc
23
+*.tar.bz2.asc
24
.FBCIndex
25
.FBCLockFolder
26
.deps
ext/spl/tests/bug70168.phpt
@@ -11,9 +11,26 @@ for($i = 0; $i < 5; $i++) {
11
$v[$i] = 'hi'.$i;
12
}
13
14
-var_dump($data[1]);
+var_dump($data);
15
?>
16
===DONE===
17
---EXPECT--
18
-int(1)
+--EXPECTF--
+array(2) {
+ [0]=>
+ object(SplObjectStorage)#%d (1) {
+ ["storage":"SplObjectStorage":private]=>
+ array(1) {
+ ["%s"]=>
+ array(2) {
+ ["obj"]=>
+ object(stdClass)#2 (0) {
27
+ }
28
+ ["inf"]=>
29
+ NULL
30
31
32
33
+ [1]=>
34
+ int(1)
35
+}
36
0 commit comments