Skip to content

Commit 4dd0365

Browse files
remicolletJulien Pauli
authored andcommitted
Skip test which is 64bits only
Diff from test output 001+ Warning: fread(): Length parameter must be greater than 0 in ... 001- Warning: fread(): Length parameter must be no more than 2147483647 in ...
1 parent 0c84740 commit 4dd0365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/file/bug72114.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #72114 (Integer underflow / arbitrary null write in fread/gzread)
3+
--SKIPIF--
4+
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
35
--FILE--
46
<?php
57
ini_set('memory_limit', "2500M");

0 commit comments

Comments
 (0)