Home
last modified time | relevance | path

Searched refs:prompt (Results 26 – 50 of 54) sorted by relevance

123

/PHP-7.0/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt9 prompt> [Uncaught Exception in %s on line 4: test]
12 prompt> EX
14 prompt>
H A Dbreakpoints_007.phpt9 prompt> [Breakpoint #0 added at bar::foo]
10 prompt> [Breakpoint #0 in bar::foo() at %s:5, hits: 1]
14 prompt>
H A Dprint_001.phpt13 prompt> [User Function foo (8 ops)]
23 prompt> [User Class: Foo\Bar (2 methods)]
32 prompt> [Not Executing!]
33 prompt> [Context %s (11 ops)]
46 prompt>
H A Dbasic_run.phpt7 prompt> [Nothing to execute!]
8 prompt>
H A Dnormal_exit.phpt8 prompt> [Script ended normally]
9 prompt>
H A Dinclude_once.phpt8 prompt> 1
10 prompt>
H A Dphpdbg_oplog_002.phpt8 prompt>
12 prompt>
H A Dgenerator_run.phpt8 prompt> caught Generator exception
10 prompt>
H A Dphpdbg_oplog_001.phpt10 prompt> halloarray(2) {
35 prompt>
H A Ddelimiter.phpt6 prompt> 4
H A Dphpdbg_get_executable_stream_wrapper.phpt8 prompt> array(1) {
13 prompt>
/PHP-7.0/sapi/cli/tests/
H A Dbug64529.phpt27 spawn \$php_executable -n -d cli.prompt="" -a
45 spawn \$php_executable -n -d cli.prompt="" -a
66 spawn %sphp -n -d cli.prompt="" -a
/PHP-7.0/ext/readline/
H A Dreadline.c78 ZEND_ARG_INFO(0, prompt)
87 ZEND_ARG_INFO(0, prompt)
112 ZEND_ARG_INFO(0, prompt)
215 char *prompt = NULL; in PHP_FUNCTION() local
219 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "|s!", &prompt, &prompt_len)) { in PHP_FUNCTION()
223 result = readline(prompt); in PHP_FUNCTION()
564 char *prompt; in PHP_FUNCTION() local
567 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &prompt, &prompt_len, &callback)) { in PHP_FUNCTION()
585 rl_callback_handler_install(prompt, php_rl_callback_handler); in PHP_FUNCTION()
H A Dreadline_cli.h27 char *prompt;
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.c285 if (PHPDBG_G(prompt)[1]) { in phpdbg_set_prompt() local
286 free(PHPDBG_G(prompt)[1]); in phpdbg_set_prompt()
287 PHPDBG_G(prompt)[1] = NULL; in phpdbg_set_prompt() local
290 if (PHPDBG_G(prompt)[0]) { in phpdbg_set_prompt() local
291 free(PHPDBG_G(prompt)[0]); in phpdbg_set_prompt()
292 PHPDBG_G(prompt)[0] = NULL; in phpdbg_set_prompt() local
296 PHPDBG_G(prompt)[0] = strdup(prompt); in phpdbg_set_prompt() local
302 if (PHPDBG_G(prompt)[1]) { in phpdbg_get_prompt() local
312 PHPDBG_G(prompt)[0])); in phpdbg_get_prompt()
316 ZEND_IGNORE_VALUE(asprintf(&PHPDBG_G(prompt)[1], "%s ", PHPDBG_G(prompt)[0])); in phpdbg_get_prompt()
[all …]
H A Dphpdbg_set.c34 …PHPDBG_SET_COMMAND_D(prompt, "usage: set prompt [<string>]", 'p', set_prompt, …
50 PHPDBG_SET(prompt) /* {{{ */ in PHPDBG_SET() argument
157 if (PHPDBG_G(prompt)[1]) { in PHPDBG_SET() local
158 free(PHPDBG_G(prompt)[1]); in PHPDBG_SET()
159 PHPDBG_G(prompt)[1]=NULL; in PHPDBG_SET() local
H A Dphpdbg_set.h28 PHPDBG_SET(prompt);
H A Dphpdbg.c86 pg->prompt[0] = NULL; in php_phpdbg_globals_ctor()
87 pg->prompt[1] = NULL; in php_phpdbg_globals_ctor()
422 char *prompt = NULL; in PHP_FUNCTION() local
425 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &prompt, &prompt_len) == FAILURE) { in PHP_FUNCTION()
429 phpdbg_set_prompt(prompt); in PHP_FUNCTION()
2096 settings->prompt[0] = PHPDBG_G(prompt)[0]; in main()
2097 settings->prompt[1] = PHPDBG_G(prompt)[1]; in main()
2105 if (PHPDBG_G(prompt)[0]) { in main() local
2106 free(PHPDBG_G(prompt)[0]); in main()
2108 if (PHPDBG_G(prompt)[1]) { in main() local
[all …]
H A D.phpdbginit10 # set color prompt white-bold
H A DChangelog.md24 3. Added "set" command - control prompt and console colors
H A Dphpdbg.h299 char *prompt[2]; /* prompt */ variable
H A Dxml.md517 ### prompt ### subsection
519 …lt;setpromt str="" /> tag is emitted where the value of the str attribue is the value of the prompt
520 - when there is another arg, the prompt is changed to that arg, no further xml answer
535 - sets the color on prompt, error or notices
537 - prompt
H A Dphpdbg_help.c50 unsigned int prompt_len = strlen(PHPDBG_G(prompt)[0]); in pretty_print()
/PHP-7.0/ext/readline/tests/
H A Dreadline_info_001.phpt35 ["prompt"]=>
/PHP-7.0/ext/pgsql/tests/
H A DREADME10 If you have account and database, type "createdb test" from command prompt

Completed in 60 milliseconds

123