]> granicus.if.org Git - php/commitdiff
Changed SKIPIF messages
authorDmitry Stogov <dmitry@zend.com>
Fri, 20 Mar 2015 20:19:51 +0000 (23:19 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 20 Mar 2015 20:19:51 +0000 (23:19 +0300)
Zend/tests/typehints/scalar_return_basic.phpt
Zend/tests/typehints/scalar_strict.phpt

index 65bef014f109933d98157ebac02324f13c26558f..76b01a8c898aa4989da243a061973839a08ca8b2 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Return scalar type hint basics
 --SKIPIF--
-<?php if (PHP_INT_SIZE != 4) die("skip this test is for 64bit platform only"); ?>
+<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--
 <?php
 
index 99843677ec1257298f61b8ff4de2b7a65fb5e6c6..e0f89f95b1cf8a4d385ef3745a6d3305b5445146 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Scalar type hint strict mode
 --SKIPIF--
-<?php if (PHP_INT_SIZE != 4) die("skip this test is for 64bit platform only"); ?>
+<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--
 <?php
 declare(strict_types=1);