Lines Matching refs:strpos
98 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
103 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
192 if (strpos ($sessionpath, ";") !== false)
193 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
234 if (strpos(PHP_OS, 'WIN') !== false) {
392 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
397 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
486 if (strpos ($sessionpath, ";") !== false)
487 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
528 if (strpos(PHP_OS, 'WIN') !== false) {
694 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
699 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
788 if (strpos ($sessionpath, ";") !== false)
789 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
830 if (strpos(PHP_OS, 'WIN') !== false) {