Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / php / Zend / tests / errmsg_037.phpt
blob6b98bb33395f2a7f5d7530cb89670e6385a7c02e
1 --TEST--
2 errmsg: properties cannot be abstract
3 --FILE--
4 <?php
6 class test {
7         abstract $var = 1;
10 echo "Done\n";
12 --EXPECTF--     
13 Fatal error: Properties cannot be declared abstract in %s on line %d