Home
last modified time | relevance | path

Searched refs:input (Results 401 – 425 of 690) sorted by relevance

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

/PHP-7.4/ext/standard/tests/math/
H A Dsinh_basic.phpt2 Test return type and value for expected input sinh()
H A Dsqrt_variation.phpt13 //Test sqrt with a different input values
H A Dtanh_basic.phpt2 Test return type and value for expected input tanh()
H A Dacos_basic.phpt2 Test return type and value for expected input acos()
H A Dasin_basic.phpt2 Test return type and value for expected input asin()
H A Ddeg2rad_basic.phpt2 Test return type and value for expected input deg2rad()
H A Drad2deg_basic.phpt2 Test return type and value for expected input rad2deg()
/PHP-7.4/sapi/cli/tests/
H A D007.phpt48 string(33) "Could not open input file: wrong
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1002 char *input; in do_cli() local
1011 while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) { in do_cli()
1012 len = strlen(input); in do_cli()
1013 while (len > 0 && len-- && (input[len]=='\n' || input[len]=='\r')) { in do_cli()
1014 input[len] = '\0'; in do_cli()
1016 ZVAL_STRINGL(&argn, input, len + 1); in do_cli()
1035 efree(input); in do_cli()
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_repeat.phpt7 /* Prototype: string str_repeat ( string $input, int $multiplier );
8 Description: Returns input repeated multiplier times. multiplier has to be
29 foreach($variations as $input) {
30 echo "\n--- str_repeat() of '$input' ---\n" ;
33 echo str_repeat($input, $n)."\n";
40 foreach ( $variations as $input ) {
41 echo "\n--- str_repeat() of '$input' ---\n" ;
44 var_dump( str_repeat($input, $multiplier) );
58 var_dump( str_repeat($input[0]) ); // args < expected
59 var_dump( str_repeat($input[0], 3, 4) ); // args > expected
[all …]
H A Dsetlocale_basic2.phpt21 /* Test the setlocale() when an array is provided as input containing list of locales */
48 input to setlocale() */
85 // given as input to setlocale(), later verify the new locale setting by
H A Dstrncasecmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dstrncmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
/PHP-7.4/ext/oci8/tests/
H A Dbug71148.phpt39 // Test 1: Bind input parameter in a local function
44 echo "Test 1: Bind input parameter in a local function\n";
163 Test 1: Bind input parameter in a local function
/PHP-7.4/ext/standard/tests/array/
H A Darray_uintersect_basic.phpt2 array_uintersect(): Test return type and value for expected input
H A Darray_product_variation1.phpt5 /* Prototype : mixed array_product(array input)
H A Darray_udiff_assoc_basic.phpt2 array_udiff_assoc(): Test return type and value for expected input
H A Darray_uintersect_uassoc_basic.phpt2 array_uintersect_uassoc(): Test return type and value for expected input
H A Darray_udiff_uassoc_basic.phpt2 array_udiff_uassoc(): Test return type and value for expected input
/PHP-7.4/ext/pcre/tests/
H A Dbug44925.phpt2 Bug #44925 (preg_grep() modifies input array)
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt57 foreach($inputs as $key => $input) {
60 var_dump( $$handle = @fopen($dir_path . "私はガラスを食べられます$input.tmp", 'w') );
H A Dreaddir_variation4.phpt51 foreach($inputs as $key => $input) {
54 var_dump( $$handle = fopen(@"$dir_path$input.tmp", 'w') );
/PHP-7.4/ext/standard/tests/file/
H A Dis_writable_variation2.phpt32 echo "\n*** Testing miscelleneous input for is_writable() function ***\n";
86 *** Testing miscelleneous input for is_writable() function ***
H A Dfileinode_variation.phpt80 echo "-- Testing with binary input --\n";
109 -- Testing with binary input --
/PHP-7.4/ext/hash/tests/
H A Dhash_hkdf_edges.phpt13 $ikm = 'input key material';

Completed in 34 milliseconds

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