Searched refs:ln (Results 1 – 1 of 1) sorted by relevance
/web-php/bin/ |
H A D | news2html | 24 while(($ln = fgets($fp)) !== false) { variable 25 if (preg_match("/(.. ... ....),? PHP $version/", $ln, $m)) { 33 if (preg_match('/, PHP \d+.\d+.\d+/', $ln)) { 38 if ($ln == "\n") { 42 if ($ln[0] == '-') { 44 $module = trim(substr($ln, 1), " \t\n:"); 45 } elseif (preg_match('/^\s+\.\s/',$ln)) { 46 $entries[$module][] = trim(preg_replace('/^\s+\.\s+/', '', $ln)); 50 $entries[$module][$c] = trim($entries[$module][$c] )." ".trim($ln);
|
Completed in 3 milliseconds