Are any / all PHP SoapServer exceptions can be documented anywhere? (means the built-in embedded PHP implementation of SoapServer, not the third part of the implementation-based PHP)
If not, is it possible to extract possible exceptions using some kind of reflection? If so, where to start from?
Also, is it possible to examine the source of PHP to determine what exceptions an inline object may cause? If so, where to start from?
source share