summaryrefslogtreecommitdiff
path: root/Zend/tests/varSyntax/tempDimFetchByRefError.phpt
blob: adf96013009d2dbd17f1f5f8933154855b1dc02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Passing a dimension fetch on a temporary by reference is not allowed
--FILE--
<?php

$fn = function(&$ref) {};
$fn([0, 1][0]);

?>
--EXPECTF--
Fatal error: Uncaught EngineException: Cannot use temporary expression in write context in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d