| /PHP_5_3/build/ |
| H A D | mkdep.awk | 63 if (substr($3,2,1) != "/" && used[$3] != 1) { 67 printf(" \\\n\t" substr($3,2,length($3)-2))
|
| H A D | order_by_dep.awk | 43 if (substr(ext, 0, mod_name_len+1) != module_name SUBSEP) { 47 ext = substr(ext, mod_name_len+2, length(ext)-mod_name_len);
|
| H A D | scan_makefile_in.awk | 8 sources=substr($0, RSTART, RLENGTH-1) 16 sources=substr($0, RSTART, RLENGTH) 21 sources=sources substr($0, 0, length - 1)
|
| /PHP_5_3/ext/ |
| H A D | ext_skel_win32.php | 30 if (strtolower(substr($arg, 0, 9)) == "--extname") { 31 $extname = substr($arg, 10); 33 if (strtolower(substr($arg, 0, 6)) == "--skel") { 34 $skel = substr($arg, 7);
|
| /PHP_5_3/ext/pcre/ |
| H A D | upgrade-pcre.php | 29 $newpcre = substr($newpcre, 0, strpos($newpcre, '.tar')); 53 $newfile = $newpcre . substr($file, $dirlen); 98 $file2 = 'pcrelib'.substr($file, strlen($newpcre));
|
| /PHP_5_3/ext/phar/ |
| H A D | build_precommand.php | 37 if (substr($f[$c], -2) == "\r\n") { 38 $f[$c] = substr($f[$c], 0, -2); 40 if (substr($f[$c], -1) == "\n") { 41 $f[$c] = substr($f[$c], 0, -1); 43 if (substr($f[$c], -2) == '?>') { 44 $f[$c] = substr($f[$c], 0,-2);
|
| H A D | makestub.php | 26 $webs = substr($s, 0, strpos($s, "000")); 27 $s = substr($s, strlen($webs) + strlen("000")); 28 $s1 = substr($s, 0, strpos($s, 'index.php')); 29 $s2 = substr($s, strlen($s1) + strlen('index.php')); 30 $s2 = substr($s2, 0, strpos($s2, 'XXXX')); 31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')); 61 $s1split[$i] = substr($chunk, 1); 71 $s3split[$i] = substr($chunk, 1);
|
| H A D | shortarc.php | 67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename)); 157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1); 215 $info = unpack('V', substr($m, 0, 4)); 217 $l = unpack('V', substr($m, 10, 4)); 218 $m = substr($m, 14 + $l[1]); 219 $s = unpack('V', substr($m, 0, 4)); 226 $len = unpack('V', substr($m, $start, 4)); 229 $savepath = substr($m, $start, $len[1]); 234 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
|
| /PHP_5_3/ext/session/tests/ |
| H A D | skipif.inc | 4 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so"; 18 $save_path = substr($save_path, ++$p);
|
| /PHP_5_3/ext/soap/interop/ |
| H A D | test.utility.php | 16 $op = substr($r[8],0,1); 17 $h = substr($r[8],1,2); 19 $m = substr($r[8],4,2); 21 $m = substr($r[8],3,2);
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | inigroups.inc | 43 return substr(parent::key(),1,-1); 50 return substr(parent::key(),1,-1);
|
| /PHP_5_3/ext/sqlite3/tests/ |
| H A D | stream_test.inc | 17 $ret = substr(self::$string, $this->position, $count);
|
| /PHP_5_3/ext/standard/tests/file/ |
| H A D | fopen_include_path.inc | 18 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 32 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 48 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 64 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
|
| /PHP_5_3/ext/zlib/tests/ |
| H A D | gzopen_include_path.inc | 18 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 32 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 48 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 64 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
|
| /PHP_5_3/sapi/cgi/tests/ |
| H A D | include.inc | 27 $php_path = substr($php_path, 0, $slash_pos);
|
| /PHP_5_3/scripts/apache/ |
| H A D | conffix.awk | 4 phpcommand=substr($1,6) 15 print "php_admin_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
|
| H A D | htaccessfix.awk | 4 phpcommand=substr($1,6) 15 print "php_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
|
| /PHP_5_3/scripts/dev/generate-phpt/ |
| H A D | gtPackage.php | 15 $pharPath = substr($thisDir, 0, -strlen('/generate-phpt'));
|
| /PHP_5_3/scripts/dev/generate-phpt/src/ |
| H A D | gtAutoload.php | 32 if (substr(self::$classPath, -1) != '/') {
|
| H A D | gtTestSubject.php | 82 $this->shortArgumentList = substr($this->shortArgumentList, 0, -2); 112 $this->allowedArgumentLists[$i] = substr ($this->allowedArgumentLists[$i], 0, -2); 116 $this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ] = substr($this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ], 0, -2);
|
| /PHP_5_3/scripts/dev/generate-phpt/src/setup/ |
| H A D | gtCommandLineOptions.php | 30 return (substr($arg, 0, 1) == '-') && (substr($arg, 1, 1) != '-'); 38 return substr($array[$index], 0, 1) != '-'; 51 $option = substr($argv[$i], 1);
|
| /PHP_5_3/scripts/dev/ |
| H A D | search_underscores.php | 59 if (strpos(substr($method, substr($method, 0, 2) != "__" ? 0 : 2), "_") !== false) {
|
| /PHP_5_3/ext/interbase/tests/ |
| H A D | interbase.inc | 101 $n = substr(rand() . rand(), 0, rand() % $len + 1); 103 $n .= "." . substr(rand(), 0, rand() % ($len - strlen($n)) + 1); 106 $n = substr(rand() . rand(), 0, rand() % $len + 1); 108 $n = substr(rand() . rand(), 0, 1); 109 $n .= "." . substr(rand(), 0, $prec); 111 $n = substr(rand() . rand(), 0, rand() % ($len - $prec) + 1); 112 $n .= "." . substr(rand(), 0, $prec);
|
| /PHP_5_3/ext/mbstring/libmbfl/filters/ |
| H A D | mk_sb_tbl.awk | 17 n = index("0123456789abcdefABCDEF", substr(str, i, 1)) - 1
|
| /PHP_5_3/ext/mbstring/tests/ |
| H A D | skipif.inc | 6 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|