mirror of
https://gitlab.com/CodeSolutionsProject/CodeGuide
synced 2026-02-14 00:51:35 +01:00
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"array": "$var = array(1,2,3,'texto');",
|
|
"variable": [
|
|
"// It cannot be do",
|
|
"$a = 5;",
|
|
"$b = 6;"
|
|
]
|
|
} |