Sign in
apache
/
netbeans
/
refs/heads/release121
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
arrays1.php
blob: 9fc81466f98c6b2bcf831a859c42e9056fe2acc1 [
file
] [
log
] [
blame
]
<?
php
$test
=
array
(
'test1'
=>
"passed"
,^
'test2'
=>
"failed"
);
?>