<?php declare(strict_types=1); var_dump( floor(3), gettype(floor(3)), floor(log(1000, 10)), gettype(floor(log(1000, 10))) );
You have javascript disabled. You will not be able to edit any code.