Searched refs:phpdbg_get_function (Results 1 – 3 of 3) sorted by relevance
32 PHPDBG_API const zend_function *phpdbg_get_function(const char*, const char*);
201 if ((func = phpdbg_get_function(Z_STRVAL_P(funcname), class ? Z_STRVAL_P(class) : NULL))) { in phpdbg_dump_prototype()
168 PHPDBG_API const zend_function *phpdbg_get_function(const char *fname, const char *cname) /* {{{ */ in phpdbg_get_function() function
Completed in 8 milliseconds