History log of /PHP-8.1/ext/standard/tests/strings/chunk_split_variation1_32bit.phpt (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b4ba65dd 25-Dec-2021 Christoph M. Becker

Fix chunk_split_variation*_32bit.phpt for Windows

Both tests fail on Windows for slightly different reasons, what appears
to be legit, and as such we fix the test expectations.

Fix chunk_split_variation*_32bit.phpt for Windows

Both tests fail on Windows for slightly different reasons, what appears
to be legit, and as such we fix the test expectations.

Closes GH-7830.

show more ...


# b5c7a83d 24-Jun-2020 Máté Kocsis

Remove unnecessary PHPDoc-alike blocks from tests

Closes GH-5759


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9
# f107b670 27-Aug-2019 Nikita Popov

Add skipifs for zmm


# 085ddd0c 27-Aug-2019 Nikita Popov

Fix chunk_split test on i386 release


# 5b09e604 23-Aug-2019 George Peter Banyard

Remove memory exhaustion checks in php_chunk_split()