3v4l.org

run code in 300+ PHP versions simultaneously
<?php // declare(strict_types=1); # Rimuovi il commento per vedere cosa accade dichiarando i tipi come strict function printIntValue(int $value) { var_dump($value); } printIntValue(5.9);

preferences:
28.99 ms | 402 KiB | 5 Q