]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Sun, 27 May 2007 14:30:06 +0000 (14:30 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 27 May 2007 14:30:06 +0000 (14:30 +0000)
ext/standard/tests/general_functions/intval.phpt

index 74d3a70a716092c1825b6018a17e9d63485c56f1..998d260345099fdaa361c2e95768aecb5f5f0dee 100644 (file)
@@ -1,5 +1,9 @@
 --TEST--
-Test intval() function.
+Test intval() function
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
+?>
 --FILE--
 <?php
 /* Prototype: int intval( mixed $var [.int $base] );