summaryrefslogtreecommitdiff
path: root/ext/date/tests/strtotime3-64bit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/strtotime3-64bit.phpt')
-rw-r--r--ext/date/tests/strtotime3-64bit.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/strtotime3-64bit.phpt b/ext/date/tests/strtotime3-64bit.phpt
index 3a47659f86..52c4edd63b 100644
--- a/ext/date/tests/strtotime3-64bit.phpt
+++ b/ext/date/tests/strtotime3-64bit.phpt
@@ -1,7 +1,7 @@
--TEST--
strtotime() function (64 bit)
--SKIPIF--
-<?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK"; ?>
+<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
--FILE--
<?php
date_default_timezone_set('Europe/Lisbon');