0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-16 19:15:17 +00:00

test issue_127_001.phpt doesn't depend on ext_json

This commit is contained in:
Stefan Siegl 2015-08-01 18:47:32 +02:00
parent 8c5716f502
commit 3324490a79

View File

@ -2,9 +2,6 @@
Test V8Function::__call() : Check v8::TryCatch behaviour
--SKIPIF--
<?php
if(!function_exists('json_encode')) {
die('SKIP');
}
require_once(dirname(__FILE__) . '/skipif.inc');
?>
--FILE--