This website requires JavaScript.
Explore
Help
Sign In
mimir
/
zlibproxy
Watch
1
Star
0
Fork
0
You've already forked zlibproxy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
60e0273d25
zlibproxy
/
test.php
5 lines
69 B
PHP
Raw
Normal View
History
Unescape
Escape
first
2023-01-02 19:56:44 +08:00
<
?
php
1.2.2
2024-06-21 20:30:44 +08:00
$a
=
array
(
"
a
"
=>
"
red
"
,
"
b
"
=>
"
green
"
);
$a
[
'c'
]
=
"
1
"
;
print_r
(
$a
);
?>
Reference in New Issue
Copy Permalink