History log of /PHP-8.2/Zend/tests/arginfo_zpp_mismatch.inc (Results 1 – 3 of 3)
Revision Date Author Comments
# 0ac55e9b 15-Apr-2023 Jakub Zelenka

Add zend_test_crash funtion to segfault PHP process

This is useful for testing PHP-FPM handling of crashed children.

Closes GH-11082


# 477f4fe6 31-May-2021 Nikita Popov

Skip pcntl_rfork() in arginfo test

Same as pcntl_fork(), we don't want to have this side-effect in
this mass-test.


# a8e92e36 22-Oct-2020 Máté Kocsis

Run arginfo/ZPP verification tests in strict mode as well

Closes GH-6370