ext/standard/tests: strings/wordwrap_memory_limit_32bit.phpt has two outputs It turns out that on a 32-bit system, this test can produce either the "usual" expected output from the 64-bi
ext/standard/tests: strings/wordwrap_memory_limit_32bit.phpt has two outputs It turns out that on a 32-bit system, this test can produce either the "usual" expected output from the 64-bit test, OR the 32-bit-only integer overflow message. We copy the dual expected outputs from chunk_split_variation1_32bit.phpt to handle both cases. This fixes an earlier commit that split the two tests based only on the size of an int (32-bit versus 64-bit). The CI reveals that, at least on a debug/zts build, the "64-bit" memory limit error (and not the integer overflow error) is still produced.
show more ...
|