Menu

[r319]: / trunk / test / todo.php  Maximize  Restore  History

Download this file

9 lines (9 with data), 160 Bytes

1
2
3
4
5
6
7
8
9
<?php
/**
* TODO : The todo message.
*
* @param String $var a var
*/
function toto($a) {
$a = 1; // this is line 5, but the warning is for line 4
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.