summaryrefslogtreecommitdiff
path: root/tests/dotnet-pass.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dotnet-pass.php')
-rwxr-xr-xtests/dotnet-pass.php2
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);
?>