Lines Matching refs:strpos
118 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
123 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
212 if (strpos ($sessionpath, ";") !== false)
213 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
254 if (strpos(PHP_OS, 'WIN') !== false) {
413 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
418 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
507 if (strpos ($sessionpath, ";") !== false)
508 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
549 if (strpos(PHP_OS, 'WIN') !== false) {
708 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
713 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
802 if (strpos ($sessionpath, ";") !== false)
803 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
844 if (strpos(PHP_OS, 'WIN') !== false) {