mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-03 10:34:08 +02:00
handle null
This commit is contained in:
parent
6975a89b63
commit
27b1552c94
4 changed files with 33 additions and 30 deletions
|
|
@ -13,6 +13,7 @@ fn main() {
|
|||
"array" => [1,2,3,4],
|
||||
"bool" => false,
|
||||
"negative" => -1,
|
||||
"null" => null,
|
||||
)
|
||||
"###;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue