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