summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar/regression_013.phpt
blob: 1c60ffc273ba4c8e5f6f4630e28a246ba475af13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--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