summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-29 23:42:37 -0700
committerStanislav Malyshev <stas@php.net>2012-05-29 23:42:37 -0700
commite6bdd5bad4b12dfe3da7a9a9cc5473123daf119c (patch)
tree2f0c7fe56bcf57e7d7c97cf74c9a4dd3abd4210e
parent85585b2ebb1d6212c6c5baf9728269ea4dfe72c6 (diff)
downloadphp-git-e6bdd5bad4b12dfe3da7a9a9cc5473123daf119c.tar.gz
fix test
-rw-r--r--Zend/tests/bug62097.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug62097.phpt b/Zend/tests/bug62097.phpt
index bee72e7a23..07e93bfa88 100644
--- a/Zend/tests/bug62097.phpt
+++ b/Zend/tests/bug62097.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #62097: fix for bug #54547 is wrong for 32-bit machines
--SKIPIF--
-<php
+<?php
if (PHP_INT_MAX !== 2147483647)
die('skip for system with 32-bit wide longs only');
--FILE--