Home
last modified time | relevance | path

Searched refs:input (Results 451 – 475 of 690) sorted by relevance

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

/PHP-7.4/ext/standard/tests/array/
H A Deach_variation3.phpt98 foreach($inputs as $key => $input) {
100 var_dump( each($input) );
H A Darray_sum_variation2.phpt5 /* Prototype : mixed array_sum(array &input)
/PHP-7.4/ext/standard/tests/math/
H A Dhexdec_variation1.phpt78 foreach($inputs as $input) {
80 var_dump(hexdec($input));
H A Dbindec_variation1.phpt74 foreach($inputs as $input) {
76 var_dump(bindec($input));
H A Dbindec_variation1_64bit.phpt74 foreach($inputs as $input) {
76 var_dump(bindec($input));
H A Dhexdec_variation1_64bit.phpt78 foreach($inputs as $input) {
80 var_dump(hexdec($input));
H A Doctdec_variation1.phpt74 foreach($inputs as $input) {
76 var_dump(octdec($input));
/PHP-7.4/ext/standard/tests/strings/
H A Dmd5_file.phpt53 /* Hexadecimal Output for Empty file as input */
57 /* Raw Binary Output for Empty file as input */
H A Dexplode1.phpt43 echo "\n*** Testing explode() with miscelleneous input arguments ***\n";
59 echo "\n*** Testing explode() with string variations as input argument ***\n";
319 *** Testing explode() with miscelleneous input arguments ***
445 *** Testing explode() with string variations as input argument ***
H A Dsscanf_basic6.phpt13 * Description: Parses input from a string according to a format
H A Dsscanf_error.phpt7 * Description: Parses input from a string according to a format
H A Dstrrpos_variation1.phpt23 "\T", //invalid input
26 "\N", //invalid input
H A Dstr_pad.phpt19 echo "\n#### variations with input string and pad-length ####\n";
20 /* different input string variation */
89 #### variations with input string and pad-length ####
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_array.phpt32 function base64_encode_array($input) {
33 foreach ($input as $var) {
H A Dmb_parse_str.phpt6 arg_separator.input=&
/PHP-7.4/main/
H A Dphp_globals.h52 char *input; member
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt60 No input file specified.
/PHP-7.4/ext/oci8/tests/
H A Dbug37581.phpt2 Bug #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC)
/PHP-7.4/ext/standard/tests/file/
H A Ddisk_total_space_error.phpt30 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
/PHP-7.4/ext/pcre/
H A Dphp_pcre.h54 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt2 Bug #69900 Commandline input/output weird behaviour with STDIO
/PHP-7.4/ext/ftp/
H A Dftp.c722 ftp_mlsd_parse_line(HashTable *ht, const char *input) { in ftp_mlsd_parse_line() argument
725 const char *end = input + strlen(input); in ftp_mlsd_parse_line()
727 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line()
738 while (input < end) { in ftp_mlsd_parse_line()
742 semi = memchr(input, ';', end - input); in ftp_mlsd_parse_line()
749 eq = memchr(input, '=', semi - input); in ftp_mlsd_parse_line()
756 zend_hash_str_update(ht, input, eq - input, &zstr); in ftp_mlsd_parse_line()
757 input = semi + 1; in ftp_mlsd_parse_line()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc34 int Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inputByteLe…
38 const unsigned char *curInput = input;
158 return 1; /* Too late for additional input */
219 return 1; /* Too late for additional input */
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc34 int Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inputByteLe…
38 const unsigned char *curInput = input;
158 return 1; /* Too late for additional input */
219 return 1; /* Too late for additional input */
/PHP-7.4/ext/filter/
H A Dlogical_filters.c950 char *input = Z_STRVAL_P(value); in php_filter_validate_mac() local
973 } else if (17 == input_len && input[2] == '-') { in php_filter_validate_mac()
978 } else if (17 == input_len && input[2] == ':') { in php_filter_validate_mac()
998 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
1002 if (php_filter_parse_hex(input + offset, length, &ret) < 0) { in php_filter_validate_mac()

Completed in 49 milliseconds

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