diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/dotnet-pass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dotnet-pass.php b/tests/dotnet-pass.php index 191a2d2..7f6cb28 100755 --- a/tests/dotnet-pass.php +++ b/tests/dotnet-pass.php @@ -187,7 +187,7 @@ class SomeUserClass 'AMHM+lMKiSdmucVv8KhQ9yyF/sVj8Pay16HJkBDORJxvHDm0WFP2vww9DBVo3JTEoA==' ); - echo "\nresult= ". json_encode([ 'match' => $result ]); + echo "\nresult= ". json_encode([ 'match' => $result ], JSON_UNESCAPED_UNICODE); ?> |
