Skip to content

Commit e6bdd5b

Browse files
committed
fix test
1 parent 85585b2 commit e6bdd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/bug62097.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
Bug #62097: fix for bug #54547 is wrong for 32-bit machines
33
--SKIPIF--
4-
<php
4+
<?php
55
if (PHP_INT_MAX !== 2147483647)
66
die('skip for system with 32-bit wide longs only');
77
--FILE--

0 commit comments

Comments
 (0)