3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('MY_CONST', false); function constantExpressionInDefault( int $a = MY_CONST ? 10 : NULL) {} function constantExpressionInDefaultWithRequiredAfter( int $a = MY_CONST ? 10 : NULL, $b) {}

preferences:
27.63 ms | 404 KiB | 5 Q