Home
last modified time | relevance | path

Searched refs:input (Results 501 – 525 of 690) sorted by relevance

1...<<2122232425262728

/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt32 // loop through each element of the array for input
H A Darray_shuffle_basic.phpt2 array_shuffle(): Test return type and value for expected input
H A Darray_merge_variation1.phpt90 foreach($inputs as $input) {
92 var_dump( array_merge($input, $arr2) );
H A Darray_merge_variation2.phpt90 foreach($inputs as $input) {
92 var_dump( array_merge($arr1, $input) );
H A Darray_walk_basic1.phpt5 /* Prototype : bool array_walk(array $input, string $funcname [, mixed $userdata])
H A Darray_walk_recursive_basic1.phpt5 /* Prototype : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
H A Deach_variation1.phpt88 foreach($inputs as $input) {
90 var_dump( each($input) );
H A Darray_diff_assoc_variation1.phpt93 foreach($inputs as $input) {
95 var_dump( array_diff_assoc($input, $array));
H A Darray_diff_assoc_variation2.phpt93 foreach($inputs as $input) {
95 var_dump( array_diff_assoc($array, $input));
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation1.phpt23 "\T", //invalid input
26 "\N", //invalid input
H A Dstrripos_variation1.phpt23 "\T", //invalid input
26 "\N", //invalid input
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt43 function base64_encode_array($input) {
44 foreach ($input as $var) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt88 echo "\n*** Testing debug_zval_dump() on miscelleneous input arguments ***\n";
186 *** Testing debug_zval_dump() on miscelleneous input arguments ***
/PHP-7.4/ext/soap/tests/
H A Dcustom_content_type.phpt22 $content = trim(file_get_contents("php://input")) . PHP_EOL;
H A Dserver029.phpt24 echo file_get_contents("php://input") . "\n";
/PHP-7.4/ext/xml/tests/
H A Dxml003.phpt62 die("could not open XML input");
H A Dxml001.phpt21 die("could not open XML input");
H A Dxml002.phpt63 die("could not open XML input");
/PHP-7.4/ext/standard/tests/file/
H A Ddisk_free_space_error-win32.phpt31 var_dump( disk_free_space( $file_path."/disk_free_space.tmp" )); // file input instead of directory
/PHP-7.4/ext/pcre/tests/
H A Dpreg_grep_error1.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_grep_basic.phpt6 * proto array preg_grep(string regex, array input [, int flags])
/PHP-7.4/build/
H A Dax_check_compile_flag.m422 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt98 foreach($inputs as $input) {
100 var_dump( scandir($dir, $sorting_order, $input) );
/PHP-7.4/ext/ftp/
H A Dftp.h167 int ftp_mlsd_parse_line(HashTable *ht, const char *input);

Completed in 39 milliseconds

1...<<2122232425262728