mirror of
https://gitlab.com/CodeSolutionsProject/CodeGuide
synced 2026-02-14 09:01:35 +01:00
Initial commit
This commit is contained in:
8
langs/php/basic.json
Normal file
8
langs/php/basic.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"array": "$var = array(1,2,3,'texto');",
|
||||
"variable": [
|
||||
"// It cannot be do",
|
||||
"$a = 5;",
|
||||
"$b = 6;"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user