mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 09:21:52 +00:00
skip long_int64 test on 32bit PHP versions
This commit is contained in:
parent
b45bef46de
commit
346c47b657
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user