php-src/ext/standard/tests
David Carlier 2e47442a6b
Fix GH-18212: fseek with SEEK_CUR and negative offset crash on debug
Triggers the assertion as with SEEK_CUR the stream position is set to a
negative value so we force the failure without affecting its position
instead.

close GH-18224
2025-04-02 12:34:50 +01:00
..
array Fix GH-16957: Assertion failure in array_shift with self-referencing array 2024-11-29 19:21:11 +01:00
assert RFC: Deprecate remains of string evaluated code assertions (#11671) 2023-07-13 15:45:32 +01:00
class_object
crypt
dir
directory
file Fix GH-18212: fseek with SEEK_CUR and negative offset crash on debug 2025-04-02 12:34:50 +01:00
filters relax test for zlib-ng 2025-01-29 11:03:59 +01:00
general_functions Merge branch 'PHP-8.2' into PHP-8.3 2024-12-20 18:46:55 +01:00
helpers Harden proc_open() against cmd.exe hijacking 2024-12-08 19:08:02 +01:00
hrtime Implement flaky test section 2023-07-06 09:45:35 +02:00
http Merge branch 'PHP-8.2' into PHP-8.3 2025-03-11 22:09:00 +01:00
image Fix failing test for bug #75708 2023-10-22 15:31:00 +01:00
ini_info
mail Merge branch 'PHP-8.2' into PHP-8.3 2024-03-04 21:30:27 +09:00
math Fix round() tests for different modes (#12049) 2023-08-26 10:16:00 +01:00
misc Merge branch 'PHP-8.2' into PHP-8.3 2024-07-06 20:44:20 +01:00
network Merge branch 'PHP-8.2' into PHP-8.3 2025-02-06 15:25:47 +01:00
password Merge branch 'PHP-8.1' into PHP-8.2 2024-04-09 23:49:31 -05:00
serialize Fix tests: Prevent stack overflow during dtor 2024-10-24 15:56:25 +02:00
streams Fix GH-17650: realloc with size 0 in user_filters.c 2025-02-07 20:22:52 +01:00
strings Merge branch 'PHP-8.2' into PHP-8.3 2024-09-11 21:15:42 +01:00
time
url
versioning
bug49244.phpt
bug64370_var1.phpt
bug64370_var2.phpt
bug71827.phpt
bug75220.phpt
bug79821.phpt
bug80915.phpt
bug81048.phpt
bug81727.phpt
constant_with_typed_class_constant.phpt Typed class constants (#10444) 2023-04-16 22:20:26 +02:00
forward_static_call_array.phpt
gh10885.phpt
gh11010.phpt
gh13279.phpt Fix instable array during in-place modification in uksort 2024-01-31 19:25:30 +01:00
gh18209.phpt Use-after-free in extract() with EXTR_REFS 2025-04-01 16:33:30 +02:00
ghsa-wpj3-hf5j-x4v4.phpt Fix GHSA-wpj3-hf5j-x4v4: __Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix 2024-04-09 23:37:06 -05:00
oss_fuzz_57392.phpt
php_version_win_const.phpt
setrawcookie_basic_001.phpt
setrawcookie_basic_002.phpt
skipif_root.inc