Home
last modified time | relevance | path

Searched refs:step_cb (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_utils.c514 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 Dphpdbg_utils.h90 … phpdbg_parse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, bool silent, voi…

Completed in 17 milliseconds