This website requires JavaScript.
Explore
Help
Sign In
tuzikuz
/
php
Watch
1
Star
0
Fork
You've already forked php
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
php
/
lang
/
var.php
15 lines
112 B
PHP
Raw
Permalink
Blame
History
<
?
php
$var
=
"
String var
"
;
enum
Enumeration
{
case
One
;
case
Two
;
case
Tree
;
}
$array
=
[];
?>
Reference in New Issue
View Git Blame
Copy Permalink