Lines Matching refs:phpdbg_notice

65 		phpdbg_notice("Included files: %d", zend_hash_num_elements(&EG(included_files)));  in PHPDBG_INFO()
91 phpdbg_notice("No error found!"); in PHPDBG_INFO()
94 phpdbg_notice("No error found!"); in PHPDBG_INFO()
118 phpdbg_notice("User-defined constants (%d)", zend_hash_num_elements(&consts)); in PHPDBG_INFO()
167phpdbg_notice("Cannot show information about superglobal variable %.*s", (int) ZSTR_LEN(auto_globa… in phpdbg_arm_auto_global()
209 phpdbg_notice("Superglobal variables (%d)", zend_hash_num_elements(&vars)); in phpdbg_print_symbols()
215phpdbg_notice("Variables in %s::%s() (%d)", ops->scope->name->val, ops->function_name->val, zend_h… in phpdbg_print_symbols()
217phpdbg_notice("Variables in %s() (%d)", ZSTR_VAL(ops->function_name), zend_hash_num_elements(&vars… in phpdbg_print_symbols()
221 phpdbg_notice("Variables in %s (%d)", ZSTR_VAL(ops->filename), zend_hash_num_elements(&vars)); in phpdbg_print_symbols()
223 phpdbg_notice("Variables @ %p (%d)", ops, zend_hash_num_elements(&vars)); in phpdbg_print_symbols()
314phpdbg_notice("Literal Constants in %s::%s() (%d)", ops->scope->name->val, ops->function_name->val… in PHPDBG_INFO()
316 phpdbg_notice("Literal Constants in %s() (%d)", ops->function_name->val, count); in PHPDBG_INFO()
320 phpdbg_notice("Literal Constants in %s (%d)", ZSTR_VAL(ops->filename), count); in PHPDBG_INFO()
322 phpdbg_notice("Literal Constants @ %p (%d)", ops, count); in PHPDBG_INFO()
361 phpdbg_notice("Memory Manager Information"); in PHPDBG_INFO()
362 phpdbg_notice("Current"); in PHPDBG_INFO()
365 phpdbg_notice("Peak"); in PHPDBG_INFO()
396 phpdbg_notice("Not all classes could be fetched, possibly invalid data source"); in PHPDBG_INFO()
399 phpdbg_notice("User Classes (%d)", zend_hash_num_elements(&classes)); in PHPDBG_INFO()
440 phpdbg_notice("Not all functions could be fetched, possibly invalid data source"); in PHPDBG_INFO()
443 phpdbg_notice("User Functions (%d)", zend_hash_num_elements(&functions)); in PHPDBG_INFO()