Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 346) sorted by path

12345678910>>...14

/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c190 if (op_array->brk_cont_array[i].start >= 0 && in find_code_blocks()
196 op_array->brk_cont_array[parent].start < 0 && in find_code_blocks()
211 if (op_array->brk_cont_array[i].start >= 0 && in find_code_blocks()
217 cfg->loop_start[j] = &blocks[op_array->brk_cont_array[j].start]; in find_code_blocks()
220 START_BLOCK_OP(op_array->brk_cont_array[j].start); in find_code_blocks()
223 blocks[op_array->brk_cont_array[j].start].protected = 1; in find_code_blocks()
487 zend_code_block *start = find_start? NULL : blocks; in zend_rebuild_access_path() local
494 if (!start && b->access) { in zend_rebuild_access_path()
495 start = b; in zend_rebuild_access_path()
509 zend_access_path(start); in zend_rebuild_access_path()
[all …]
H A Dnop_removal.c98 op_array->brk_cont_array[j].start -= shiftlist[op_array->brk_cont_array[j].start]; in nop_removal()
H A Dzend_optimizer.c299 if (op_array->brk_cont_array[brk].start <= (opline - op_array->opcodes) && in replace_tmp_by_const()
/PHP-5.5/ext/opcache/
H A DREADME169 that start with 'x'). Line starting with a ; are ignored (comments).
H A DZendAccelerator.h102 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
103 struct flock name = {start, len, -1, type, whence}
105 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
106 struct flock name = {type, whence, start, len}
108 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
109 struct flock name = {type, whence, start, len, 0}
113 struct flock name = {type, whence, 0, 0, 0, start, len }
116 struct flock name = {type, whence, start, len}
119 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
120 struct flock name = {start, len, -1, type, whence}
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.mak30 start.c \
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog463 text from the end to the start.
547 function to check stack availability. It is called at the start of
620 start.
651 (*NO_AUTO_POSSESS) at the start of a pattern.
1270 match a (*MARK), and the match failed at the start of the subject, a
1611 (.*a|.*)+ was not marked as matching at start or after a newline.
2530 28. Added support for (*UTF8) at the start of a pattern.
2927 start sets both bits.
3144 29. Added (*CR) etc for changing newline setting at start of pattern.
4360 start at the start point or following a newline. The same bug applied to
[all …]
H A DHACKING121 simultaneously for all possible matches that start at one point in the subject
174 OP_SOD match start of data: \A
175 OP_SOM, start of match (subject + offset): \G
176 OP_SET_SOM, set start of match (\K)
177 OP_CIRC ^ (start of data)
178 OP_CIRCM ^ multiline mode (start of data or after newline)
459 These are just like other subpatterns, but they start with the opcode
489 These are like other subpatterns, but they start with the opcode OP_COND, or
491 the condition is a back reference, this is stored at the start of the
499 group x" (coded as "(?(Rx)"), the group number is stored at the start of the
[all …]
H A DNEWS78 . Perl no longer allows group names to start with digits, so I have made this
82 mean "start of word" and "end of word", respectively, as a transition aid.
249 . Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_
360 5. Some PCRE-specific settings for varying the newline options at the start of
387 \K to reset the start of the matched string; for example, (foo)\Kbar
391 start from the same number; for example, (?|(abc)|(xyz)) sets capturing
576 check that a starting offset points to the start of a character. Failure of the
612 is at the start point of the match.
706 added to make it possible to start the match other than at the start of the
H A DREADME92 with a set of man pages whose names all start with "pcre". The one that is just
H A Dpcre_compile.c4222 c = start; in add_to_class()
4239 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class()
4280 for (c = start; c <= classbits_end; c++) in add_to_class()
4288 if (start <= 0xff) start = 0xff + 1; in add_to_class()
4290 if (end >= start) in add_to_class()
4296 if (start < end) in add_to_class()
4302 else if (start == end) in add_to_class()
4317 if (start < end) in add_to_class()
4320 *uchardata++ = start; in add_to_class()
4323 else if (start == end) in add_to_class()
[all …]
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 …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3167 start of a pattern of the form
3195 start of a pattern of the form
4819 Disabling start-up optimizations
4927 [ start character class definition
4928 | start of alternative branch
4929 ( start subpattern
4937 { start min/max quantifier
5538 Resetting the match start
7882 ^ start of subject
7884 \A start of subject
[all …]
/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/testdata/
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
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 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
/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 %…

Completed in 197 milliseconds

12345678910>>...14