Skip to content

Commit b23dfe4

Browse files
committed
Skip tests on 32-bit
1 parent 36990aa commit b23dfe4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/date/tests/bug77243-001.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #77243 (Weekdays are calculated incorrectly for negative years)
3+
--SKIPIF--
4+
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
35
--FILE--
46
<?php
57
date_default_timezone_set('UTC');

ext/date/tests/bug77243-002.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #77243 (Weekdays are calculated incorrectly for negative years)
3+
--SKIPIF--
4+
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
35
--FILE--
46
<?php
57
date_default_timezone_set('UTC');

0 commit comments

Comments
 (0)