mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Skip test for preloading
This commit is contained in:
parent
156d3aedc1
commit
33eec37830
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue