Home
last modified time | relevance | path

Searched refs:input (Results 251 – 275 of 690) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/array/
H A Darray_push_variation6.phpt97 foreach($inputs as $key => $input) {
100 var_dump(count($input));
102 var_dump( array_push($input, $var) );
H A Darray_column_variant.phpt17 echo "-- pass null as second parameter and no third param to get back array_values(input) --\n";
64 -- pass null as second parameter and no third param to get back array_values(input) --
H A Darray_merge_variation4.phpt29 // arrays with keys as different data types to be passed as $input
101 foreach($inputs as $key => $input) {
103 var_dump( array_merge($input, $arr) );
104 var_dump( array_merge($arr, $input) );
H A Darray_chunk_variation4.phpt12 * Testing array_chunk() function - input array containing different sub arrays
19 // input array
H A Darray_fill_keys_variation2.phpt41 echo "\n-- Testing array_fill_keys() function with reference array input --\n";
74 -- Testing array_fill_keys() function with reference array input --
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt2 SplFileObject::fwrite function - writing with two parameters length < input string length
H A DSplFileObject_fwrite_variation_002.phpt2 SplFileObject::fwrite function - writing with two parameters, length > input string length
/PHP-7.4/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
H A Dstrptime_basic.phpt22 $input = "10:00:00 AM July 2 1963";
23 $tstamp = strtotime($input);
H A Dstrptime_parts.phpt22 $input = "10:01:20 AM July 2 1963";
23 $tstamp = strtotime($input);
/PHP-7.4/ext/standard/tests/math/
H A Dfloor_variation1.phpt68 foreach($inputs as $input) {
70 var_dump(floor($input));
H A Dceil_variation1.phpt68 foreach($inputs as $input) {
70 var_dump(ceil($input));
/PHP-7.4/ext/readline/tests/
H A Dreadline_without_input.phpt2 readline() function - without input
/PHP-7.4/ext/hash/tests/
H A Dbug73127.phpt2 Bug #73127 (gost-crypto hash incorrect if input data contains long 0xFF sequence)
/PHP-7.4/tests/lang/
H A Dbug71897.phpt13 Warning: Unexpected character in input: '%s' (ASCII=127) state=0 in %s(%d) : eval()'d code on line…
/PHP-7.4/ext/hash/
H A Dhash_sha3.c213 const unsigned char* input, \
215 PHP_SHA3_Update(ctx, input, inputLen, \
259 const unsigned char* input, \
261 Keccak_HashUpdate((Keccak_HashInstance *)ctx->hashinstance, input, inputLen * 8); \
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.h46 xmlParserInputBufferPtr input; member
/PHP-7.4/ext/standard/tests/file/
H A Dbug26615.phpt2 Bug #26615 (exec crash on long input lines)
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_basic_002.phpt2 preg_match() single line match with multi-line input
/PHP-7.4/ext/json/tests/
H A Dbug41067.phpt2 Bug #41067 (json_encode() problem with UTF-16 input)
/PHP-7.4/ext/iconv/tests/
H A Dbug53891.phpt11 'input-charset' => 'utf-8',
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61038.phpt20 Warning: unpack(): Type a: not enough input, need 6, have 5 in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_02.phpt2 Bug #60455: stream_get_line and 1-line followed by eol input
/PHP-7.4/Zend/tests/
H A Dinclude_fail_during_read.phpt10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
/PHP-7.4/ext/session/tests/
H A Dsession_cache_limiter_error.phpt85 foreach($inputs as $input) {
87 var_dump(session_cache_limiter($input));

Completed in 78 milliseconds

1...<<11121314151617181920>>...28