--TEST-- BcMath\Number floor() --EXTENSIONS-- bcmath --FILE-- floor(); if ($method_ret->compare($func_ret) !== 0) { echo "Result is incorrect.\n"; var_dump($num, $func_ret, $method_ret); } } echo 'done!'; ?> --EXPECT-- done!