Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_cmd.c65 case STR_PARAM: in phpdbg_get_param_type()
83 case STR_PARAM: in phpdbg_clear_param()
96 case STR_PARAM: in phpdbg_param_tostring()
162 case STR_PARAM: in phpdbg_copy_param()
222 case STR_PARAM: in phpdbg_hash_param()
284 case STR_PARAM: in phpdbg_match_param()
346 case STR_PARAM: in phpdbg_param_debug()
414 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.c174 case STR_PARAM: { in PHPDBG_SET()
223 case STR_PARAM: { in PHPDBG_SET()
H A Dphpdbg_cmd.h39 STR_PARAM, enumerator
H A Dphpdbg_prompt.c79 if (!name || name->type != STR_PARAM) { in phpdbg_call_register()
113 case STR_PARAM: in phpdbg_call_register()
823 case STR_PARAM: in PHPDBG_COMMAND()
964 case STR_PARAM: in PHPDBG_COMMAND()
982 case STR_PARAM: in PHPDBG_COMMAND()
H A Dphpdbg_lexer.c464 phpdbg_init_param(yylval, STR_PARAM); in phpdbg_lex()
691 phpdbg_init_param(yylval, STR_PARAM); in phpdbg_lex()
1087 phpdbg_init_param(yylval, STR_PARAM); in phpdbg_lex()
H A Dphpdbg_watch.c413 case STR_PARAM: in PHPDBG_WATCH()
434 case STR_PARAM: in PHPDBG_WATCH()
453 case STR_PARAM: in PHPDBG_WATCH()
H A Dphpdbg_bp.c189 case STR_PARAM: in phpdbg_export_breakpoints()
898 case STR_PARAM: { in phpdbg_find_breakpoint_param()
913 return param->type == STR_PARAM || execute_data->opline - ops->opcodes == param->num; in phpdbg_find_breakpoint_param()
1558 case STR_PARAM:
H A Dphpdbg_help.c216 if (param && param->type == STR_PARAM) { in PHPDBG_COMMAND()
H A Dphpdbg.c97 REGISTER_LONG_CONSTANT("PHPDBG_FUNC", STR_PARAM, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 45 milliseconds