mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 08:11:52 +00:00
Update unicode.php
removed flagg that was misplaced and would've been useless
This commit is contained in:
parent
2fbd780771
commit
2c60547ece
@ -25,7 +25,7 @@ $jscript->executeString("values = {}");
|
||||
$jscript->executeString("values['snapshot'] = snapshot.unicode");
|
||||
$jscript->executeString("values['php'] = php.unicode");
|
||||
$jscript->executeString("values['execStr'] = execStr.unicode");
|
||||
$values = $jscript->executeString("values", V8Js::FLAG_FORCE_ARRAY);
|
||||
$values = $jscript->executeString("values");
|
||||
|
||||
echo "snapshot: $values->snapshot\n";
|
||||
echo "php : $values->php\n";
|
||||
|
Loading…
Reference in New Issue
Block a user