1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00
Files
archived-php-src/tests/classes/constants_error_005.phpt

13 lines
193 B
PHP

--TEST--
Error case: class constant as an encapsed containing a variable
--FILE--
<?php
class myclass
{
const myConst = "$myVar";
}
?>
--EXPECTF--
Parse error: %s in %s on line %d