We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6322c commit 5d5146cCopy full SHA for 5d5146c
tests/opcache.phpt
@@ -30,10 +30,10 @@ $number = $number * "-12345.6789";
30
var_dump($number);
31
32
?>
33
---EXPECT--
34
-object(Decimal\Rational)#3 (2) {
+--EXPECTF--
+object(Decimal\Rational)#%d (2) {
35
["num"]=>
36
string(75) "426397624393172957537541485031321559583108704527981359123508334688202542589"
37
["den"]=>
38
string(81) "100000000000000000000000000000000000000000000000000000000000000000000000000000000"
39
-}
+}
0 commit comments