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