Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_cmd.c64 case STR_PARAM: in phpdbg_get_param_type()
82 case STR_PARAM: in phpdbg_clear_param()
95 case STR_PARAM: in phpdbg_param_tostring()
141 case STR_PARAM: in phpdbg_copy_param()
201 case STR_PARAM: in phpdbg_hash_param()
263 case STR_PARAM: in phpdbg_match_param()
325 case STR_PARAM: in phpdbg_param_debug()
395 case STR_PARAM: in phpdbg_stack_free()
531 case 'i': verify_arg("raw input", top, STR_PARAM); break; in phpdbg_stack_verify()
532 case 's': verify_arg("string", top, STR_PARAM); break; in phpdbg_stack_verify()
[all …]
H A Dphpdbg_set.c205 case STR_PARAM: { in PHPDBG_SET()
253 case STR_PARAM: { in PHPDBG_SET()
H A Dphpdbg_cmd.h38 STR_PARAM, enumerator
H A Dphpdbg_prompt.c108 if (!name || name->type != STR_PARAM) { in phpdbg_call_register()
138 case STR_PARAM: in phpdbg_call_register()
1092 case STR_PARAM: in PHPDBG_COMMAND()
1193 case STR_PARAM: in PHPDBG_COMMAND()
1385 case STR_PARAM: in PHPDBG_COMMAND()
1523 case STR_PARAM: in PHPDBG_COMMAND()
1541 case STR_PARAM: in PHPDBG_COMMAND()
1910 case STR_PARAM: in PHPDBG_COMMAND()
H A Dphpdbg_bp.c212 case STR_PARAM: in phpdbg_export_breakpoints_to_string()
834 case STR_PARAM: in phpdbg_create_conditional_break()
1028 case STR_PARAM: { in phpdbg_find_breakpoint_param()
1043 return param->type == STR_PARAM || execute_data->opline - ops->opcodes == param->num; in phpdbg_find_breakpoint_param()
1606 case STR_PARAM: in phpdbg_print_breakpoints()
H A Dphpdbg_help.c240 if (param && param->type == STR_PARAM) { in PHPDBG_COMMAND()
H A Dphpdbg_watch.c1359 case STR_PARAM:
1376 case STR_PARAM:

Completed in 39 milliseconds