Home
last modified time | relevance | path

Searched refs:input (Results 151 – 175 of 932) sorted by relevance

12345678910>>...38

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.y68 input
70 | input T_SEPARATOR command { phpdbg_stack_separate($1.top); $$ = $3; }
190 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse() argument
191 if (!*input) { in phpdbg_do_parse()
198 PHPDBG_G(cur_command) = strdup(input); in phpdbg_do_parse()
200 phpdbg_init_lexer(stack, input); in phpdbg_do_parse()
H A Dphpdbg_lexer.l31 void phpdbg_init_lexer (phpdbg_param_t *stack, char *input) { in ZEND_EXTERN_MODULE_GLOBALS()
36 LEX(text) = YYCURSOR = (unsigned char *) input; in ZEND_EXTERN_MODULE_GLOBALS()
37 LEX(len) = strlen(input); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.3/ext/standard/tests/array/
H A Dbug34982.phpt18 function apply(&$input, $key) {
19 $input = 'changed';
H A Darray_slice_variation5.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
16 $input = array ('one' => 1, 2 => 'two', 'three', 9 => 'nine', 'ten' => 10);
20 var_dump(array_slice($input, $i));
23 var_dump(array_slice($input, PHP_INT_MAX));
26 var_dump(array_slice($input, -PHP_INT_MAX));
H A Darray_walk_error1.phpt5 /* Prototype : bool array_walk(array $input, string $funcname [, mixed $userdata])
10 $input = array(1, 2);
27 var_dump( array_walk($input) );
30 var_dump( array_walk($input, "non_existent") );
H A Darray_filter_variation1.phpt2 Test array_filter() function : usage variations - Unexpected values for 'input' argument
5 /* Prototype : array array_filter(array $input [, callback $callback])
10 /* Passing different scalar and nonscalar values for 'input' argument
12 echo "*** Testing array_filter() : usage variations - unexpected values for 'input'***\n";
15 * Prototype : bool always_true(array $input)
20 function always_true($input)
42 // different values for 'input' argument
90 // loop through each element of the array for input
102 *** Testing array_filter() : usage variations - unexpected values for 'input'***
H A Darray_unique_variation2.phpt2 Test array_unique() function : usage variations - different arrays for 'input' argument
5 /* Prototype : array array_unique(array $input)
11 * Passing different arrays to $input argument and testing whether
15 echo "*** Testing array_unique() : Passing different arrays to \$input argument ***\n";
47 // arrays passed to $input argument
75 foreach($inputs as $input) {
77 var_dump( array_unique($input, SORT_STRING) );
84 *** Testing array_unique() : Passing different arrays to $input argument ***
H A Darray_flip_error.phpt5 /* Prototype : array array_flip(array $input)
18 $input = array(1 => 'one', 2 => 'two');
20 var_dump( array_flip($input, $extra_arg) );
H A Darray_sum_error.phpt5 /* Prototype : mixed array_sum(array &input)
18 $input = array(1, 2, 3, 4);
20 var_dump( array_sum($input, $extra_arg) );
H A Darray_unique_error.phpt5 /* Prototype : array array_unique(array $input)
18 $input = array(1, 2);
20 var_dump( array_unique($input, SORT_NUMERIC, $extra_arg) );
H A Darray_change_key_case_variation8.phpt10 /* Prototype : array array_change_key_case(array $input [, int $case])
29 foreach($inputs as $input) {
31 var_dump(array_change_key_case($input));
33 var_dump(array_change_key_case($input, CASE_UPPER));
H A Darray_chunk_variation7.phpt13 * 1. input array containing references
20 echo "\n-- Testing array_chunk(), input array containing references \n";
40 -- Testing array_chunk(), input array containing references
H A Darray_rand_error.phpt5 /* Prototype : mixed array_rand(array input [, int num_req])
18 $input = array(1, 2);
21 var_dump( array_rand($input,$num_req, $extra_arg) );
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_loadHTML_error2.phpt2 DOMDocument::loadHTML() should fail if empty string provided as input
15 Warning: DOMDocument::loadHTML(): Empty string supplied as input in %s on line %d
/PHP-7.3/ext/soap/tests/schema/
H A Dtest_schema.inc4 function test($input) {
6 $val = $input;
33 <input message="testMessage"/>
40 <input>
42 </input>
/PHP-7.3/ext/tidy/tests/
H A D029.phpt16 foreach ($inputs as $input) {
18 $t = tidy_parse_string($input);
/PHP-7.3/ext/standard/tests/strings/
H A Daddcslashes_003.phpt8 /* Miscellaneous input */
9 echo "\n*** Testing addcslashes() with miscellaneous input arguments ***\n";
31 *** Testing addcslashes() with miscellaneous input arguments ***
H A Dstrtok_variation7.phpt2 Test strtok() function : usage variations - modifying the input string while tokenising
11 * Testing strtok() : modifying the input string while it is getting tokenised
14 echo "*** Testing strtok() : with modification of input string in between tokenising ***\n";
21 // adding a string to the input string which is being tokenised
31 // adding a string to the input string which is being tokenised
41 *** Testing strtok() : with modification of input string in between tokenising ***
/PHP-7.3/sapi/cgi/tests/
H A D007.phpt18 string(25) "No input file specified.
20 string(49) "No syntax errors detected in Standard input code
/PHP-7.3/ext/bz2/tests/
H A Dbug72447.phpt7 $input = "AAAAAAAA";
8 $param = array('blocks' => $input);
/PHP-7.3/ext/intl/tests/
H A Dformatter_fail.phpt70 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
73 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
76 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
84 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
87 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
90 'numfmt_create: unable to parse input parameters: U_ILLEGAL_ARGUMENT_ERROR'
/PHP-7.3/ext/hash/
H A Dhash_ripemd.c197 output[i] = ((uint32_t) input[j + 0]) | (((uint32_t) input[j + 1]) << 8) | in RIPEMDDecode()
198 (((uint32_t) input[j + 2]) << 16) | (((uint32_t) input[j + 3]) << 24); in RIPEMDDecode()
280 RIPEMD128Transform(context->state, &input[i]); in PHP_RIPEMD128Update()
378 RIPEMD256Transform(context->state, &input[i]); in PHP_RIPEMD256Update()
477 RIPEMD160Transform(context->state, &input[i]); in PHP_RIPEMD160Update()
585 RIPEMD320Transform(context->state, &input[i]); in PHP_RIPEMD320Update()
609 static void RIPEMDEncode(unsigned char *output, uint32_t *input, unsigned int len) in RIPEMDEncode() argument
614 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in RIPEMDEncode()
615 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in RIPEMDEncode()
616 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in RIPEMDEncode()
[all …]
/PHP-7.3/tests/basic/
H A Denable_post_data_reading_01.phpt13 var_dump(file_get_contents("php://input"));
14 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_04.phpt14 var_dump(file_get_contents("php://input"));
15 var_dump(file_get_contents("php://input"));
/PHP-7.3/ext/iconv/tests/
H A Dbug48147.phpt18 Notice: iconv(): Detected an illegal character in input string in %s on line %d
22 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d
26 Notice: iconv(): Detected an incomplete multibyte character in input string in %s on line %d

Completed in 39 milliseconds

12345678910>>...38