Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/json/
H A Djson_parser.y1 %code top {
H A Djson_scanner.re112 re2c:indent:top = 1;
/PHP-7.3/ext/spl/internal/
H A Drecursiveiteratoriterator.inc60 /** Rewind to top iterator as set in constructor
/PHP-7.3/Zend/
H A Dzend.c1152 if (CG(stack).top) { \
1154 CG(stack).top = CG(stack).max = 0; \
1157 stack.top = 0; \
1162 if (stack.top) { \
H A Dzend_execute.c180 page->top = ZEND_VM_STACK_ELEMENTS(page); in zend_vm_stack_new_page()
190 EG(vm_stack)->top++; in zend_vm_stack_init()
191 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
201 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init_ex()
222 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
227 ptr = stack->top; in zend_vm_stack_extend()
2675 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
2678 if (UNEXPECTED(EG(vm_stack)->prev->top == ZEND_VM_STACK_ELEMENTS(EG(vm_stack)->prev))) { in zend_vm_stack_copy_call_frame()
H A Dzend_vm_gen.php1639 $top = array_shift($specs);
1647 foreach ($top as $mode) {
H A Dzend_vm_def.h4463 zval *arg, *top; variable
4492 top = ZEND_CALL_ARG(EX(call), arg_num);
4496 ZVAL_REF(top, Z_REF_P(arg));
4500 ZVAL_REF(top, Z_REF_P(arg));
4503 ZVAL_NEW_REF(top, arg);
4506 ZVAL_COPY_DEREF(top, arg);
4537 zval *arg, *top; variable
4579 top = ZEND_CALL_ARG(EX(call), arg_num);
4580 ZVAL_COPY_VALUE(top, arg);
/PHP-7.3/
H A DREADME.MAILINGLIST_RULES67 3. Do not top post. Place your answer underneath anyone you wish to quote
H A DREADME.UNIX-BUILD-SYSTEM95 absolute paths or relative ones to the top build-directory.
H A DREADME.STREAMS195 FILE* on top of any stream, which is useful for SSL sockets, memory based
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c242 struct backtrack_common *top; member
7787 backtrack->prev = parent->top; \
7789 parent->top = backtrack; \
7800 backtrack->prev = parent->top; \
7802 parent->top = backtrack; \
8490 altbacktrack.top = NULL; in compile_assert_matchingpath()
9618 backtrack->top = NULL; in compile_bracketpos_matchingpath()
11183 COMPILE_BACKTRACKINGPATH(current->top); in compile_bracket_backtrackingpath()
11220 current->top = NULL; in compile_bracket_backtrackingpath()
11496 current->top = NULL; in compile_braminzero_backtrackingpath()
[all …]
H A Dpcre2_compile.c1942 PCRE2_SIZE i, bot, top; in get_ucp() local
1988 top = PRIV(utt_size); in get_ucp()
1990 while (bot < top) in get_ucp()
1993 i = (bot + top) >> 1; in get_ucp()
2001 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1014 original_stack->top = EG(vm_stack_top); in PHPDBG_COMMAND()
1056 EG(vm_stack_top) = original_stack->top; in PHPDBG_COMMAND()
1104 if (i < EG(objects_store).top && *obj && IS_OBJ_VALID(*obj) && (*obj)->ce == zend_ce_generator) { in PHPDBG_COMMAND()
1119 for (i = 0; i < EG(objects_store).top; i++) { in PHPDBG_COMMAND()
/PHP-7.3/ext/imap/
H A Dphp_imap.c4813 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4820 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
4834 THREADNODE *top; in PHP_FUNCTION() local
4847 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()
4852 if(top == NIL) { in PHP_FUNCTION()
4858 if(build_thread_tree(top, &return_value) == FAILURE) { in PHP_FUNCTION()
4859 mail_free_threadnode(&top); in PHP_FUNCTION()
4862 mail_free_threadnode(&top); in PHP_FUNCTION()
/PHP-7.3/ext/spl/
H A Dspl_dllist.c639 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument
1360 SPL_ME(SplDoublyLinkedList, top, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.3/sapi/litespeed/
H A DREADME.md102 3) Click 'Apply Changes' link on the top left of the page, then click
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1381 sljit_u8 *top; member
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c83 zval top; member
1033 #define SET_RESULT_TOP(op) SET_RESULT(op, &ctx->top)
2417 MAKE_TOP(&sccp->top); in sccp_context_init()
/PHP-7.3/ext/gd/libgd/
H A Dgdft.c1177 …, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top);
/PHP-7.3/ext/oci8/
H A Dconfig.m428 …AC_MSG_ERROR([Expected an ORACLE_HOME top level directory but ${OCI8_DIR} appears to be an Instant…
/PHP-7.3/ext/openssl/
H A Dopenssl.c739 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
740 if (errors->top == errors->bottom) { in php_openssl_store_errors()
743 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
5924 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE286 But top-level alternatives can be of various lengths.
/PHP-7.3/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
/PHP-7.3/ext/mbstring/oniguruma/
H A DINSTALL329 in the top level, while the 'recursive' variant lists options also
/PHP-7.3/ext/gd/
H A Dgd.c1971 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2030 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2037 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()

Completed in 221 milliseconds

12345