Skip to content

Commit ebdbeb4

Browse files
authored
Update Example.php
1 parent 45195fc commit ebdbeb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Example.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
var_dump($arg);
6161
print $arg."\n";
6262
print_r($json->decode($arg));
63+
print_r($json->decode('["1\u05B5"]'));
64+
print_r($json->decode('["1\u05F1"]'));
65+
print_r($json->decode('["1\u05F"]'));
66+
print_r($json->decode('["1\u05FX"]'));
67+
print_r($json->decode('["1\uM05F"]'));
68+
print_r($json->decode('["1\uM0\'5F"]'));
6369

6470
/* Version: 0 - 2.0
6571
$data=json_encode([1,2,3,4,5,"n\"am':=>[]{}e"=>"ali"]);

0 commit comments

Comments
 (0)