3v4l.org

run code in 500+ PHP versions simultaneously
<?php class X { public int $p; } $x = new X; $x->p = PHP_INT_MIN; --$x->p; ?>
Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.21, 8.5.0 - 8.5.6
Fatal error: Uncaught TypeError: Cannot decrement property X::$p of type int past its minimal value in /in/b6JKa:10 Stack trace: #0 {main} thrown in /in/b6JKa on line 10
Process exited with code 255.

preferences:
33.12 ms | 863 KiB | 4 Q