Home
last modified time | relevance | path

Searched refs:input (Results 226 – 250 of 942) sorted by relevance

12345678910>>...38

/PHP-7.2/ext/standard/tests/array/
H A Darray_change_key_case_variation3.phpt5 /* Prototype : array array_change_key_case(array $input [, int $case])
26 // arrays of different data types to be passed to $input argument
95 foreach($inputs as $key => $input) {
97 var_dump( array_change_key_case($input, CASE_UPPER) );
H A Darray_pad_variation2.phpt7 /* Prototype : array array_pad(array $input, int $pad_size, mixed $pad_value)
8 * Description: Returns a copy of input array padded with pad_value to size pad_size
15 * The $input and $pad_value arguments passed are fixed values.
20 // Initialise $input and $pad_value arguments
21 $input = array(1, 2);
86 var_dump( array_pad($input, $pad_size, $pad_value) );
H A Darray_count_values_variation.phpt5 /* Prototype : proto array array_count_values(array input)
6 * Description: Return the value as key and the frequency of that value in input as value
H A Darray_flip_variation1.phpt2 Test array_flip() function : usage variations - unexpected values for 'input' argument
5 /* Prototype : array array_flip(array $input)
10 echo "*** Testing array_flip() : usage variations - unexpected values for 'input' ***\n";
28 //array of values for 'input' argument
74 // loop through each element of $values for 'input' argument
86 *** Testing array_flip() : usage variations - unexpected values for 'input' ***
H A Darray_pad_variation1.phpt2 Test array_pad() function : usage variations - unexpected values for 'input' argument
5 /* Prototype : array array_pad(array $input, int $pad_size, mixed $pad_value)
6 * Description: Returns a copy of input array padded with pad_value to size pad_size
11 * Testing array_pad() function by passing values to $input argument other than arrays
16 echo "*** Testing array_pad() : passing non array values to \$input argument ***\n";
42 // unexpected values to be passed to $input argument
91 foreach($inputs as $input) {
93 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_size'
94 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
101 *** Testing array_pad() : passing non array values to $input argument ***
H A Darray_pad_variation6.phpt2 Test array_pad() function : usage variations - different arrays for 'input' argument
5 /* Prototype : array array_pad(array $input, int $pad_size, mixed $pad_value)
6 * Description: Returns a copy of input array padded with pad_value to size pad_size
11 * Passing different arrays to $input argument and testing whether
16 echo "*** Testing array_pad() : Passing different arrays to \$input argument ***\n";
49 // different arrays to be passed to $input argument
84 foreach($inputs as $input) {
86 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_size'
87 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
94 *** Testing array_pad() : Passing different arrays to $input argument ***
H A Darray_change_key_case_variation4.phpt5 /* Prototype : array array_change_key_case(array $input [, int $case])
16 $input = array('One' => 'un', 'TWO' => 'deux', 'three' => 'trois');
19 $temp = $input;
H A Darray_chunk_variation3.phpt16 // input array
17 $input = array(1, 2);
68 var_dump( array_chunk($input, $size, $value) );
H A Darray_change_key_case_variation1.phpt2 Test array_change_key_case() function : usage variations - Pass different data types as $input arg
5 /* Prototype : array array_change_key_case(array $input [, int $case])
11 * Pass different data types as $input argument to test behaviour of array_change_key_case()
36 // unexpected values to be passed to $input argument
87 foreach($inputs as $input) {
89 var_dump( array_change_key_case($input) );
H A Darray_slice_variation11.phpt2 Test array_slice() function : usage variations - Pass different data types as $input arg
5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
11 * Pass different arguments as $input argument to array_slice() to test behaviour
39 // unexpected values to be passed to $input argument
90 foreach($inputs as $input) {
92 var_dump( array_slice($input, $offset) );
H A Darray_slice_variation3.phpt7 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
76 foreach($inputs as $input) {
78 var_dump( array_slice($input_array, $offset, $input) );
/PHP-7.2/tests/output/
H A Dstream_isatty.inc17 'Invalid stream (php://input)' => fopen('php://input', 'wb'),
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c390 …InLane(const void *state, unsigned int lanePosition, const unsigned char *input, unsigned char *ou… in KeccakP1600_ExtractAndAddBytesInLane() argument
403 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
409 output[i] = input[i] ^ (lane & 0xFF); in KeccakP1600_ExtractAndAddBytesInLane()
417 void KeccakP1600_ExtractAndAddLanes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddLanes() argument
427 ((UINT64*)output)[i] = ((UINT64*)input)[i] ^ ((const UINT64*)state)[i]; in KeccakP1600_ExtractAndAddLanes()
431 output[i*8+j] = input[i*8+j] ^ temp[j]; in KeccakP1600_ExtractAndAddLanes()
458 void KeccakP1600_ExtractAndAddBytes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddBytes() argument
460 …SnP_ExtractAndAddBytes(state, input, output, offset, length, KeccakP1600_ExtractAndAddLanes, Kecca… in KeccakP1600_ExtractAndAddBytes()
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
/PHP-7.2/ext/mbstring/tests/
H A Dbug43998.phpt24 foreach($inputs as $input) {
26 var_dump( mb_strtolower($sourcestring, $input) );
27 var_dump( mb_strtoupper($sourcestring, $input) );
/PHP-7.2/ext/json/tests/
H A Djson_decode_basic.phpt34 foreach($inputs as $input) {
36 var_dump(json_decode($input));
37 var_dump(json_decode($input, true));
/PHP-7.2/ext/intl/tests/
H A Dtransliterator_get_error_code_error.phpt15 Warning: transliterator_get_error_code(): transliterator_get_error_code: unable to parse input para…
20 Warning: Transliterator::getErrorCode(): transliterator_get_error_code: unable to parse input param…
H A Dtransliterator_get_error_message_error.phpt15 …or_get_error_message(): transliterator_get_error_message: unable to parse input params in %s on li…
20 Warning: Transliterator::getErrorMessage(): transliterator_get_error_message: unable to parse input
/PHP-7.2/ext/standard/tests/math/
H A Dhexdec_error.phpt21 echo "\n-- Incorrect input --\n";
34 -- Incorrect input --
H A Doctdec_error.phpt21 echo "\n-- Incorrect input --\n";
35 -- Incorrect input --
/PHP-7.2/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt84 foreach($inputs as $input) {
86 var_dump(session_set_cookie_params($input));
87 var_dump(session_set_cookie_params(1234567890, $input));
88 var_dump(session_set_cookie_params(1234567890, "blah", $input));
89 var_dump(session_set_cookie_params(1234567890, "blah", "foo", $input));
90 var_dump(session_set_cookie_params(1234567890, "blah", "foo", TRUE, $input));
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
/PHP-7.2/ext/standard/tests/strings/
H A Dprint_variation1.phpt28 // array with different values for $input
73 foreach($inputs as $input) {
75 $res = print($input);
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt25 echo "\n--- Testing base64_encode() with binary string input ---\n";
48 --- Testing base64_encode() with binary string input ---
/PHP-7.2/ext/spl/tests/
H A DSplHeap_count_invalid_parameter.phpt18 foreach($data_provider as $input) {
22 var_dump($h->count($input));

Completed in 37 milliseconds

12345678910>>...38