[PHP-DEV] is there a php debugging extension which uses zend debug protocol?

2006-10-05 Thread Prometheus Prometheus
[EMAIL PROTECTED] my current project is getting very complex and shared over many servers the problem now is debugging in such an environment for development i'm using zend studio what i now need is capability of remote debugging i was searching for it, but it seems that there is only zend platf

[PHP-DEV] how is a return values stored?

2006-09-26 Thread Prometheus Prometheus
[EMAIL PROTECTED] i was just asking myself, if it is possible, to get the return value of a function after the function calls "return" (or throws an exception) and before the value is returned example: class A{ public function __construct(){} public function __destruct(){ // her