php-src/ext/standard/tests/math/bug30069.phpt

10 lines
134 B
Plaintext
Raw Normal View History

2004-09-15 13:54:16 +00:00
--TEST--
Bug #30069 (floats as strings used in calculations do not work)
--FILE--
<?php
echo ".1" * "2";
echo "\n";
?>
--EXPECT--
0.2