Searched refs:TEST_CONST (Results 1 – 7 of 7) sorted by relevance
7 const TEST_CONST = 'test';8 const TEST_CONST = 'test1';11 echo self::TEST_CONST;19 Fatal error: Cannot redefine class constant testClass::TEST_CONST in %s on line 5
12 define("TEST_CONST", 1);13 var_dump(constant("TEST_CONST"));
8 foreach ((new ReflectionClassConstant(Test::class, 'TEST_CONST'))->getAttributes() as $attribute) {
8 $reflectionConstant = new ReflectionClassConstant(ZendAttributeTest::class, "TEST_CONST");
26 define("TEST_CONST", "test const value");28 test=TEST_CONST
36 define("TEST_CONST", "test const value");38 test=TEST_CONST
92 public const TEST_CONST = 1; define in ZendAttributeTest
Completed in 8 milliseconds