mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
[MYCONST]
|
|
MYCONST = MYCONST
|
|
|
|
[M_PI]
|
|
FOO=M_PI " test"
|
|
|
|
[foo::bar]
|
|
A=1
|
|
B=A "A" A
|
|
|
|
[MYCONST M_PI]
|