Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
spaceship_02.php
blob: 46c00d7078b3e32e7b64f8d1a426942c5cd7acdb [
file
]
<?
php
function
order_func
(
$a
,
$b
)
{
return
$a
<=>
$b
;
}