step_cb           430 sapi/phpdbg/phpdbg_utils.c PHPDBG_API int phpdbg_parse_variable_with_arg(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg) {
step_cb           498 sapi/phpdbg/phpdbg_utils.c 					if (step_cb) {
step_cb           502 sapi/phpdbg/phpdbg_utils.c 						ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb           505 sapi/phpdbg/phpdbg_utils.c 					phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg);
step_cb           507 sapi/phpdbg/phpdbg_utils.c 					if (step_cb) {
step_cb           511 sapi/phpdbg/phpdbg_utils.c 						ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb           514 sapi/phpdbg/phpdbg_utils.c 					phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg);
step_cb           516 sapi/phpdbg/phpdbg_utils.c 					if (step_cb) {
step_cb           520 sapi/phpdbg/phpdbg_utils.c 						ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb           550 sapi/phpdbg/phpdbg_utils.c 				if (step_cb) {
step_cb           554 sapi/phpdbg/phpdbg_utils.c 					ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb           559 sapi/phpdbg/phpdbg_utils.c 				if (step_cb) {
step_cb           563 sapi/phpdbg/phpdbg_utils.c 					ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb           568 sapi/phpdbg/phpdbg_utils.c 				if (step_cb) {
step_cb           572 sapi/phpdbg/phpdbg_utils.c 					ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:FAILURE;
step_cb            92 sapi/phpdbg/phpdbg_utils.h PHPDBG_API int phpdbg_parse_variable_with_arg(char *input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg);