Home
last modified time | relevance | path

Searched refs:STR_PARAM (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.c68 case STR_PARAM: in phpdbg_get_param_type()
86 case STR_PARAM: in phpdbg_clear_param()
99 case STR_PARAM: in phpdbg_param_tostring()
145 case STR_PARAM: in phpdbg_copy_param()
205 case STR_PARAM: in phpdbg_hash_param()
267 case STR_PARAM: in phpdbg_match_param()
329 case STR_PARAM: in phpdbg_param_debug()
399 case STR_PARAM: in phpdbg_stack_free()
535 case 'i': verify_arg("raw input", top, STR_PARAM); break; in phpdbg_stack_verify()
536 case 's': verify_arg("string", top, STR_PARAM); break; in phpdbg_stack_verify()
[all …]
H A Dphpdbg_cmd.h38 STR_PARAM, enumerator
H A Dphpdbg_set.c223 case STR_PARAM: { in PHPDBG_SET()
H A Dphpdbg_prompt.c103 if (!name || name->type != STR_PARAM) { in phpdbg_call_register()
133 case STR_PARAM: in phpdbg_call_register()
1079 case STR_PARAM: in PHPDBG_COMMAND()
1177 case STR_PARAM: in PHPDBG_COMMAND()
1369 case STR_PARAM: in PHPDBG_COMMAND()
1500 case STR_PARAM: in PHPDBG_COMMAND()
1518 case STR_PARAM: in PHPDBG_COMMAND()
H A Dphpdbg_bp.c211 case STR_PARAM: in phpdbg_export_breakpoints_to_string()
834 case STR_PARAM: in phpdbg_create_conditional_break()
1029 case STR_PARAM: { in phpdbg_find_breakpoint_param()
1044 return param->type == STR_PARAM || execute_data->opline - ops->opcodes == param->num; in phpdbg_find_breakpoint_param()
1605 case STR_PARAM: in phpdbg_print_breakpoints()
H A Dphpdbg_help.c234 if (param && param->type == STR_PARAM) { in PHPDBG_COMMAND()
H A Dphpdbg_watch.c1428 case STR_PARAM:
1445 case STR_PARAM:

Completed in 30 milliseconds