diff options
author | Andrea Faulds <ajf@ajf.me> | 2014-11-29 01:05:19 +0000 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2014-11-29 01:05:19 +0000 |
commit | ebaa42302af4bd2ee41d8964044db23e91cf90f3 (patch) | |
tree | a0ed2eb393b0a099585f50ec7aaa996263fce5a7 /tests/output | |
parent | 55e1c032e52bea355e35cad7a44f78da9f100985 (diff) | |
download | php-git-ebaa42302af4bd2ee41d8964044db23e91cf90f3.tar.gz |
Skip buncha tests on 32-bit
Diffstat (limited to 'tests/output')
-rw-r--r-- | tests/output/ob_implicit_flush_variation_001.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/output/ob_implicit_flush_variation_001.phpt b/tests/output/ob_implicit_flush_variation_001.phpt index ef5a9efb75..73d5820691 100644 --- a/tests/output/ob_implicit_flush_variation_001.phpt +++ b/tests/output/ob_implicit_flush_variation_001.phpt @@ -1,5 +1,7 @@ --TEST-- Test ob_implicit_flush() function : usage variation +--SKIPIF-- +<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only"); --FILE-- <?php /* Prototype : void ob_implicit_flush([int flag]) @@ -189,4 +191,4 @@ NULL NULL --unset var-- -NULL
\ No newline at end of file +NULL |