| /PHP_5_3/ext/pcre/ |
| H A D | upgrade-pcre.php | 21 if (strpos($newpcre, 'gz')) { 23 } elseif (strpos($newpcre, 'bz2')) { 29 $newpcre = substr($newpcre, 0, strpos($newpcre, '.tar'));
|
| /PHP_5_3/ext/pdo_mysql/tests/ |
| H A D | mysql_pdo_test.inc | 55 strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
|
| /PHP_5_3/ext/phar/ |
| H A D | makestub.php | 26 $webs = substr($s, 0, strpos($s, "000")); 28 $s1 = substr($s, 0, strpos($s, 'index.php')); 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX'));
|
| H A D | shortarc.php | 62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) { 67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename)); 156 if (strpos ($sessionpath, ";") !== false) 157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1); 198 if (strpos(PHP_OS, 'WIN') !== false) {
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | clicommand.inc | 163 if (strlen($arg) > 1 && $arg[0] == $arg[strlen($arg)-1] && strpos('/,', $arg) !== false) {
|
| H A D | pharcommand.inc | 174 $required = strpos($which, $ukey) !== false; 175 $optional = strpos($which, $lkey) !== false; 240 if (strpos($sub, $phpdir) !== 0) { 480 if (strpos($c, "\n") !== false) { 482 $hashbang = substr($c, 0, strpos($c, "\n") + 1); 484 $c = substr($c, strpos($c, "\n") + 1); 672 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) { 877 $bend = strpos($base, '.phar'); 878 $bend = strpos($base, '/', $bend);
|
| /PHP_5_3/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 497 if (!strpos($codepath, '://') || !file_exists($codepath)) { 756 if (!strpos($codepath, '://') || !file_exists($codepath)) { 1465 if (strpos($path, $this->codepath) !== 0) { 1468 if (strpos($path, $this->testpath) === 0) {
|
| /PHP_5_3/ext/session/tests/ |
| H A D | skipif.inc | 17 if (($p = strpos($save_path, ';')) !== false) {
|
| /PHP_5_3/ext/soap/interop/ |
| H A D | client_round2_interop.php | 264 $pos = strpos($success,':'); 515 $pos = strpos($res,':');
|
| H A D | client_round2_params.php | 110 $pos = strpos($res,':');
|
| /PHP_5_3/ |
| H A D | run-tests.php | 511 if (strpos($switch, '--' . $type) === 0) { 734 if (!$testfile && strpos($argv[$i], '*') !== false && function_exists('glob')) { 907 $ta = strpos($a, "{$cwd}/tests") === 0 ? 1 + (strpos($a, "{$cwd}/tests/run-test") === 0 ? 1 : 0) : 0; 908 $tb = strpos($b, "{$cwd}/tests") === 0 ? 1 + (strpos($b, "{$cwd}/tests/run-test") === 0 ? 1 : 0) : 0; 1447 if (strpos($section_text['INI'], '{PWD}') !== false) { 1829 if (strpos($line, ':') !== false) { 1844 if (strpos($line, ':') !== false) { 1894 $start = strpos( [all...] |
| H A D | server-tests.php | 104 if (strpos($setting, '=')!==false) { 318 if (strpos($line, ':')!==false) { 544 if (strpos($line, '=')!==false) { 730 $ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? 1 : 0) : 0; 731 $tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? 1 : 0) : 0; 819 if (strpos($file,$this->conf['TEST_PHP_SRCDIR'])==0) { 1199 if (strpos($this->inisettings[$k]['local_value'],$this->cwd)) 1399 if (strpos( [all...] |
| /PHP_5_3/scripts/dev/ |
| H A D | check_parameters.php | 67 if (strpos($current_file,PHPDIR) === 0) { 175 if (strpos($name, '(') === false) {
|
| H A D | search_underscores.php | 38 if (strpos($ext, "_") !== false) { 47 if (strpos($c, "_") !== false) { 59 if (strpos(substr($method, substr($method, 0, 2) != "__" ? 0 : 2), "_") !== false) {
|
| /PHP_5_3/tests/ |
| H A D | quicktester.inc | 36 if (strpos($test, $a_operator)!== FALSE) {
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2728 PHP_FE(strpos, arginfo_strpos)
|
| H A D | php_string.h | 48 PHP_FUNCTION(strpos); variable
|
| H A D | string.c | 1725 /* {{{ proto int strpos(string haystack, string needle [, int offset]) 1727 PHP_FUNCTION(strpos)
|
| /PHP_5_3/Zend/ |
| H A D | zend_vm_gen.php | 384 if (0 && strpos($code, '{') === 0) { 446 $del_free_op1 = (strpos($code, "free_op1") === false); 447 $del_free_op2 = (strpos($code, "free_op2") === false); 452 if ($del_free_op1 && strpos($dcl, "free_op1") !== false) { 457 if ($del_free_op2 && strpos($dcl, "free_op2") !== false) { 998 if (strpos($line,"ZEND_VM_HANDLER(") === 0) { 1029 } else if (strpos($line,"ZEND_VM_HELPER(") === 0) { 1046 } else if (strpos($line,"ZEND_VM_HELPER_EX(") === 0) { 1068 } else if (strpos($line,"ZEND_VM_EXPORT_HANDLER(") === 0) { 1079 } else if (strpos( [all...] |