summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_fill_variation1.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-11-08 10:13:33 +0000
committerAntony Dovgal <tony2001@php.net>2007-11-08 10:13:33 +0000
commitf6be2ee565d425bffc5eafce8783d779a748b143 (patch)
tree06c151c4b5d44483a3d84e09570526adb012b526 /ext/standard/tests/array/array_fill_variation1.phpt
parent984842e32156411b5bd96a59cd487533ddf011bc (diff)
downloadphp-git-f6be2ee565d425bffc5eafce8783d779a748b143.tar.gz
MFH: fix test
Diffstat (limited to 'ext/standard/tests/array/array_fill_variation1.phpt')
-rw-r--r--ext/standard/tests/array/array_fill_variation1.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/array/array_fill_variation1.phpt b/ext/standard/tests/array/array_fill_variation1.phpt
index 362667ddb8..754847fc83 100644
--- a/ext/standard/tests/array/array_fill_variation1.phpt
+++ b/ext/standard/tests/array/array_fill_variation1.phpt
@@ -1,5 +1,9 @@
--TEST--
Test array_fill() function : usage variations - unexpected values for 'start_key' argument
+--SKIPIF--
+<?php
+if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
+?>
--FILE--
<?php
/* Prototype : proto array array_fill(int start_key, int num, mixed val)