0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-16 18:05:18 +00:00

skip long_int64 test on 32bit PHP versions

This commit is contained in:
Stefan Siegl 2017-03-08 07:58:38 +01:00
parent b45bef46de
commit 346c47b657

View File

@ -1,7 +1,11 @@
--TEST--
Test V8::executeString() : Check long 64-bit export from PHP to JS
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
<?php
require_once(dirname(__FILE__) . '/skipif.inc');
if (4 == PHP_INT_SIZE)
die("SKIP test not supported on 32bit PHP");
?>
--FILE--
<?php