Skip to content

Commit 477f4fe

Browse files
committed
Skip pcntl_rfork() in arginfo test
Same as pcntl_fork(), we don't want to have this side-effect in this mass-test.
1 parent 91eb201 commit 477f4fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/tests/arginfo_zpp_mismatch.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function skipFunction($function): bool {
2323
|| $function === 'mail'
2424
|| $function === 'mb_send_mail'
2525
|| $function === 'pcntl_fork'
26+
|| $function === 'pcntl_rfork'
2627
|| $function === 'posix_kill'
2728
|| $function === 'posix_setrlimit'
2829
|| $function === 'sapi_windows_generate_ctrl_event'

0 commit comments

Comments
 (0)