summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar/regression_013.phpt
blob: 369ff1c8ad2c39b29711e9aef46190d82c5d60fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Testing for regression with encapsed variables in class declaration context
--FILE--
<?php

class A { function foo() { "{${$a}}"; } function list() {} }

echo "Done", PHP_EOL;

?>
--EXPECTF--
Done