<?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);
You have javascript disabled. You will not be able to edit any code.