Searched refs:phpdbg_safe_class_lookup (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_print.c | 153 if (phpdbg_safe_class_lookup(param->str, param->len, &ce) == SUCCESS) { in PHPDBG_PRINT() 187 if (phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce) == SUCCESS) { in PHPDBG_PRINT() 304 if (phpdbg_safe_class_lookup(class, strlen(class), &ce) != SUCCESS) { in phpdbg_print_opcodes_method() 362 if (phpdbg_safe_class_lookup(class, strlen(class), &ce) != SUCCESS) { in phpdbg_print_opcodes_class()
|
H A D | phpdbg_utils.h | 84 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce);
|
H A D | phpdbg_list.c | 93 if (phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce) == SUCCESS) { in PHPDBG_LIST() 115 if (phpdbg_safe_class_lookup(param->str, param->len, &ce) == SUCCESS) { in PHPDBG_LIST()
|
H A D | phpdbg_utils.c | 381 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce) { in phpdbg_safe_class_lookup() function
|
Completed in 17 milliseconds