Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
formatting
/
arrays1.php
blob: d36269f28b01635ec35cab2364cdcfd3ed7da7e8 [
file
] [
log
] [
blame
]
<?
php
$test
=
array
(
'test1'
=>
"passed"
,
'test2'
=>
"failed"
);
?>