mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
Re-enable observer fatal error test
Now that zend_call_function() no longer inserts dummy frames, this should be safe and no longer fail on some platforms.
This commit is contained in:
committed by
Nikita Popov
parent
8fc5daeb3f
commit
28dbdd529c
@@ -6,8 +6,6 @@ Observer: End handlers fire after a userland fatal error
|
||||
zend_test.observer.enabled=1
|
||||
zend_test.observer.observe_all=1
|
||||
zend_test.observer.show_return_value=1
|
||||
--XFAIL--
|
||||
This is unsafe and fails on macos
|
||||
--FILE--
|
||||
<?php
|
||||
set_error_handler(function ($errno, $errstr, $errfile, $errline) {
|
||||
|
||||
Reference in New Issue
Block a user