summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar/regression_003.phpt
blob: e475754ccd3f3f38800c20be7999180b4f85f572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Test to ensure ::class is still reserved in obj scope
--FILE--
<?php

class Obj
{
    const CLASS = 'class';
}

?>
--EXPECTF--
Fatal error: A class constant must not be called 'class'; it is reserved for class name fetching in %s on line %d