Download this file
9 lines (9 with data), 160 Bytes
| <?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.