Home
last modified time | relevance | path

Searched refs:top (Results 76 – 100 of 112) sorted by relevance

12345

/PHP-5.5/
H A DREADME.EXT_SKEL30 change back up to PHP sources top directory, and do
H A DREADME.STREAMS196 FILE* on top of any stream, which is useful for SSL sockets, memory based
/PHP-5.5/Zend/
H A Dzend_generators.c80 void **ptr = generator->stack->top - 1; in zend_generator_cleanup_unfinished_execution()
H A Dzend_execute_API.c834 if (i || UNEXPECTED(ZEND_VM_STACK_ELEMETS(EG(argument_stack)) == (EG(argument_stack)->top))) { in zend_call_function()
H A Dzend_execute.c1641 EG(argument_stack)->top = zend_vm_stack_frame_base(execute_data); in i_create_execute_data_from_op_array()
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
/PHP-5.5/sapi/apache/
H A Dconfig.m4126 [ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m4128 EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
/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/sapi/litespeed/
H A DREADME102 3) Click 'Apply Changes' link on the top left of the page, then click
/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) {
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE224 But different character length is allowed in top level
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c1106 …, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top);
/PHP-5.5/ext/pcre/pcrelib/testdata/
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…
H A Dtestinput82332top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
H A Dtestinput11904top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
/PHP-5.5/ext/pcre/pcrelib/
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()
/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/gd/
H A Dgd.c1965 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2041 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2048 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re318 if((s->top - s->lim) < BSIZE){
326 s->top = &s->lim[BSIZE];
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt1954 "&top;",
4088 &top; => ⊤ e28aa4
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1091 , OnigStackType* top, OnigStackType* stk_base in backref_match_at_nested_level() argument
1100 k = top; in backref_match_at_nested_level()
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1949 top 022A4
/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; \

Completed in 133 milliseconds

12345