Home
last modified time | relevance | path

Searched refs:phpdbg_get_function (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.h34 PHPDBG_API const zend_function *phpdbg_get_function(const char*, const char*);
H A Dphpdbg_frame.c210 if ((func = phpdbg_get_function(Z_STRVAL_P(funcname), class ? Z_STRVAL_P(class) : NULL))) { in phpdbg_dump_prototype()
H A Dphpdbg_utils.c171 PHPDBG_API const zend_function *phpdbg_get_function(const char *fname, const char *cname) /* {{{ */ in phpdbg_get_function() function

Completed in 12 milliseconds