File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ $constants = array(
22
22
"M_SQRT3 "
23
23
);
24
24
foreach ($ constants as $ constant ) {
25
- printf ("%-10s: %.14s \n" , $ constant , constant ($ constant ));
25
+ printf ("%-10s: %s \n" , $ constant , constant ($ constant ));
26
26
}
27
27
?>
28
- --EXPECT --
29
- M_E : 2.718281828459
30
- M_LOG2E : 1.442695040889
31
- M_LOG10E : 0.434294481903
32
- M_LN2 : 0.693147180559
33
- M_LN10 : 2.302585092994
34
- M_PI : 3.141592653589
35
- M_PI_2 : 1.570796326794
36
- M_PI_4 : 0.785398163397
37
- M_1_PI : 0.318309886183
38
- M_2_PI : 0.636619772367
39
- M_SQRTPI : 1.772453850905
40
- M_2_SQRTPI: 1.128379167095
41
- M_LNPI : 1.144729885849
42
- M_EULER : 0.577215664901
43
- M_SQRT2 : 1.414213562373
44
- M_SQRT1_2 : 0.707106781186
45
- M_SQRT3 : 1.732050807568
28
+ --EXPECTREGEX --
29
+ M_E : 2.718281[0-9]*
30
+ M_LOG2E : 1.442695[0-9]*
31
+ M_LOG10E : 0.434294[0-9]*
32
+ M_LN2 : 0.693147[0-9]*
33
+ M_LN10 : 2.302585[0-9]*
34
+ M_PI : 3.141592[0-9]*
35
+ M_PI_2 : 1.570796[0-9]*
36
+ M_PI_4 : 0.785398[0-9]*
37
+ M_1_PI : 0.318309[0-9]*
38
+ M_2_PI : 0.636619[0-9]*
39
+ M_SQRTPI : 1.772453[0-9]*
40
+ M_2_SQRTPI: 1.128379[0-9]*
41
+ M_LNPI : 1.144729[0-9]*
42
+ M_EULER : 0.577215[0-9]*
43
+ M_SQRT2 : 1.414213[0-9]*
44
+ M_SQRT1_2 : 0.707106[0-9]*
45
+ M_SQRT3 : 1.732050[0-9]*
46
46
You can’t perform that action at this time.
0 commit comments