Home
last modified time | relevance | path

Searched refs:top (Results 51 – 75 of 112) sorted by path

12345

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c5426 parse_branch(Node** top, OnigToken* tok, int term, in parse_branch() argument
5432 *top = NULL; in parse_branch()
5437 *top = node; in parse_branch()
5440 *top = node_new_list(node, NULL); in parse_branch()
5441 headp = &(NCDR(*top)); in parse_branch()
5463 parse_subexp(Node** top, OnigToken* tok, int term, in parse_subexp() argument
5469 *top = NULL; in parse_subexp()
5477 *top = node; in parse_subexp()
5480 *top = onig_node_new_alt(node, NULL); in parse_subexp()
5481 headp = &(NCDR(*top)); in parse_subexp()
[all …]
/PHP-5.5/ext/oci8/
H A Dconfig.m448 …AC_MSG_ERROR([Expected an ORACLE_HOME top level directory but ${OCI8_DIR} appears to be an Instant…
/PHP-5.5/ext/oci8/tests/
H A Ddefine6.phpt74 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c292 ZCSG(interned_strings_top) = ZCSG(interned_strings_saved_state).top; in accel_interned_strings_restore_state()
304 ZCSG(interned_strings_saved_state).top = ZCSG(interned_strings_top); in accel_interned_strings_save_state()
2300 if (EG(objects_store).top > 1 || zend_hash_num_elements(&EG(regular_list)) > 0) {
H A DZendAccelerator.h310 char *top; member
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1310 15. Applied Graycode's patch to put the top-level frame on the stack rather
2577 11. An option change at the start of a pattern that had top-level alternatives
3066 past the start of the subject in the presence of bytes with the top bit
4678 copy DLL to top builddir before testing
4856 happened, whereas the "false" branch is used only at the top level.
5441 the top of the file. The pcretest program is not installed.
5494 DOTALL is set at top level; otherwise it knows that patterns starting with .*
H A Dpcre_compile.c1515 int i, bot, top; in get_ucp() local
1558 top = PRIV(utt_size); in get_ucp()
1560 while (bot < top) in get_ucp()
1563 i = (bot + top) >> 1; in get_ucp()
1571 if (r > 0) bot = i + 1; else top = i; in get_ucp()
H A Dpcre_get.c81 int top, bot; in pcre_get_stringnumber() local
87 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
97 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
107 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
116 while (top > bot) in pcre_get_stringnumber()
118 int mid = (top + bot) / 2; in pcre_get_stringnumber()
123 if (c > 0) bot = mid + 1; else top = mid; in pcre_get_stringnumber()
164 int top, bot; in pcre_get_stringtable_entries() local
200 while (top > bot) in pcre_get_stringtable_entries()
202 int mid = (top + bot) / 2; in pcre_get_stringtable_entries()
[all …]
H A Dpcre_jit_compile.c228 struct backtrack_common *top; member
5936 backtrack->prev = parent->top; \
5938 parent->top = backtrack; \
5951 parent->top = backtrack; \
6565 altbacktrack.top = NULL; in compile_assert_matchingpath()
7033 parent->top = backtrack->prev; in compile_bracket_matchingpath()
7676 backtrack->top = NULL; in compile_bracketpos_matchingpath()
9092 current->top = NULL; in compile_bracket_backtrackingpath()
9363 current->top = NULL; in compile_braminzero_backtrackingpath()
9713 altbacktrack.top = NULL; in compile_recurse()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2969 by any top-level option settings at the start of the pattern itself. In
2975 A pattern is automatically anchored by PCRE if all of its top-level
6002 When one of these option changes occurs at top level (that is, not
6681 eral top-level alternatives, they do not all have to have the same
6691 strings are permitted only at the top level of a lookbehind assertion.
6697 is not permitted, because its single top-level branch can match two
6699 top-level branches:
6877 At "top level", all these recursion test conditions are false. The
7045 which is the last value taken on at the top level. If a capturing sub-
7046 pattern is not matched at the top level, its final captured value is
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1140 sljit_uw top; member
H A DsljitUtils.c273 stack->top = stack->base; in sljit_allocate_stack()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput11904top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
H A Dtestinput82332top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
H A Dtestoutput12928top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
2929top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
2931 2: align=left valign=top
2937 8: align=left valign=top
2939 10: align=left valign=top
H A Dtestoutput83634top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
3635top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
/PHP-5.5/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
/PHP-5.5/ext/phar/tests/
H A Dphar_dir_iterate.phpt14 $phar['top.txt'] = 'hi';
15 $phar['sub/top.txt'] = 'there';
/PHP-5.5/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-5.5/ext/soap/
H A Dsoap.c96 void **_old_stack_top = EG(argument_stack)->top; \
113 if (_old_stack_top != EG(argument_stack)->top) { \
121 EG(argument_stack)->top = _old_stack_top; \
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc60 /** Rewind to top iterator as set in constructor
H A Dspldoublylinkedlist.inc90 public function top()
143 /** Rewind to top iterator as set in constructor
H A Dsplobjectstorage.inc28 /** Rewind to top iterator as set in constructor

Completed in 165 milliseconds

12345