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