summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation9.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation9.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation9.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/fscanf_variation9.phpt b/ext/standard/tests/file/fscanf_variation9.phpt
index eafa78cefd..8b88a036f3 100644
--- a/ext/standard/tests/file/fscanf_variation9.phpt
+++ b/ext/standard/tests/file/fscanf_variation9.phpt
@@ -3,7 +3,7 @@ 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");
+ die("skip this test is for 32bit platform only");
}
?>
--FILE--