mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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:
parent
8fc5daeb3f
commit
28dbdd529c
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue