Skip to content

Commit 33eec37

Browse files
committed
Skip test for preloading
1 parent 156d3ae commit 33eec37

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)