- Output for 7.0.20, 7.1.5 - 7.2.0
- array(2) { [0]=> int(1) [2]=> array(1) { [0]=> int(1) } }
- Output for 7.0.0 - 7.0.10, 7.1.0
- array(1) { [0]=> int(1) }
- Output for 5.4.39 - 5.4.45, 5.5.23 - 5.5.38, 5.6.7 - 5.6.28
- array(2) { [0]=> object(obj)#2 (1) { ["prop"]=> int(1) } [2]=> array(1) { [0]=> int(1) } }
- Output for 5.4.9 - 5.4.38, 5.5.0 - 5.5.22, 5.6.0 - 5.6.6
- array(2) { [0]=> object(obj)#2 (1) { ["prop"]=> int(1) } [2]=> &NULL }
- Output for 5.4.0 - 5.4.8
- array(2) {
[0]=>
object(obj)#2 (1) {
["prop"]=>
int(1)
}
[2]=>
&array(49) {
Process exited with code 139.