Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_print.c271 zend_string *rt_name; in phpdbg_print_opcodes_function() local
272 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, func) { in phpdbg_print_opcodes_function()
273 if (func->type == ZEND_USER_FUNCTION && *rt_name->val == '\0') { in phpdbg_print_opcodes_function()
275 phpdbg_print_opcodes_function(rt_name->val, rt_name->len); in phpdbg_print_opcodes_function()
307 zend_string *rt_name; in phpdbg_print_opcodes_method() local
308 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_method()
309 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_method()
365 zend_string *rt_name; in phpdbg_print_opcodes_class() local
366 ZEND_HASH_FOREACH_STR_KEY_PTR(EG(class_table), rt_name, ce) { in phpdbg_print_opcodes_class()
367 if (ce->type == ZEND_USER_CLASS && *rt_name->val == '\0') { in phpdbg_print_opcodes_class()

Completed in 5 milliseconds