1 line
83 B
PHP
Raw Normal View History

<?php if($foo) { return $foo; } elseif($foo) { return $foo; } else { return $foo; }