Security update for Core, with self-updated composer
[yaffs-website] / vendor / nikic / php-parser / test / code / parser / scalar / magicConst.test
1 Magic constants
2 -----
3 <?php
4
5 __CLASS__;
6 __DIR__;
7 __FILE__;
8 __FUNCTION__;
9 __LINE__;
10 __METHOD__;
11 __NAMESPACE__;
12 __TRAIT__;
13 -----
14 array(
15     0: Scalar_MagicConst_Class(
16     )
17     1: Scalar_MagicConst_Dir(
18     )
19     2: Scalar_MagicConst_File(
20     )
21     3: Scalar_MagicConst_Function(
22     )
23     4: Scalar_MagicConst_Line(
24     )
25     5: Scalar_MagicConst_Method(
26     )
27     6: Scalar_MagicConst_Namespace(
28     )
29     7: Scalar_MagicConst_Trait(
30     )
31 )