We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b967b7 commit af3ee05Copy full SHA for af3ee05
Zend/tests/partial_application/clone.phpt
@@ -26,25 +26,25 @@ var_dump($clone(new C(9, 10)));
26
--EXPECTF--
27
object(C)#%d (2) {
28
["a"]=>
29
- NULL
+ int(1)
30
["b"]=>
31
+ int(2)
32
}
33
34
35
+ int(3)
36
37
+ int(4)
38
39
40
41
- int(1)
+ int(7)
42
43
+ int(6)
44
45
46
47
+ int(8)
48
49
+ int(10)
50
0 commit comments