]> granicus.if.org Git - php/commitdiff
Fixed skip case for intdiv 64-bit test
authorAndrea Faulds <ajf@ajf.me>
Wed, 6 Aug 2014 15:02:02 +0000 (16:02 +0100)
committerAndrea Faulds <ajf@ajf.me>
Wed, 6 Aug 2014 15:02:02 +0000 (16:02 +0100)
ext/standard/tests/math/intdiv_64bit.phpt

index 320e480291d654a89ef489804c43dbc35be452ff..c674dd3b850b56765dca0b27725cc841423e87ee 100644 (file)
@@ -1,9 +1,11 @@
 --TEST--
 intdiv functionality
 --SKIPIF--
+<?php
 if (PHP_INT_SIZE !== 8) {
     die("skip this test is for 64-bit platforms only");
 }
+?>
 --FILE--
 <?php
 // (int)(PHP_INT_MAX / 3) gives a different result