Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-7.4/ext/ldap/tests/
H A Dldap_errno_basic.phpt16 "top",
H A Dldap_add_error.phpt39 "top",
52 0 => "top",
69 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "top"
H A Dldap_get_entries_basic.phpt42 string(3) "top"
H A Dldap_read_basic.phpt43 string(3) "top"
H A Dldap_mod_add_basic.phpt49 string(3) "top"
H A Dldap_delete_ext.phpt19 "top",
/PHP-7.4/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-7.4/ext/pdo_dblib/tests/
H A Dbug_45876.phpt12 $stmt = $db->prepare("select top 1 ic1.* from information_schema.columns ic1");
/PHP-7.4/Zend/
H A Dzend_stack.h24 int size, top, max; member
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()
H A Dzend_objects_API.h47 uint32_t top; member
H A Dzend_gc.c291 static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *top, zend_refcounted *ref) in gc_stack_push() argument
293 if (UNEXPECTED(*top == GC_STACK_SEGMENT_SIZE)) { in gc_stack_push()
295 (*top) = 0; in gc_stack_push()
297 (*stack)->data[(*top)++] = ref; in gc_stack_push()
300 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop() argument
302 if (UNEXPECTED((*top) == 0)) { in gc_stack_pop()
307 (*top) = GC_STACK_SEGMENT_SIZE - 1; in gc_stack_pop()
311 return (*stack)->data[--(*top)]; in gc_stack_pop()
/PHP-7.4/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";
/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/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.4/ext/opcache/
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/sljit/
H A DsljitUtils.c244 stack->top = stack->end; in sljit_allocate_stack()
362 stack->top = stack->end; in sljit_allocate_stack()
/PHP-7.4/ext/openssl/
H A Dphp_openssl.h79 int top; member
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg

Completed in 46 milliseconds

1234