2 lines
75 B
PHP
2 lines
75 B
PHP
$var = 1; # this is the comment part
|
|
$var = 1; // this is the comment part
|
$var = 1; # this is the comment part
|
|
$var = 1; // this is the comment part
|