Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 16 of 16) sorted by relevance

/PHP-5.4/sapi/cli/
H A Dphp_cli.c667 int interactive=0; in do_cli() local
735 if (!interactive) { in do_cli()
741 interactive=1; in do_cli()
801 } else if (behavior != PHP_MODE_STANDARD || interactive) { in do_cli()
829 } else if (behavior != PHP_MODE_STANDARD || interactive) { in do_cli()
843 } else if (behavior != PHP_MODE_STANDARD || interactive) { in do_cli()
907 if (interactive) { in do_cli()
916 CG(interactive) = interactive; in do_cli()
986 if (interactive && cli_shell_callbacks.cli_shell_run) { in do_cli()
/PHP-5.4/sapi/milter/
H A Dphp_milter.c1003 int interactive=0; in main() local
1070 interactive=1; in main()
1141 CG(interactive) = interactive; in main()
/PHP-5.4/Zend/
H A Dzend.c519 CG(interactive) = 0; in compiler_globals_ctor()
1304 long orig_interactive = CG(interactive); in zend_execute_scripts()
1315 CG(interactive) = 0; in zend_execute_scripts()
1317 CG(interactive) = 1; in zend_execute_scripts()
1362 CG(interactive) = orig_interactive; in zend_execute_scripts()
1369 CG(interactive) = orig_interactive; in zend_execute_scripts()
H A Dzend_globals.h121 int interactive; member
H A Dzend_execute_API.c1194 int orig_interactive = CG(interactive); in zend_eval_stringl()
1202 CG(interactive) = 0; in zend_eval_stringl()
1212 CG(interactive) = orig_interactive; in zend_eval_stringl()
1326 orig_interactive = CG(interactive); in execute_new_code()
1327 CG(interactive) = 0; in execute_new_code()
1329 CG(interactive) = orig_interactive; in execute_new_code()
H A Dzend_opcode.c55 if (CG(interactive)) { in init_op_array()
93 op_array->fn_flags = CG(interactive)?ZEND_ACC_INTERACTIVE:0; in init_op_array()
H A Dzend_language_scanner.l748 zend_bool orig_interactive = CG(interactive); in compile_string()
750 CG(interactive) = 0; in compile_string()
752 CG(interactive) = orig_interactive; in compile_string()
H A Dzend_language_scanner.c750 zend_bool orig_interactive = CG(interactive); in compile_string()
752 CG(interactive) = 0; in compile_string()
754 CG(interactive) = orig_interactive; in compile_string()
H A Dzend_compile.c1552 orig_interactive = CG(interactive); in zend_do_begin_function_declaration()
1553 CG(interactive) = 0; in zend_do_begin_function_declaration()
1555 CG(interactive) = orig_interactive; in zend_do_begin_function_declaration()
/PHP-5.4/
H A DUPGRADING115 - Added cli.pager to set a pager for CLI interactive shell output.
117 - Added cli.prompt to configure the CLI interactive shell prompt.
550 - The interactive shell allows a shortcut #inisetting=value to change php.ini
553 - The interactive shell now works with the shared readline extension.
555 - The interactive shell no longer terminates on fatal errors.
H A DUPGRADING.INTERNALS62 only for 'interactive' execution of single top-level op-array.
H A DNEWS367 . Fixed bug #67496 (Save command history when exiting interactive shell
2018 'interactive' execution of a single top-level op-array.
7840 - Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
7945 - Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus)
8561 - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c2132 CG(interactive) = 0;
2140 CG(interactive) = 1;
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c1869 CG(interactive) = 0;
/PHP-5.4/ext/phar/
H A Dphar.c3403 file_handle->handle.stream.interactive = 0;
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic10645 # inform: file(1) magic for Inform interactive fiction language

Completed in 161 milliseconds