witheredOldMale Posted April 23, 2009 Share Posted April 23, 2009 After calling a method that throws an exception, I do zval *ex = EG(exception); if(ex != NULL) { zend_class_entry *exce = Z_OBJCE_P(ex); zval *zmsg = zend_call_method(&ex,exce,NULL,"getMessage",11,&zCtorRet,0,NULL,NULL); char *msg = Z_STRVAL_P(zmsg); } It fails with <b>Fatal error</b>: Couldn't find implementation for method Exception::getMessage What’s wrong here? Thanks OldMale. Link to comment https://forums.phpfreaks.com/topic/155347-unable-to-call-method-on-an-exception-object/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.