Home
last modified time | relevance | path

Searched refs:value (Results 476 – 500 of 2100) sorted by last modified time

1...<<11121314151617181920>>...84

/PHP-5.5/ext/standard/tests/math/
H A Dbug25665.phpt6 if ($OS == 'SUNOS' || $OS == 'SOLARIS') die("SKIP Solaris acos() returns wrong value");
H A Dcosh_variation.phpt52 Notice: A non well formed numeric value encountered in %s on line %d
H A Ddecbin_error.phpt13 * when the value of number is close to zero.
H A Ddeg2rad_basic.phpt2 Test return type and value for expected input deg2rad()
H A Ddeg2rad_variation.phpt52 Notice: A non well formed numeric value encountered in %s on line %d
H A Dexp_basic.phpt23 foreach($values as $value) {
25 var_dump(exp($value));
H A Dabs_basic.phpt8 * Description: Returns the absolute value of number.
H A Dabs_error.phpt6 * Description: Returns the absolute value of number.
H A Dabs_variation.phpt6 * Description: Returns the absolute value of number.
H A Dacos_basic.phpt2 Test return type and value for expected input acos()
H A Dacos_variation.phpt52 Notice: A non well formed numeric value encountered in %s on line %d
H A Dacosh_basic.phpt2 Test return type and value for expected input acosh()
H A Dacosh_variation.phpt52 Notice: A non well formed numeric value encountered in %s on line %d
H A Dasin_basic.phpt2 Test return type and value for expected input asin()
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_basic_64bit.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_error.phpt6 * Description: Calculate the hash value needed by EZMLM.
H A Dmail_include.inc63 foreach($mailboxes as $value) {
64 if ($value->name == $mailbox) {
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt27 foreach ($arr as $key => $value) {
28 echo "$key - length: ". strlen($value) ."; md5: " . md5($value) . "\n" ;
H A Dgetimagesize_variation1.phpt86 -- Arg value: 0 --
90 -- Arg value: 1 --
94 -- Arg value: 12345 --
98 -- Arg value: -2345 --
102 -- Arg value: 10.5 --
142 -- Arg value: NULL --
146 -- Arg value: null --
150 -- Arg value: true --
158 -- Arg value: TRUE --
166 -- Arg value: "" --
[all …]
H A Dgetimagesize_variation2.phpt93 -- Arg value 0 --
96 -- Arg value 1 --
99 -- Arg value 12345 --
102 -- Arg value -2345 --
105 -- Arg value 10.5 --
135 -- Arg value NULL --
138 -- Arg value null --
141 -- Arg value true --
147 -- Arg value TRUE --
153 -- Arg value "" --
[all …]
H A Dimage_type_to_mime_type_variation1.phpt69 foreach($values as $value) {
71 var_dump( image_type_to_mime_type($value) );
H A Dimage_type_to_mime_type_variation2.phpt35 foreach($values as $value) {
37 var_dump( image_type_to_mime_type($value) );
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt19 -2147483648, // max negative integer value
21 2147483647, // max positive integer value
58 -2147483649, // float value
59 2147483648, // float value
60 -0x80000001, // float value, beyond max negative int
61 0x800000001, // float value, beyond max positive int
62 020000000001, // float value, beyond max positive int
63 -020000000001, // float value, beyond max negative int
H A Dis_int_64bit.phpt21 -2147483648, // max negative integer value
23 2147483647, // max positive integer value
60 -2147483649, // float value
61 2147483648, // float value
62 -0x80000001, // float value, beyond max negative int
63 0x800000001, // float value, beyond max positive int
64 020000000001, // float value, beyond max positive int
65 -020000000001, // float value, beyond max negative int

Completed in 37 milliseconds

1...<<11121314151617181920>>...84