1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
This commit is contained in:
Antony Dovgal
2007-08-11 22:42:29 +00:00
parent 5c3fb1ec46
commit ba1cfb71ae
@@ -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