mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
For some reason, terminating the child process by sending CTRL+C won't work under ASan instrumentation. Since termination via CTRL+BREAK works, there is apparently nothing fundamentally wrong, so we just skip the test. Closes GH-17086.