Skip to content

Commit 6d0a3e8

Browse files
authored
[skip ci] accidentally used print() instead of die() (#13158)
1 parent 23b94cb commit 6d0a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/tests/async_signals_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Async signals in zend_call_function
44
pcntl
55
--SKIPIF--
66
<?php
7-
if (getenv("SKIP_SLOW_TESTS")) print "skip slow test";
7+
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
88
?>
99
--FILE--
1010
<?php

0 commit comments

Comments
 (0)