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

index 8342c18244dab71479b052245c2e2daaa094e628..c86869bbc1f57cd219aab331cc42932a75612c80 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