Home
last modified time | relevance | path

Searched refs:top (Results 51 – 75 of 115) sorted by relevance

12345

/PHP-7.3/ext/spl/tests/
H A Ddllist_005.phpt26 echo $queue->top()."\n";
H A Ddllist_001.phpt30 echo $dll->top()."\n";
/PHP-7.3/ext/ldap/tests/
H A Dldap_mod_add_basic.phpt49 string(3) "top"
H A Dldap_delete_ext.phpt19 "top",
H A Dldap_mod_add_error.phpt31 "top",
H A Dldap_modify_error.phpt31 "top",
H A Dldap_mod_ext.phpt107 string(3) "top"
H A Dldap_modify_batch_error.phpt40 "top",
/PHP-7.3/tests/output/
H A Dob_implicit_flush_basic_002.phpt20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
/PHP-7.3/Zend/
H A Dzend_execute.h144 zval *top; member
163 …D_ASSERT_VM_STACK(stack) ZEND_ASSERT(stack->top > (zval *) stack && stack->end > (zval *) stack &&…
278 EG(vm_stack_top) = prev->top; in zend_vm_stack_free_call_frame_ex()
H A Dzend_objects_API.h47 uint32_t top; member
H A Dzend_gc.c284 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push() argument
286 if (UNEXPECTED(*top == GC_STACK_SEGMENT_SIZE)) { in gc_stack_push()
288 (*top) = 0; in gc_stack_push()
290 (*stack)->data[(*top)++] = ref; in gc_stack_push()
293 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop() argument
295 if (UNEXPECTED((*top) == 0)) { in gc_stack_pop()
300 (*top) = GC_STACK_SEGMENT_SIZE - 1; in gc_stack_pop()
304 return (*stack)->data[--(*top)]; in gc_stack_pop()
/PHP-7.3/ext/openssl/
H A Dphp_openssl.h71 int top; member
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c55 local_stack.top = local_space + MACHINE_STACK_SIZE; in jit_machine_stack_exec()
/PHP-7.3/ext/gd/libgd/
H A Dgd_gif_in.c191 int top, left; in gdImageCreateFromGifCtx() local
223 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
/PHP-7.3/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-7.3/main/
H A Dmergesort.c246 #define reverse(bot, top) { \ argument
247 s = top; \
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c386 zend_string *s, *top; in accel_interned_strings_restore_state() local
391 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
394 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
402 top = ZCSG(interned_strings).top; in accel_interned_strings_restore_state()
404 if (EXPECTED(s < top)) { in accel_interned_strings_restore_state()
411 } while (s < top); in accel_interned_strings_restore_state()
418 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
490 …if (UNEXPECTED((char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top < STRTAB_STR_… in accel_new_interned_string()
498 s = ZCSG(interned_strings).top; in accel_new_interned_string()
507 ZCSG(interned_strings).top = STRTAB_NEXT(s); in accel_new_interned_string()
[all …]
H A Dzend_accelerator_module.c495 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)ZCSG(interne…
497 …zeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top));
641 …add_assoc_long(&interned_strings_usage, "used_memory", (char*)ZCSG(interned_strings).top - (char*)…
642 …rings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top);
/PHP-7.3/ext/spl/internal/
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
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c275 stack->top = stack->end; in sljit_allocate_stack()
/PHP-7.3/ext/spl/
H A Dspl_heap.c693 SPL_METHOD(SplPriorityQueue, top) in SPL_METHOD() argument
813 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
1160 SPL_ME(SplPriorityQueue, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)
1177 SPL_ME(SplHeap, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c7195 Node* top = absent; in parse_bag() local
7196 if (NODE_TYPE(top) != NODE_ALT || IS_NULL(NODE_CDR(top))) { in parse_bag()
7208 top = expr; in parse_bag()
8317 *top = NULL; in parse_branch()
8327 *top = node; in parse_branch()
8331 if (IS_NULL(*top)) { in parse_branch()
8336 headp = &(NODE_CDR(*top)); in parse_branch()
8368 *top = NULL; in parse_alts()
8378 *top = node; in parse_alts()
8382 if (IS_NULL(*top)) { in parse_alts()
[all …]

Completed in 158 milliseconds

12345