Home
last modified time | relevance | path

Searched refs:hashPos (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/mbstring/
H A Dgen_rare_cp_bitvec.php13 if (false !== $hashPos = strpos($line, '#')) { variable
14 $line = substr($line, 0, $hashPos);
/PHP-8.1/ext/mbstring/ucgendat/
H A Ductest.php25 if (false !== $hashPos = strpos($line, '#')) {
26 $line = substr($line, 0, $hashPos);
H A Ducgendat.php216 if (false !== $hashPos = strpos($line, '#')) {
217 $line = substr($line, 0, $hashPos);

Completed in 11 milliseconds