Comemit message fix for function param (phpdoc)

This commit is contained in:
Clemens Schwaighofer
2026-02-17 18:16:16 +09:00
parent 9a28c86991
commit b84fb5cef5
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ print "J/S::E-JSON ERROR: " . $json_class::jsonGetLastError() . ": " . $json_cla
echo "<hr>";
$json = '{"valid":"json","invalid":"\xB1\x31"}';
$json = '{"valid":"json","invalid":"abc\x80def"}';
// $json = '{"valid":"json","invalid":"abc\x80def"}';
$output_no_flag = Json::jsonConvertToArray($json);
print "No Flag JSON: $json: " . DgS::printAr($output_no_flag) . "<br>";
print "No Flag JSON ERROR: " . Json::jsonGetLastError() . ": " . Json::jsonGetLastError(true) . "<br>";