/PHP-7.4/ext/standard/tests/math/ |
H A D | atan2_basic.phpt | 9 2.345e1, 10 -2.345e1, 15 "2.345e1", 22 2.345e1, 23 -2.345e1, 28 "2.345e1", 50 Y:23 X:2.345e1 float(0.77571063007847) 146 Y:2.345e1 X:2.345e1 float(0.78539816339745) 147 Y:2.345e1 X: float(1.5707963267949) 158 Y: X:2.345e1 float(0) [all …]
|
H A D | hypot_basic.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1", 31 3.345e1, 32 -3.345e1, 37 "1.345e1", 295 Y:2.345e1 X:1.345e1 float(27.033405260899) 297 Y:2.345e1 X:33abc 301 Y:2.345e1 X: float(23.45) 305 Y:2.345e1 X: float(23.45) [all …]
|
H A D | abs_basic.phpt | 16 2.345e1, 17 -2.345e1, 23 "2.345e1", 24 "-2.345e1",
|
H A D | log1p_basic.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1", 67 -- log1p 2.345e1 --
|
H A D | is_nan_basic.phpt | 7 23.45e1, 8 -23.45e1, 13 "23.45e1",
|
H A D | is_finite_basic.phpt | 7 23.45e1, 8 -23.45e1, 13 "23.45e1",
|
H A D | is_infinite_basic.phpt | 7 23.45e1, 8 -23.45e1, 13 "23.45e1",
|
H A D | round_basic.phpt | 33 "2.1e1", 59 ...with precision 2.1e1-> float(123456789) 72 ...with precision 2.1e1-> float(123.456789) 85 ...with precision 2.1e1-> float(-4.5679123) 98 ...with precision 2.1e1-> float(12300) 111 ...with precision 2.1e1-> float(-4567) 124 ...with precision 2.1e1-> float(2311527) 137 ...with precision 2.1e1-> float(14680063) 150 ...with precision 2.1e1-> float(1.234567) 163 ...with precision 2.1e1-> float(234567890)
|
H A D | fmod_basic.phpt | 9 23.45e1, 10 -23.45e1, 15 "23.45e1", 22 2.3e1, 23 -2.3e1, 28 "2.3e1",
|
H A D | deg2rad_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | tan_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | acosh_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | asinh_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | atan_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | cos_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | cosh_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | log10_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | log_basic.phpt | 9 2.345e1, 10 -2.345e1, 15 "2.345e1",
|
H A D | rad2deg_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | sin_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | sinh_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
H A D | tanh_variation.phpt | 17 2.345e1, 18 -2.345e1, 23 "2.345e1",
|
/PHP-7.4/Zend/tests/ |
H A D | bug78379_2.phpt | 7 $e1 = new E; 10 $e1->a = (object)$a; 11 $e2->e1 = $e1;
|
H A D | switch_on_numeric_strings.phpt | 15 case "1e1": return "1e1"; 23 var_dump(test("1e1"));
|
/PHP-7.4/main/ |
H A D | php_ticks.c | 46 struct st_tick_function *e1 = (struct st_tick_function *)elem1; in php_compare_tick_functions() local 48 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
|