summaryrefslogtreecommitdiff
path: root/Zend/tests/036.phpt
blob: 6feb23f679ba8128f05959d9f37f56853430338e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Trying to use lambda in array offset
--FILE--
<?php

$test[function(){}] = 1;
$a{function() { }} = 1;

?>
--EXPECTF--
Warning: Illegal offset type in %s on line %d

Warning: Illegal offset type in %s on line %d