summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/count_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/count_variation2.phpt')
-rw-r--r--ext/standard/tests/array/count_variation2.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/standard/tests/array/count_variation2.phpt b/ext/standard/tests/array/count_variation2.phpt
index 86aecc07b1..a45bf0cf2c 100644
--- a/ext/standard/tests/array/count_variation2.phpt
+++ b/ext/standard/tests/array/count_variation2.phpt
@@ -1,5 +1,7 @@
--TEST--
Test count() function : usage variations - Pass different data types as $mode arg
+--SKIPIF--
+<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only");
--FILE--
<?php
/* Prototype : int count(mixed $var [, int $mode])
@@ -184,4 +186,4 @@ int(3)
Warning: count() expects parameter 2 to be long, resource given in %s on line %d
NULL
-Done \ No newline at end of file
+Done