Skip to content

Commit 6c18287

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Skip test for preloading
2 parents d064226 + 33eec37 commit 6c18287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/tests/record_errors_001.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Error recording in error handler
3+
--SKIPIF--
4+
<?php
5+
if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
6+
?>
37
--FILE--
48
<?php
59
set_error_handler(function($code, $msg) {

0 commit comments

Comments
 (0)