MFH: fix tests

This commit is contained in:
Antony Dovgal 2007-08-11 22:18:45 +00:00
parent e2a13a5c50
commit 5c3fb1ec46
4 changed files with 24 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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