Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_print.c269 zend_string *rt_name; in phpdbg_print_opcodes_function() local
270 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, func) { in phpdbg_print_opcodes_function()
271 if (func->type == ZEND_USER_FUNCTION && *rt_name->val == '\0') { in phpdbg_print_opcodes_function()
273 phpdbg_print_opcodes_function(rt_name->val, rt_name->len); in phpdbg_print_opcodes_function()
305 zend_string *rt_name; in phpdbg_print_opcodes_method() local
306 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_method()
307 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
363 zend_string *rt_name; in phpdbg_print_opcodes_class() local
364 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_class()
365 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()

Completed in 6 milliseconds