tony2001 Sat Aug 11 22:42:19 2007 UTC
Modified files:
/php-src/ext/standard/tests/file fscanf_variation3.phpt
Log:
more fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/fscanf_variation3.phpt?r1=1.2&r2=1.3&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.2
php-src/ext/standard/tests/file/fscanf_variation3.phpt:1.3
--- php-src/ext/standard/tests/file/fscanf_variation3.phpt:1.2 Fri Aug 10
17:56:45 2007
+++ php-src/ext/standard/tests/file/fscanf_variation3.phpt Sat Aug 11
22:42:19 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