/
proc
/
2156874
/
root
/
proc
/
2156873
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
json
/
tests
/
File Upload :
llllll
Current File: //proc/2156874/root/proc/2156873/root/usr/local/lsws/phpbuild/php-8.0.7/ext/json/tests/007.phpt
--TEST-- json_last_error() tests --FILE-- <?php var_dump(json_decode("[1]")); var_dump(json_last_error(), json_last_error_msg()); var_dump(json_decode("[[1]]", false, 2)); var_dump(json_last_error(), json_last_error_msg()); var_dump(json_decode("[1}")); var_dump(json_last_error(), json_last_error_msg()); var_dump(json_decode('["' . chr(0) . 'abcd"]')); var_dump(json_last_error(), json_last_error_msg()); var_dump(json_decode("[1")); var_dump(json_last_error(), json_last_error_msg()); echo "Done\n"; ?> --EXPECT-- array(1) { [0]=> int(1) } int(0) string(8) "No error" NULL int(1) string(28) "Maximum stack depth exceeded" NULL int(2) string(42) "State mismatch (invalid or malformed JSON)" NULL int(3) string(53) "Control character error, possibly incorrectly encoded" NULL int(4) string(12) "Syntax error" Done
Copyright ©2k19 -
Hexid
|
Tex7ure