Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_variation2.phpt109 foreach($inputs as $input) {
111 var_dump( natcasesort($input) );
112 var_dump($input);
H A Darray_shift_variation2.phpt110 foreach($inputs as $key => $input) {
112 var_dump( array_shift($input) );
113 var_dump($input);
H A Darray_shift_variation3.phpt97 foreach($inputs as $key => $input) {
99 var_dump( array_shift($input) );
100 var_dump($input);
H A Dbug30833.phpt2 Bug #30833 (array_count_values() modifies input array)
H A Dnatcasesort_variation11.phpt105 foreach($inputs as $input) {
107 var_dump( natcasesort($input) );
108 var_dump($input);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic2.phpt31 foreach ($inputs as $lang => $input) {
36 var_dump(mb_encode_mimeheader($input, $outEncoding, 'B'));
38 var_dump(mb_encode_mimeheader($input, $outEncoding, 'Q'));
H A Dmb_strrpos_variation5.phpt31 foreach ($inputs as $type => $input) {
34 var_dump(mb_strrpos($string_mb, $needle_mb, $input, 'utf-8'));
36 var_dump(mb_strrpos($string_mb, $needle_mb, $input));
/PHP-7.4/ext/mbstring/
H A Dmbstring.h120 const char *input, size_t length,
122 MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length,
131 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc);
/PHP-7.4/tests/basic/
H A Drfc1867_malicious_input.phpt2 rfc1867 malicious input
/PHP-7.4/ext/hash/
H A Dhash_tiger.c196 PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned char *input, size_t len) in PHP_TIGERUpdate() argument
199 memcpy(&context->buffer[context->length], input, len); in PHP_TIGERUpdate()
206 memcpy(&context->buffer[context->length], input, i); in PHP_TIGERUpdate()
213 memcpy(context->buffer, &input[i], 64); in PHP_TIGERUpdate()
218 memcpy(context->buffer, &input[i], r); in PHP_TIGERUpdate()
H A Dphp_hash_tiger.h33 PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned char *input, size_t len);
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c597 unsigned char input[BUFSIZ];
603 input[i++] = c;
604 input[i] = '\0';
606 printf ("input : %d bytes\n", strlen ((const char *) input));
607 printf ("output: %d bytes\n", strwidth (input));
610 any2eucjp (output, input, BUFSIZ);
/PHP-7.4/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt85 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
86 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
101 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
115 <form method="get"><input type="hidden" name="PHPSESSID" value="testid" /> </form>
116 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
H A Descapeshellarg_variation1-win32.phpt71 foreach($inputs as $input) {
73 var_dump(escapeshellarg($input));
H A Descapeshellarg_variation1.phpt71 foreach($inputs as $input) {
73 var_dump(escapeshellarg($input));
/PHP-7.4/ext/intl/tests/
H A Dintl_get_error_message.phpt21 collator_get_locale: unable to parse input params: U_ILLEGAL_ARGUMENT_ERROR
/PHP-7.4/ext/session/tests/
H A Dsession_cache_expire_error.phpt85 foreach($inputs as $input) {
87 var_dump(session_cache_expire($input));
/PHP-7.4/tests/output/
H A Dsapi_windows_vt100_support.inc40 'Invalid stream (php://input)' => fopen('php://input', 'wb'),
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h133 int phpdbg_delete_var_watchpoint(char *input, size_t len);
134 int phpdbg_create_var_watchpoint(char *input, size_t len);
/PHP-7.4/ext/filter/tests/
H A Dbug7715.phpt2 bug 7715, floats value with integer or incomplete input
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-SnP.h36 void KeccakP1600_ExtractAndAddBytes(const void *state, const unsigned char *input, unsigned char *o…
/PHP-7.4/ext/standard/tests/strings/
H A Dbug40915.phpt2 Bug #40915 (addcslashes unexpected behavior with binary input)
/PHP-7.4/ext/iconv/tests/
H A Dbug52211.phpt16 Notice: iconv(): Detected an illegal character in input string in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
/PHP-7.4/ext/libxml/tests/
H A Dbug63389.phpt7 $fp = fopen("php://input", "r");

Completed in 46 milliseconds

12345678910>>...28