--TEST-- Observer: fatal errors caught with zend_try will not fire end handlers prematurely --EXTENSIONS-- zend_test soap --INI-- zend_test.observer.enabled=1 zend_test.observer.show_output=1 zend_test.observer.observe_all=1 zend_test.observer.show_return_value=1 --FILE-- getMessage() . PHP_EOL; } echo 'Done.' . PHP_EOL; ?> --EXPECTF--
SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo" Done.