We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d02e6 commit 64fde17Copy full SHA for 64fde17
ext/opcache/tests/jit/inc_024.phpt
@@ -6,6 +6,8 @@ opcache.enable_cli=1
6
opcache.file_update_protection=0
7
opcache.jit_buffer_size=1M
8
opcache.protect_memory=1
9
+--SKIPIF--
10
+<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
11
--FILE--
12
<?php
13
function test($b) {
@@ -23,4 +25,4 @@ test("0");
23
25
?>
24
26
--EXPECT--
27
string(5) "-INF0"
-string(170) "0-2-12-112-1112-11112-111112-1111112-11111112-111111112-1111111112-11111111112-111111111112-1111111111112-11111111111112-1.1111111111111E+15-1.1111111111111E+141-ING-INF1"
28
+string(260) "0-2-12-112-1112-11112-111112-1111112-11111112-111111112-1111111112-11111111112-111111111112-1111111111112-11111111111112-111111111111112-1111111111111112-11111111111111112-111111111111111112-1111111111111111112-1.1111111111111E+20-1.1111111111111E+191-ING-INF1"
0 commit comments