Searched refs:step_cb (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 514 if (step_cb) { in phpdbg_parse_variable_with_arg() 521 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 523 if (step_cb) { in phpdbg_parse_variable_with_arg() 530 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg() 532 if (step_cb) { in phpdbg_parse_variable_with_arg() 566 if (step_cb) { in phpdbg_parse_variable_with_arg() 570 …ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:F… in phpdbg_parse_variable_with_arg() 575 if (step_cb) { in phpdbg_parse_variable_with_arg() 579 …ret = step_cb(name, i, keyname, index_len, parent, zv, arg) == SUCCESS || ret == SUCCESS?SUCCESS:F… in phpdbg_parse_variable_with_arg() 584 if (step_cb) { in phpdbg_parse_variable_with_arg() [all …]
|
H A D | phpdbg_utils.h | 90 … phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, voi…
|
Completed in 9 milliseconds