Home
last modified time | relevance | path

Searched refs:top (Results 26 – 50 of 97) sorted by last modified time

1234

/PHP-7.4/ext/spl/
H A Dspl_heap.c713 SPL_METHOD(SplPriorityQueue, top) in SPL_METHOD() argument
830 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
1185 SPL_ME(SplPriorityQueue, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)
1203 SPL_ME(SplHeap, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c638 SPL_METHOD(SplDoublyLinkedList, top) in SPL_METHOD() argument
1432 SPL_ME(SplDoublyLinkedList, top, arginfo_dllist_void, ZEND_ACC_PUBLIC)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c446 stack->top = next; in phpdbg_stack_push()
447 next->top = NULL; in phpdbg_stack_push()
451 next->top = stack->top; in phpdbg_stack_push()
465 stack->top = param->top; in phpdbg_stack_separate()
480 if (!top || top->type == STACK_PARAM) { in phpdbg_stack_verify()
520 if (top && top->type == STACK_PARAM) { in phpdbg_stack_verify()
546 if (top) { in phpdbg_stack_verify()
547 top = top->next; in phpdbg_stack_verify()
620 (*top) = (*top)->next; in phpdbg_stack_resolve()
655 if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { in phpdbg_stack_resolve()
[all …]
H A Dphpdbg_sigio_win32.c35 top: in ZEND_EXTERN_MODULE_GLOBALS()
43 goto top; in ZEND_EXTERN_MODULE_GLOBALS()
61 goto top; in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_cmd.h69 phpdbg_param_t *top; member
83 (v)->top = NULL; \
143 …ck_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top);
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c485 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)ZCSG(interne…
487 …zeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top));
629 …add_assoc_long(&interned_strings_usage, "used_memory", (char*)ZCSG(interned_strings).top - (char*)…
630 …rings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)ZCSG(interned_strings).top);
H A DZendAccelerator.h236 zend_string *top; member
320 …*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_strings).top)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c55 local_stack.top = local_space + MACHINE_STACK_SIZE; in jit_machine_stack_exec()
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1680 $top = array_shift($specs);
1688 foreach ($top as $mode) {
H A Dzend_execute.h152 zval *top; member
171 …D_ASSERT_VM_STACK(stack) ZEND_ASSERT(stack->top > (zval *) stack && stack->end > (zval *) stack &&…
281 EG(vm_stack_top) = prev->top; in zend_vm_stack_free_call_frame_ex()
/PHP-7.4/ext/spl/tests/
H A Ddllist_001.phpt30 echo $dll->top()."\n";
H A Ddllist_004.phpt26 echo $stack->top()."\n";
H A Ddllist_005.phpt26 echo $queue->top()."\n";
/PHP-7.4/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-7.4/ext/phar/tests/
H A Dphar_dir_iterate.phpt13 $phar['top.txt'] = 'hi';
14 $phar['sub/top.txt'] = 'there';
/PHP-7.4/ext/openssl/
H A Dphp_openssl.h79 int top; member
/PHP-7.4/ext/oci8/tests/
H A Ddefine6.phpt74 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute
/PHP-7.4/ext/ldap/tests/
H A Dldap_mod_add_error.phpt31 "top",
H A Dldap_mod_ext.phpt107 string(3) "top"
H A Dldap_modify_basic.phpt18 "top",
53 string(3) "top"
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_delete_ext.phpt19 "top",
H A Dldap_errno_basic.phpt16 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "top"

Completed in 53 milliseconds

1234