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