Home
last modified time | relevance | path

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

12345

/PHP-8.2/ext/dom/lexbor/lexbor/css/
H A Drule.h136 lxb_css_property_top_t *top; member
H A Dproperty.h69 lxb_css_property_margin_top_t top; member
77 lxb_css_property_padding_top_t top; member
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c951 original_stack->top = EG(vm_stack_top); in PHPDBG_COMMAND()
987 EG(vm_stack_top) = original_stack->top; in PHPDBG_COMMAND()
1035 if (i < EG(objects_store).top && *obj && IS_OBJ_VALID(*obj) && (*obj)->ce == zend_ce_generator) { in PHPDBG_COMMAND()
1050 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.c2093 PCRE2_SIZE i, bot, top; in get_ucp() local
2200 top = PRIV(utt_size); in get_ucp()
2202 while (bot < top) in get_ucp()
2205 i = (bot + top) >> 1; in get_ucp()
2234 if (r > 0) bot = i + 1; else top = i; in get_ucp()
/PHP-8.2/ext/dom/lexbor/lexbor/css/property/
H A Dres.h182 …&(lxb_css_property_margin_t) {.top = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_fl…
230 …&(lxb_css_property_padding_t) {.top = {.type = LXB_CSS_VALUE__LENGTH, .u.length = {.num = 0, .is_f…
/PHP-8.2/Zend/
H A Dzend.c1362 if (CG(stack).top) { \
1364 CG(stack).top = CG(stack).max = 0; \
1367 stack.top = 0; \
1372 if (stack.top) { \
H A Dzend_fibers.c565 EG(vm_stack_top) = stack->top + ZEND_CALL_FRAME_SLOT; in zend_fiber_execute()
569 fiber->execute_data = (zend_execute_data *) stack->top; in zend_fiber_execute()
H A Dzend_vm_def.h5105 zval *arg, *top; variable
5140 if (UNEXPECTED(!top)) { in ZEND_HASH_FOREACH_STR_KEY_VAL()
5159 ZVAL_REF(top, Z_REF_P(arg)); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5166 ZVAL_NEW_REF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5169 ZVAL_COPY_DEREF(top, arg); in ZEND_HASH_FOREACH_STR_KEY_VAL()
5201 zval *arg, *top; variable
5236 if (UNEXPECTED(!top)) {
5252 ZVAL_NEW_REF(top, arg);
5254 ZVAL_COPY_VALUE(top, arg);
5278 ZVAL_NEW_REF(top, arg);
[all …]
H A Dzend_execute.c192 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init()
202 EG(vm_stack_top) = EG(vm_stack)->top; in zend_vm_stack_init_ex()
223 stack->top = EG(vm_stack_top); in zend_vm_stack_extend()
228 ptr = stack->top; in zend_vm_stack_extend()
4181 EG(vm_stack)->prev->top = (zval*)call; in zend_vm_stack_copy_call_frame()
4184 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.php1637 $top = array_shift($specs);
1645 foreach ($top as $mode) {
/PHP-8.2/
H A DREADME.md99 Extensions provide additional functionality on top of PHP. PHP consists of many
/PHP-8.2/ext/spl/
H A Dspl_heap.c722 PHP_METHOD(SplPriorityQueue, top) in PHP_METHOD() argument
833 PHP_METHOD(SplHeap, top) in PHP_METHOD() argument
H A Dspl_dllist.c555 PHP_METHOD(SplDoublyLinkedList, top) in PHP_METHOD() argument
/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.c1264 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace_build_tssa() local
2391 call = top; in zend_jit_trace_build_tssa()
2394 top = zend_jit_trace_call_frame(top, op_array); in zend_jit_trace_build_tssa()
2508 top = frame; in zend_jit_trace_build_tssa()
2524 call = top; in zend_jit_trace_build_tssa()
2529 top = zend_jit_trace_call_frame(top, p->op_array); in zend_jit_trace_build_tssa()
2565 top = call; in zend_jit_trace_build_tssa()
6745 top = frame; in zend_jit_trace()
6807 call = top; in zend_jit_trace()
6839 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.h1758 sljit_u8 *top; member
/PHP-8.2/Zend/Optimizer/
H A Dsccp.c82 zval top; member
869 #define SET_RESULT_TOP(op) SET_RESULT(op, &ctx->top)
2444 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/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/openssl/
H A Dopenssl.c477 errors->top = (errors->top + 1) % ERR_NUM_ERRORS; in php_openssl_store_errors()
478 if (errors->top == errors->bottom) { in php_openssl_store_errors()
481 errors->buffer[errors->top] = error_code; in php_openssl_store_errors()
510 errors->top = 0; in php_openssl_errors_restore_mark()
6923 if (OPENSSL_G(errors) == NULL || OPENSSL_G(errors)->top == OPENSSL_G(errors)->bottom) { 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/docs/
H A Dstreams.md211 `FILE*` on top of any stream, which is useful for SSL sockets, memory based

Completed in 226 milliseconds

12345