Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 814) sorted by last modified time

12345678910>>...33

/PHP-5.3/tests/run-test/
H A Dtest004.phpt4 arg_separator.input==
7 var_dump(ini_get('arg_separator.input'));
H A Dtest010.phpt2 STDIN input
11 use this to input some thing to the php script
14 use this to input some thing to the php script
/PHP-5.3/
H A Dserver-tests.php168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) argument
184 if ($input) {
185 $out = fwrite($pipes[0],$input);
186 if ($out != strlen($input)) {
H A Dphp.ini-development187 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
453 ; http://php.net/max-input-time
456 ; Maximum input variable nesting level
457 ; http://php.net/max-input-nesting-level
460 ; How many GET/POST/COOKIE input variables may be accepted
662 ; List of separator(s) used by PHP to parse input URLs into variables.
665 ; http://php.net/arg-separator.input
667 ;arg_separator.input = ";&"
1660 ; add a hidden <input> field with the info which is otherwise appended
1779 ; http input encoding.
[all …]
H A Dphp.ini-production187 ; Production Value: "a=href,area=href,frame=src,input=src,form=fakeentry"
453 ; http://php.net/max-input-time
456 ; Maximum input variable nesting level
457 ; http://php.net/max-input-nesting-level
460 ; How many GET/POST/COOKIE input variables may be accepted
662 ; List of separator(s) used by PHP to parse input URLs into variables.
665 ; http://php.net/arg-separator.input
667 ;arg_separator.input = ";&"
1660 ; add a hidden <input> field with the info which is otherwise appended
1779 ; http input encoding.
[all …]
/PHP-5.3/tests/basic/
H A Drfc1867_malicious_input.phpt2 rfc1867 malicious input
/PHP-5.3/sapi/tests/
H A Dtest005.phpt27 No input file specified.
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt30 you need to provide input, place the GET data, or Query String, after the
/PHP-5.3/sapi/cgi/tests/
H A D003.phpt55 No input file specified.
H A D004.phpt41 string(25) "No input file specified.
H A D006.phpt56 string(%d) "No input file specified.
H A D008.phpt52 No input file specified.
H A D005.phpt19 string(51) "No input file specified.
23 string(51) "No input file specified.
H A D007.phpt18 string(25) "No input file specified.
/PHP-5.3/sapi/cli/tests/
H A D006.phpt127 Parameter #1 [ <required> $input ]
H A D007.phpt48 Could not open input file: wrong
H A D008.phpt41 Could not open input file: wrong
H A D011.phpt52 Could not open input file: some.unknown
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
H A D014.phpt42 Could not open input file: unknown
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1235 char *input; in WinMain() local
1249 while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) { in WinMain()
1250 len = strlen(input); in WinMain()
1251 while (len-- && (input[len]=='\n' || input[len]=='\r')) { in WinMain()
1252 input[len] = '\0'; in WinMain()
1257 Z_STRVAL_P(argn) = estrndup(input, len); in WinMain()
1276 efree(input); in WinMain()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c2014 int slen = strlen(PG(arg_separator).input);
2030 strlcat(s, PG(arg_separator).input, len);
/PHP-5.3/main/
H A Dphp_variables.c379 separator = (char *) estrdup(PG(arg_separator).input); in SAPI_TREAT_DATA_FUNC()
H A Dphp_globals.h53 char *input; member
H A Dmain.c496 …"&", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, arg_separator.input, php_core_globals,…

Completed in 58 milliseconds

12345678910>>...33