Home
last modified time | relevance | path

Searched refs:top (Results 26 – 50 of 115) sorted by relevance

12345

/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_cmd.h67 phpdbg_param_t *top; member
81 (v)->top = NULL; \
137 …ck_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top);
/PHP-8.2/ext/ldap/tests/
H A Dldap_add_error.phpt32 "top",
45 0 => "top",
64 "top",
H A Dldap_errno_basic.phpt17 "top",
H A Dldap_error_basic.phpt17 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "top"
H A Dldap_delete_basic.phpt17 "top",
H A Dldap_get_entries_basic.phpt42 string(3) "top"
H A Dldap_read_basic.phpt44 string(3) "top"
H A Dldap_mod_add_basic.phpt49 string(3) "top"
/PHP-8.2/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-8.2/ext/spl/
H A Dspl_heap_arginfo.h91 ZEND_METHOD(SplPriorityQueue, top);
106 ZEND_METHOD(SplHeap, top);
117 ZEND_ME(SplPriorityQueue, top, arginfo_class_SplPriorityQueue_top, ZEND_ACC_PUBLIC)
137 ZEND_ME(SplHeap, top, arginfo_class_SplHeap_top, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php44 public function top(): mixed {} function in SplDoublyLinkedList
/PHP-8.2/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm65 ; save stack top address to x3
74 ; save top address of context_stack as 'base'
H A Dmake_ppc32_sysv_macho_gas.S83 ; first arg of make_fcontext() == top address of context-function
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
50 ; first arg of make_fcontext() == top of context-stack
52 ; save top address of context stack as 'base'
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substring.c484 uint16_t top = code->name_count; in pcre2_substring_nametable_scan() local
488 while (top > bot) in pcre2_substring_nametable_scan()
490 uint16_t mid = (top + bot) / 2; in pcre2_substring_nametable_scan()
516 if (c > 0) bot = mid + 1; else top = mid; in pcre2_substring_nametable_scan()
/PHP-8.2/ext/pdo_dblib/tests/
H A Dbug_45876.phpt13 $stmt = $db->prepare("select top 1 ic1.* from information_schema.columns ic1");
/PHP-8.2/Zend/
H A Dzend_stack.h24 int size, top, max; member
/PHP-8.2/tests/output/
H A Dob_implicit_flush_basic_002.phpt14 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
/PHP-8.2/ext/spl/tests/
H A Ddllist_004.phpt26 echo $stack->top()."\n";
H A Ddllist_005.phpt26 echo $queue->top()."\n";
H A Ddllist_001.phpt30 echo $dll->top()."\n";
H A Dbug65069.phpt31 // top directory
/PHP-8.2/ext/oci8/tests/
H A Ddefine6.phpt76 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute
/PHP-8.2/ext/opcache/
H A DZendAccelerator.h239 zend_string *top; member
328 …*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_strings).top)

Completed in 58 milliseconds

12345