Browse Source

skip long_int64 test on 32bit PHP versions

Stefan Siegl 8 years ago
parent
commit
346c47b657
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tests/long_int64.phpt

+ 5 - 1
tests/long_int64.phpt

@@ -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