3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); function example($foo) { print trim($foo); } // Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, bool given. example(false);

preferences:
13.58 ms | 404 KiB | 5 Q