Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
ternaryOperator.php
blob: 013cff16834f939e9182b334f932ef530e2efb4b [
file
]
<?
php $a
=
$newValue
?
:
$defaultValue
;
?>