1.1 misho 1: --TEST-- 2: errmsg: properties cannot be abstract 3: --FILE-- 4: <?php 5: 6: class test { 7: abstract $var = 1; 8: } 9: 10: echo "Done\n"; 11: ?> 12: --EXPECTF-- 13: Fatal error: Properties cannot be declared abstract in %s on line %d