Skip to content

Commit

Permalink
Skip test for preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 14, 2022
1 parent 156d3ae commit 33eec37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Zend/tests/record_errors_001.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
--TEST--
Error recording in error handler
--SKIPIF--
<?php
if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
?>
--FILE--
<?php
set_error_handler(function($code, $msg) {
Expand Down

0 comments on commit 33eec37

Please sign in to comment.