tony2001                Sat Aug 11 22:42:29 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard/tests/file    fscanf_variation3.phpt 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation3.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/standard/tests/file/fscanf_variation3.phpt
diff -u php-src/ext/standard/tests/file/fscanf_variation3.phpt:1.1.2.1 
php-src/ext/standard/tests/file/fscanf_variation3.phpt:1.1.2.2
--- php-src/ext/standard/tests/file/fscanf_variation3.phpt:1.1.2.1      Fri Aug 
10 17:54:47 2007
+++ php-src/ext/standard/tests/file/fscanf_variation3.phpt      Sat Aug 11 
22:42:29 2007
@@ -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
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to