Home
last modified time | relevance | path

Searched refs:substr (Results 1 – 25 of 794) sorted by path

12345678910>>...32

/php-src/Zend/tests/
H A Dbug38779.phpt16 $ret = substr($this->data, $this->position, $count);
H A Dbug38779_1.phpt16 $ret = substr($this->data, $this->position, $count);
H A Dbug39542.phpt9 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug47516.phpt5 $s='substr';
H A Dbug61681.phpt7 echo "${substr('laruence', 0, 2)}";
H A Dbug70630.phpt6 $x = (new ReflectionFunction("substr"))->getClosure();
H A Dbug74093.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip not for Windows");
H A Dbug78340.phpt20 $chunk= substr($this->bytes, $this->pos, $count);
H A Dexception_from_toString.phpt92 try { substr($badStr, 0); } catch (Exception $e) { echo "Exception\n"; }
H A Dfloat_prec_001.phpt6 var_dump (substr (sprintf ("%.35f", 0.002877), 0, 10));
/php-src/Zend/tests/function_arguments/
H A Dargument_count_incorrect_internal.phpt6 substr("foo");
12 substr() expects at least 2 arguments, 1 given
H A Dargument_count_incorrect_internal_strict.phpt7 substr("foo");
22 substr() expects at least 2 arguments, 1 given
/php-src/Zend/tests/type_declarations/
H A Dcallable_003.phpt14 bar("substr");
21 string(6) "substr"
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt14 $prefix = substr($s, 0, -1);
25 return '-' . increment(substr($s, 1));
/php-src/Zend/
H A Dzend_vm_gen.php680 if ($condition[0] === "(" && substr($condition, -1) === ")") {
788 $code = "{\n\tfprintf(stderr, \"$name\\n\");\n" . substr($code, 1);
820 … $args = substr(preg_replace("/,\s*[A-Za-z0-9_]*\s*,\s*([^,)\s]*)\s*/", ", $1", $matches[2]), 2);
854 … $args = substr(preg_replace("/,\s*[A-Za-z0-9_]*\s*,\s*([^,)\s]*)\s*/", ", $1", $matches[2]), 2);
2291 $id = trim(substr($rule, 0, $n));
2292 $val = trim(substr($rule, $n+1));
3045 $kind = substr($argv[$i], strlen("--with-vm-kind="));
/php-src/benchmark/
H A Dbenchmark.php44 $dir = $repo . '/' . substr($commitHash, 0, 2) . '/' . $commitHash;
H A Dgenerate_diff.php13 …$headSummaryFile = $repo . '/' . substr($headCommitHash, 0, 2) . '/' . $headCommitHash . '/summary…
14 …$baseSummaryFile = $repo . '/' . substr($baseCommitHash, 0, 2) . '/' . $baseCommitHash . '/summary…
24 $headCommitHashShort = substr($headCommitHash, 0, 7);
25 $baseCommitHashShort = substr($baseCommitHash, 0, 7);
/php-src/build/
H A Dgen_stub.php620 … $simpleTypeName = trim(substr($typeString, $simpleTypeOffset, $i - $simpleTypeOffset));
961 $name = substr($name, $pos + 1);
4078 $commentText = substr($comment->getText(), 2, -2);
H A Dlibtool.m45324 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5326 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5657 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
5659 … awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != "."…
H A Dorder_by_dep.awk43 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 Dphp.m41465 define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,])))])])
/php-src/ext/bz2/tests/
H A Dbug71263.phpt23 $compressed = substr($compressed, 0, strlen($compressed) - 20);
/php-src/ext/curl/tests/
H A Dbug54798-unix.phpt7 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
H A Dbug61948-unix.phpt6 <?php if(substr(PHP_OS, 0, 3) == 'WIN' )
H A Dcheck_win_config.phpt8 if(substr(PHP_OS, 0, 3) != 'WIN' )

Completed in 74 milliseconds

12345678910>>...32