Home
last modified time | relevance | path

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

12345

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c952 original_stack->top = EG(vm_stack_top); in PHPDBG_COMMAND()
988 EG(vm_stack_top) = original_stack->top; in PHPDBG_COMMAND()
1036 if (i < EG(objects_store).top && *obj && IS_OBJ_VALID(*obj) && (*obj)->ce == zend_ce_generator) { in PHPDBG_COMMAND()
1051 for (i = 0; i < EG(objects_store).top; i++) { in PHPDBG_COMMAND()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c243 struct backtrack_common *top; member
9210 backtrack->prev = parent->top; \
9212 parent->top = backtrack; \
9223 backtrack->prev = parent->top; \
9225 parent->top = backtrack; \
9980 altbacktrack.top = NULL; in compile_assert_matchingpath()
11160 backtrack->top = NULL; in compile_bracketpos_matchingpath()
12849 COMPILE_BACKTRACKINGPATH(current->top); in compile_bracket_backtrackingpath()
12886 current->top = NULL; in compile_bracket_backtrackingpath()
13170 current->top = NULL; in compile_braminzero_backtrackingpath()
[all …]
H A Dpcre2_compile.c2091 PCRE2_SIZE i, bot, top; in get_ucp() local
2198 top = PRIV(utt_size); in get_ucp()
2200 while (bot < top) in get_ucp()
2203 i = (bot + top) >> 1; in get_ucp()
2232 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-8.2/docs/
H A Dunix-build-system.md94 anymore, we must use either absolute paths or relative ones to the top
H A Dstreams.md211 `FILE*` on top of any stream, which is useful for SSL sockets, memory based
/PHP-8.2/Zend/
H A Dzend.c1342 if (CG(stack).top) { \
1344 CG(stack).top = CG(stack).max = 0; \
1347 stack.top = 0; \
1352 if (stack.top) { \
H A Dzend_fibers.c495 EG(vm_stack_top) = stack->top + ZEND_CALL_FRAME_SLOT; in zend_fiber_execute()
499 fiber->execute_data = (zend_execute_data *) stack->top; in zend_fiber_execute()
H A Dzend_vm_def.h5062 zval *arg, *top; variable
5097 if (UNEXPECTED(!top)) { in ZEND_HASH_FOREACH_STR_KEY_VAL()
5116 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5123 ZVAL_NEW_REF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5126 ZVAL_COPY_DEREF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5158 zval *arg, *top; variable
5193 if (UNEXPECTED(!top)) {
5209 ZVAL_NEW_REF(top, arg);
5211 ZVAL_COPY_VALUE(top, arg);
5235 ZVAL_NEW_REF(top, arg);
[all …]
H A Dzend_execute.c187 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
197 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init_ex()
218 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
223 ptr = stack->top; in zend_vm_stack_extend()
4056 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
4059 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.php1635 $top = array_shift($specs);
1643 foreach ($top as $mode) {
/PHP-8.2/
H A DREADME.md100 Extensions provide additional functionality on top of PHP. PHP consists of many
/PHP-8.2/ext/spl/
H A Dspl_heap.c718 PHP_METHOD(SplPriorityQueue, top) in PHP_METHOD() argument
829 PHP_METHOD(SplHeap, top) in PHP_METHOD() argument
H A Dspl_dllist.c556 PHP_METHOD(SplDoublyLinkedList, top) in PHP_METHOD() argument
/PHP-8.2/ext/imap/
H A Dphp_imap.c4155 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4162 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
4175 THREADNODE *top; in PHP_FUNCTION() local
4187 top = mail_thread(imap_conn_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()
4192 if (top == NIL) { in PHP_FUNCTION()
4198 if (build_thread_tree(top, &return_value) == FAILURE) { in PHP_FUNCTION()
4199 mail_free_threadnode(&top); in PHP_FUNCTION()
4202 mail_free_threadnode(&top); in PHP_FUNCTION()
/PHP-8.2/ext/json/
H A Djson_scanner.re110 re2c:indent:top = 1;
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c1196 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace_build_tssa() local
2321 call = top; in zend_jit_trace_build_tssa()
2324 top = zend_jit_trace_call_frame(top, op_array); in zend_jit_trace_build_tssa()
2441 top = frame; in zend_jit_trace_build_tssa()
2460 call = top; in zend_jit_trace_build_tssa()
2465 top = zend_jit_trace_call_frame(top, p->op_array); in zend_jit_trace_build_tssa()
2501 top = call; in zend_jit_trace_build_tssa()
6629 top = frame; in zend_jit_trace()
6691 call = top; in zend_jit_trace()
6723 top = zend_jit_trace_call_frame(top, p->op_array); in zend_jit_trace()
[all …]
/PHP-8.2/sapi/litespeed/
H A DREADME.md102 3. Click 'Apply Changes' link on the top left of the page, then click
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1474 sljit_u8 *top; member
/PHP-8.2/Zend/Optimizer/
H A Dsccp.c82 zval top; member
853 #define SET_RESULT_TOP(op) SET_RESULT(op, &ctx->top)
2370 MAKE_TOP(&sccp->top); in sccp_context_init()
/PHP-8.2/ext/gd/libgd/
H A Dgdft.c1187 …, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top);
/PHP-8.2/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt17 * Shift-JIS is fun! The first byte only represents the top 7 bits of
/PHP-8.2/ext/oci8/
H A Dconfig.m429 …AC_MSG_ERROR([Expected an ORACLE_HOME top level directory but ${OCI8_DIR} appears to be an Instant…
/PHP-8.2/ext/gd/
H A Dgd.c1093 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1151 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1158 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/PHP-8.2/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
/PHP-8.2/ext/openssl/
H A Dopenssl.c472 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
473 if (errors->top == errors->bottom) { in php_openssl_store_errors()
476 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
6685 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { in PHP_FUNCTION()

Completed in 335 milliseconds

12345