Lines Matching refs:EG
65 …phpdbg_notice("includedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(… in PHPDBG_INFO()
72 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
103 if (EG(zend_constants)) { in PHPDBG_INFO()
105 ZEND_HASH_FOREACH_PTR(EG(zend_constants), data) { in PHPDBG_INFO()
180 if (!EG(current_execute_data) || !EG(current_execute_data)->func) { in phpdbg_print_symbols()
188 symtable = &EG(symbol_table); in phpdbg_print_symbols()
209 zend_op_array *ops = &EG(current_execute_data)->func->op_array; in phpdbg_print_symbols()
307 …zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_d… in PHPDBG_INFO()
309 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO()
390 ZEND_HASH_FOREACH_PTR(EG(class_table), ce) { in PHPDBG_INFO()
436 ZEND_HASH_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()