Home
last modified time | relevance | path

Searched refs:s (Results 3076 – 3100 of 6191) sorted by path

1...<<121122123124125126127128129130>>...248

/PHP-5.5/ext/phar/
H A Dphar.c2110 s = *last;
2113 while (*s && in_character_class(*s, delim)) {
2114 ++s;
2117 if (!*s) {
2121 token = s;
2123 while (*s && !in_character_class(*s, delim)) {
2124 ++s;
2127 if (!*s) {
2128 *last = s;
2130 *s = '\0';
[all …]
H A Dphar_internal.h79 # define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(le… argument
536 char *tsrm_strtok_r(char *s, const char *delim, char **last);
540 char *s; in phar_unixify_path_separators() local
543 for (s = path; s - path < path_len; ++s) { in phar_unixify_path_separators()
544 if (*s == '\\') { in phar_unixify_path_separators()
545 *s = '/'; in phar_unixify_path_separators()
H A Dphar_path_check.c25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) in phar_path_check() argument
27 const unsigned char *p = (const unsigned char*)*s; in phar_path_check()
135 if (**s == '/') { in phar_path_check()
136 (*s)++; in phar_path_check()
138 *len = (p - (const unsigned char*)*s) -1; in phar_path_check()
203 if (**s == '/') { in phar_path_check()
204 (*s)++; in phar_path_check()
207 if ((p - (const unsigned char*)*s) - 1 != *len) in phar_path_check()
H A Dphar_path_check.re23 phar_path_check_result phar_path_check(char **s, int *len, const char **error)
25 const unsigned char *p = (const unsigned char*)*s;
81 if (**s == '/') {
82 (*s)++;
84 *len = (p - (const unsigned char*)*s) -1;
92 if (**s == '/') {
93 (*s)++;
96 if ((p - (const unsigned char*)*s) - 1 != *len)
H A Dshortarc.php219 $s = unpack('V', substr($m, 0, 4));
221 $start = 4 + $s[1];
H A Dtar.c68 int s = len; in phar_tar_octal() local
71 while (s-- > 0) { in phar_tar_octal()
199 static size_t strnlen(const char *s, size_t maxlen) { in strnlen() argument
200 char *r = (char *)memchr(s, '\0', maxlen); in strnlen()
201 return r ? r-s : maxlen; in strnlen()
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
268 … $inf .= $this->cli_wordwrap($sp2 . " " . sprintf("%-${ls}s ", $opt) . $what, $l3, $sp3) . "\n";
H A Dpharcommand.inc129 's' => array(
509 $s .= "<?php\n";
510 $s .= "}\n";
513 $s .= "}\n";
516 $s .= "}\n";
517 $s .= '?>';
518 $s .= $c;
520 $phar->setStub($hashbang . $s);
1039 $args['s']['val'] = 'php://stdin';
1097 $stub = $this->args['s']['val'];
[all …]
/PHP-5.5/ext/phar/tests/
H A D005.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A D006.phpt14 internal corruption of phar "%s" (truncated manifest at manifest length)
H A D007.phpt14 manifest cannot be larger than 100 MB in phar "%s"
H A D008.phpt21 internal corruption of phar "%s" (truncated manifest header)
H A D010.phpt29 internal corruption of phar "%s" (too many manifest entries for size of manifest)
H A D011.phpt30 internal corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed …
H A D013.phpt23 …ng: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar…
H A D014.phpt23 …_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (c…
H A D016.phpt31 …contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (actual…
34 …contents(phar://%s/b): failed to open stream: phar error: internal corruption of phar "%s" (actual…
38 …contents(phar://%s/d): failed to open stream: phar error: internal corruption of phar "%s" (actual…
H A D016b.phpt24 …contents(phar://%s/a): failed to open stream: phar error: internal corruption of phar "%s" (actual…
H A D019.phpt38 %s(1) "a"
40 %s(1) "c"
H A D031.phpt31 Parse error: %s in phar://%sphar_oo_test.phar.php/a.php on line %d
H A Daddfuncs.phpt50 phar error: unable to open file "%s/does/not/exist" to add to phar archive
H A Dbug60261.phpt18 Warning: Phar::__construct() expects at least 1 parameter, 0 given in %s on line %d
H A Dbug69324.phar1 …����s:71:"hi there";���c�����D���o߹���#���a:2:{i:0;s:2:"hi";i:1;s:5:"there";}���d�����D�…
H A Dbug69324.phpt17 internal corruption of phar "%s" (truncated manifest entry)
/PHP-5.5/ext/phar/tests/bug64931/
H A Dbug64931.phpt58 Warning: Phar::addFromString() expects parameter 1 to be a valid path, string given in %s%ebug64931…

Completed in 65 milliseconds

1...<<121122123124125126127128129130>>...248