Skip to content

Commit c8244dd

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix typo in test case (doe → die)
2 parents 79755ca + 140eca6 commit c8244dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/general_functions/proc_nice_basic-win.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!defined('PHP_WINDOWS_VERSION_MAJOR')) {
99
}
1010

1111
if (getenv('SKIP_SLOW_TESTS')) {
12-
doe('skip: Slow test');
12+
die('skip: Slow test');
1313
}
1414
?>
1515
--FILE--

0 commit comments

Comments
 (0)