]> granicus.if.org Git - php/commitdiff
more fixed tests
authorAntony Dovgal <tony2001@php.net>
Sat, 11 Aug 2007 22:42:19 +0000 (22:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 11 Aug 2007 22:42:19 +0000 (22:42 +0000)
ext/standard/tests/file/fscanf_variation3.phpt

index 3517590dc5608a15678bc8e71c5b8fa3cef9b926..f7870ea2e17f463ef4d445fc42544ccfdf8d4f0a 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 Test fscanf() function: usage variations - integer formats with float values
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) {
+       die("skip this test is for 32bit platform only");
+}
+?>
 --FILE--
 <?php