Commit:    e6bdd5bad4b12dfe3da7a9a9cc5473123daf119c
Author:    Stanislav Malyshev <s...@php.net>         Tue, 29 May 2012 23:42:37 
-0700
Parents:   85585b2ebb1d6212c6c5baf9728269ea4dfe72c6
Branches:  PHP-5.4.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=e6bdd5bad4b12dfe3da7a9a9cc5473123daf119c

Log:
fix test

Changed paths:
  M  Zend/tests/bug62097.phpt


Diff:
diff --git a/Zend/tests/bug62097.phpt b/Zend/tests/bug62097.phpt
index bee72e7..07e93bf 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--


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to