Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 346) sorted by last modified time

12345678910>>...14

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/PHP-5.5/ext/phar/tests/
H A Dbug13786.phpt31 unable to seek to start of file "0" while creating new phar "%sDataArchive.phar"
/PHP-5.5/ext/phar/
H A Dshortarc.php221 $start = 4 + $s[1];
226 $len = unpack('V', substr($m, $start, 4));
227 $start += 4;
229 $savepath = substr($m, $start, $len[1]);
230 $start += $len[1];
234 … $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
239 $start += 24 + $ret['m'][$savepath][5];
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4310 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4315 start = buf;
4316 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
H A Dpgsql.mak26 start.c
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt22 printf("[002] Cannot start a transaction, [%s] [%s]\n",
137 printf("[029] Cannot start a transaction, [%d] %s\n",
153 printf("[031] Cannot start a transaction, [%s] [%s]\n",
166 printf("[035] Cannot start a transaction, [%s] [%s]\n",
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-5.5/ext/pdo_dblib/
H A DREADME21 - net start mssqlserver
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c230 static zend_always_inline int calculate_unit_length(pcre_cache_entry *pce, char *start) in calculate_unit_length() argument
235 char *end = start; in calculate_unit_length()
239 unit_len = end - start; in calculate_unit_length()
/PHP-5.5/ext/pcre/tests/
H A Dbug37911.phpt40 Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at off…
H A Dmatch_flags3.phpt45 Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %…
H A Dpreg_match_basic.phpt12 …\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string
H A Dpreg_match_basic_edit.phpt17 …w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput16174 /^(?!:) # colon disallowed at start
6175 (?: # start of item
7934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
8509 something that does not even start. Perl reports tags after the failures here,
8839 /-- This matches "ac" because SKIP forces the next match to start on the
H A Dtestoutput2156 First char at start or follows newline
162 First char at start or follows newline
370 First char at start or follows newline
536 First char at start or follows newline
542 First char at start or follows newline
646 First char at start or follows newline
711 First char at start or follows newline
727 First char at start or follows newline
1116 First char at start or follows newline
1147 First char at start or follows newline
[all …]
H A Dtestoutput72293 First char at start or follows newline
H A Dtestinput2590 /\( # ( at start
2894 /^(?!:) # colon disallowed at start
2895 (?: # start of item
3035 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
4042 /-- Test the ugly "start or end of word" compatibility syntax --/
H A Dgrepinput7 PATTERN at the start of a line.
H A Dgrepoutput2 PATTERN at the start of a line.
7 PATTERN at the start of a line.
10 7:PATTERN at the start of a line.
19 ./testdata/grepinput:7:PATTERN at the start of a line.
28 7:PATTERN at the start of a line.
322 ./testdata/grepinput:7:PATTERN at the start of a line.
344 ./testdata/grepinput:7:PATTERN at the start of a line.
493 PATTERN at the start of a line.
498 PATTERN at the start of a line.
503 PATTERN at the start of a line.
[all …]
H A Dtestinput13780 /^(?!:) # colon disallowed at start
3781 (?: # start of item
4762 /--- COMMIT at the start of a pattern should act like an anchor. Again,
5126 something that does not even start. Perl reports tags after the failures here,
5337 /-- This matches "ac" because SKIP forces the next match to start on the
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
H A DsljitNativeTILEGX_64.c457 #define BFEXTU(dst, src, start, end) \ argument
458 push_4_buffer(compiler, TILEGX_OPC_BFEXTU, dst, src, start, end, __LINE__)
460 #define BFEXTS(dst, src, start, end) \ argument
461 push_4_buffer(compiler, TILEGX_OPC_BFEXTS, dst, src, start, end, __LINE__)
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c293 sljit_sw start; member
309 sljit_sw start; member
1682 start, in copy_private_data() enumerator
1714 case start: in copy_private_data()
2067 list_item->start = start; in add_stub()
3192 JUMPHERE(start); in mainloop_entry()
3744 start = LABEL(); in fast_forward_first_n_chars()
3832 start = LABEL(); in fast_forward_first_char()
6305 start_cc = common->start + start; in compile_recurse_matchingpath()
6313 if (entry->start == start) in compile_recurse_matchingpath()
[all …]

Completed in 200 milliseconds

12345678910>>...14