Searched refs:hashPos (Results 1 – 3 of 3) sorted by relevance
13 if (false !== $hashPos = strpos($line, '#')) { variable14 $line = substr($line, 0, $hashPos);
25 if (false !== $hashPos = strpos($line, '#')) {26 $line = substr($line, 0, $hashPos);
216 if (false !== $hashPos = strpos($line, '#')) {217 $line = substr($line, 0, $hashPos);
Completed in 7 milliseconds