?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/116_incr_parse_fixed.t.tar
???????
home/.cpan/build/JSON-4.10-0/t/116_incr_parse_fixed.t 0000644 00000000726 15130342664 0015414 0 ustar 00 use strict; use warnings; use Test::More tests => 4; BEGIN { $ENV{PERL_JSON_BACKEND} ||= "JSON::backportPP"; } use JSON; my $json = JSON->new->allow_nonref(1); my @vs = $json->incr_parse('"a\"bc'); ok( not scalar(@vs) ); @vs = $json->incr_parse('"'); is( $vs[0], "a\"bc" ); $json = JSON->new->allow_nonref(0); @vs = $json->incr_parse('"a\"bc'); ok( not scalar(@vs) ); @vs = eval { $json->incr_parse('"') }; ok($@ =~ qr/JSON text must be an object or array/);
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????