Archived
What does this code display?
<?php
echo $a?->b() ?? 'test';
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP
What does this code display?
<?php
echo $a?->b() ?? 'test';