We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef90ad7 commit ec49c03Copy full SHA for ec49c03
tests/unicode.php
@@ -1,4 +1,4 @@
1
---TEST
+--TEST--
2
Test V8::executeString() : Check if imported code works with umlauts
3
--SKIPIF--
4
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
@@ -31,8 +31,8 @@
31
echo "php : $values->php\n";
32
echo "execStr : $values->execStr\n";
33
?>
34
-===EOF
35
---EXPECTF--
+===EOF===
+--EXPECT--
36
snapshot: äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█ ㌀ ㌁ ㌂ ㌃
37
php : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█ ㌀ ㌁ ㌂ ㌃
38
execStr : äöüßÜÄÖÜ߀áàâÁÀµ²³▁▂▃▄▅▆▇█ ㌀ ㌁ ㌂ ㌃
0 commit comments