issues
search
tagua-vm
/
parser
Safe, fast and memory efficient PHP parser (lexical and syntactic analysers, and the Abstract Syntax Tree)
http://tagua.io/
119
stars
15
forks
source link
Literal: Support `B'…'` string format
#47
Closed
Hywan
closed
8 years ago
Hywan
commented
8 years ago
Fix #43.
Progression
[x] A binary string starts with
b
but
B
is also valid and has the same effect,
[x] A nowdoc string can be binary (with
b
or
B
).
Fix #43.
Progression
b
butB
is also valid and has the same effect,b
orB
).