1
0
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:
Dmitry Stogov
2022-03-14 13:03:21 +03:00
parent 156d3aedc1
commit 33eec37830

View File

@@ -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) {