3v4l.org

run code in 300+ PHP versions simultaneously
<?php $paperType = 'bond'; $description = 'Paper: ' . ( ($paperType == 'bond') ? 'Bond' : 'Other' ); var_dump($description);

preferences:
35.62 ms | 402 KiB | 5 Q