mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Skip test for preloading
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user