Lines Matching refs:phpdbg_notice

67phpdbg_notice("includedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(…  in PHPDBG_INFO()
90 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO()
93 phpdbg_notice("lasterror", "error=\"\"", "No error found!"); in PHPDBG_INFO()
117phpdbg_notice("constantinfo", "num=\"%d\"", "User-defined constants (%d)", zend_hash_num_elements(… in PHPDBG_INFO()
167phpdbg_notice("variableinfo", "unreachable=\"%.*s\"", "Cannot show information about superglobal v… in phpdbg_arm_auto_global()
209phpdbg_notice("variableinfo", "num=\"%d\"", "Superglobal variables (%d)", zend_hash_num_elements(&… in phpdbg_print_symbols()
215phpdbg_notice("variableinfo", "method=\"%s::%s\" num=\"%d\"", "Variables in %s::%s() (%d)", ops->s… in phpdbg_print_symbols()
217phpdbg_notice("variableinfo", "function=\"%s\" num=\"%d\"", "Variables in %s() (%d)", ZSTR_VAL(ops… in phpdbg_print_symbols()
221phpdbg_notice("variableinfo", "file=\"%s\" num=\"%d\"", "Variables in %s (%d)", ZSTR_VAL(ops->file… in phpdbg_print_symbols()
223phpdbg_notice("variableinfo", "opline=\"%p\" num=\"%d\"", "Variables @ %p (%d)", ops, zend_hash_nu… in phpdbg_print_symbols()
316phpdbg_notice("literalinfo", "method=\"%s::%s\" num=\"%d\"", "Literal Constants in %s::%s() (%d)",… in PHPDBG_INFO()
318phpdbg_notice("literalinfo", "function=\"%s\" num=\"%d\"", "Literal Constants in %s() (%d)", ops->… in PHPDBG_INFO()
322phpdbg_notice("literalinfo", "file=\"%s\" num=\"%d\"", "Literal Constants in %s (%d)", ZSTR_VAL(op… in PHPDBG_INFO()
324phpdbg_notice("literalinfo", "opline=\"%p\" num=\"%d\"", "Literal Constants @ %p (%d)", ops, count… in PHPDBG_INFO()
363 phpdbg_notice("meminfo", "", "Memory Manager Information"); in PHPDBG_INFO()
364 phpdbg_notice("current", "", "Current"); in PHPDBG_INFO()
367 phpdbg_notice("peak", "", "Peak"); in PHPDBG_INFO()
398 phpdbg_notice("signalsegv", "", "Not all classes could be fetched, possibly invalid data source"); in PHPDBG_INFO()
401 phpdbg_notice("classinfo", "num=\"%d\"", "User Classes (%d)", zend_hash_num_elements(&classes)); in PHPDBG_INFO()
444phpdbg_notice("signalsegv", "", "Not all functions could be fetched, possibly invalid data source"… in PHPDBG_INFO()
447phpdbg_notice("functioninfo", "num=\"%d\"", "User Functions (%d)", zend_hash_num_elements(&functio… in PHPDBG_INFO()