mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
no "native strings" in Unicode mode anymore
This commit is contained in:
parent
8a434f5df0
commit
d254845aea
@ -22,7 +22,7 @@ Class [ <user> class just_constants ] {
|
||||
- Constants [5] {
|
||||
Constant [ boolean BOOLEAN_CONSTANT ] { }
|
||||
Constant [ null NULL_CONSTANT ] { }
|
||||
Constant [ native string STRING_CONSTANT ] { }
|
||||
Constant [ string STRING_CONSTANT ] { }
|
||||
Constant [ integer INTEGER_CONSTANT ] { }
|
||||
Constant [ double FLOAT_CONSTANT ] { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user