Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...26

/php-src/ext/opcache/jit/ir/
H A Dir_save.c46 ir_ref k, i, *p, use_ref, input; in ir_save_dessa_moves() local
60 input = ir_insn_op(use_insn, k); in ir_save_dessa_moves()
61 if (IR_IS_CONST_REF(input)) { in ir_save_dessa_moves()
62 fprintf(f, "\t# DESSA MOV c_%d", -input); in ir_save_dessa_moves()
63 } else if (ctx->vregs[input] != ctx->vregs[use_ref]) { in ir_save_dessa_moves()
64 fprintf(f, "\t# DESSA MOV d_%d {R%d}", input, ctx->vregs[input]); in ir_save_dessa_moves()
72 fprintf(f, " {%%%s%s}", ir_reg_name(IR_REG_NUM(reg), ctx->ir_base[input].type), in ir_save_dessa_moves()
/php-src/ext/pcre/tests/
H A Dbug75089.phpt2 Bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)
H A Dpreg_match_basic_002.phpt2 preg_match() single line match with multi-line input
/php-src/ext/date/tests/
H A Dbug71889.phpt2 Bug #71889 (DateInterval::format segfault on '%' input)
H A Dtime_basic.phpt2 Test return type and value for expected input time()
/php-src/ext/opcache/tests/jit/
H A Dmatch_003.phpt2 JIT Match: 003 impossible input
/php-src/ext/standard/tests/array/
H A Darray_shift_variation2.phpt105 foreach($inputs as $key => $input) {
107 var_dump( array_shift($input) );
108 var_dump($input);
H A Dnatcasesort_variation11.phpt88 foreach($inputs as $input) {
90 var_dump( natcasesort($input) );
91 var_dump($input);
H A Darray_fill_keys_variation2.phpt35 echo "\n-- Testing array_fill_keys() function with reference array input --\n";
68 -- Testing array_fill_keys() function with reference array input --
/php-src/ext/standard/tests/strings/
H A Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/php-src/tests/lang/
H A Dbug25145.phpt2 Bug #25145 (SEGV on receipt of form input with name like "123[]")
/php-src/ext/session/tests/
H A Dsession_encode_error2.phpt31 foreach($inputs as $input) {
35 $_SESSION[$input] = "Hello World!";
/php-src/ext/standard/tests/math/
H A Ddecbin_variation1.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(decbin($input));
H A Ddecbin_variation1_64bit.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(decbin($input));
H A Ddechex_variation1.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(dechex($input));
H A Ddechex_variation1_64bit.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(dechex($input));
H A Ddecoct_variation1.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(decoct($input));
H A Ddecoct_variation1_64bit.phpt37 foreach ($inputs as $i => $input) {
41 var_dump(decoct($input));
H A Dsqrt_basic.phpt2 Test return type and value for expected input sqrt()
/php-src/ext/gd/tests/
H A Dgh10614.phpt12 $input = imagecreatefrompng(__DIR__ . '/gh10614.png');
16 $output = imagerotate($input, $angle, 0);
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.h126 int phpdbg_delete_var_watchpoint(char *input, size_t len);
127 int phpdbg_create_var_watchpoint(char *input, size_t len);
/php-src/ext/filter/tests/
H A Dfilter_input_array_001.phpt2 filter_input_array: test FILTER_NULL_ON_FAILURE option does not affect general result on empty input
/php-src/ext/hash/
H A Dhash_tiger.c194 PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned char *input, size_t len) in PHP_TIGERUpdate() argument
197 memcpy(&context->buffer[context->length], input, len); in PHP_TIGERUpdate()
204 memcpy(&context->buffer[context->length], input, i); in PHP_TIGERUpdate()
211 memcpy(context->buffer, &input[i], 64); in PHP_TIGERUpdate()
216 memcpy(context->buffer, &input[i], r); in PHP_TIGERUpdate()
/php-src/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);

Completed in 30 milliseconds

1...<<11121314151617181920>>...26