Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...34

/PHP-5.5/ext/standard/tests/math/
H A Dlog10_variation.phpt13 //Test log10 with a different input values
H A Dsin_variation.phpt13 //Test sin with a different input values
H A Dsinh_variation.phpt13 //Test sinh with a different input values
H A Dasin_variation.phpt13 //Test asin with a different input values
H A Datanh_variation.phpt13 //Test atanh with a different input values
H A Dcosh_basic.phpt2 Test return type and value for expected input cosh()
H A Dlog10_basic.phpt2 Test return type and value for expected input log10()
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_variation.phpt13 //Test acos with a different input values
H A Dsinh_basic.phpt2 Test return type and value for expected input sinh()
H A Dexp_variation1.phpt83 foreach($inputs as $input) {
85 var_dump(exp($input));
H A Dfmod_variation2.phpt80 foreach($inputs as $input) {
82 var_dump(fmod(123456, $input));
H A Dis_infinite_variation1.phpt80 foreach($inputs as $input) {
82 var_dump(is_infinite($input));
H A Dis_nan_variation1.phpt80 foreach($inputs as $input) {
82 var_dump(is_nan($input));
/PHP-5.5/ext/standard/tests/strings/
H A Dpack_Z.phpt20 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
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 Dchop_basic.phpt26 // Calling chop() with the charlist not present at the end of input string
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation4.phpt5 /* Prototype : mixed array_sum(array $input)
H A Darray_uintersect_assoc_basic.phpt2 array_uintersect_assoc(): Test return type and value for expected input
H A Darray_reduce_variation3.phpt5 /* Prototype : mixed array_reduce(array input, mixed callback [, int initial])
H A Darray_udiff_basic.phpt2 array_udiff():Test return type and value for expected input
/PHP-5.5/sapi/cli/tests/
H A D011.phpt52 string(40) "Could not open input file: some.unknown
H A D007.phpt48 string(33) "Could not open input file: wrong
/PHP-5.5/ext/filter/
H A Dlogical_filters.c784 char *input = Z_STRVAL_P(value); in php_filter_validate_mac() local
806 } else if (17 == input_len && input[2] == '-') { in php_filter_validate_mac()
811 } else if (17 == input_len && input[2] == ':') { in php_filter_validate_mac()
831 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
835 if (php_filter_parse_hex(input + offset, length, &ret TSRMLS_CC) < 0) { in php_filter_validate_mac()

Completed in 40 milliseconds

1...<<11121314151617181920>>...34