<?php define('MY_CONST', false); function constantExpressionInDefault( int $a = MY_CONST ? 10 : NULL) {} function constantExpressionInDefaultWithRequiredAfter( int $a = MY_CONST ? 10 : NULL, $b) {}
You have javascript disabled. You will not be able to edit any code.