Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/ldap/tests/
H A Dldap_modify_basic.phpt18 "top",
53 string(3) "top"
H A Dldap_add_basic.phpt18 "top",
51 string(3) "top"
H A Dconnect.inc37 "top",
47 "top",
74 "top",
H A Dldap_add_ext.phpt21 "top",
73 string(3) "top"
H A Dldap_add_error.phpt39 "top",
52 0 => "top",
69 "top",
H A Dldap_errno_basic.phpt16 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_get_entries_basic.phpt42 string(3) "top"
H A Dldap_get_attributes_basic.phpt36 string(3) "top"
H A Dldap_read_basic.phpt43 string(3) "top"
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_parser.c1477 { phpdbg_stack_separate((yyvsp[(1) - (3)]).top); (yyval) = (yyvsp[(3) - (3)]); }
1483 { (yyval).top = PHPDBG_G(parser_stack)->top; }
1489 …ack_push(PHPDBG_G(parser_stack), &(yyvsp[(1) - (1)])); (yyval).top = PHPDBG_G(parser_stack)->top; }
1495 …ack_push(PHPDBG_G(parser_stack), &(yyvsp[(1) - (1)])); (yyval).top = PHPDBG_G(parser_stack)->top; }
1501 …ack_push(PHPDBG_G(parser_stack), &(yyvsp[(2) - (2)])); (yyval).top = PHPDBG_G(parser_stack)->top; }
1930 const phpdbg_param_t *top = PHPDBG_G(parser_stack); in yyerror() local
1932 while (top) { in yyerror()
1933 phpdbg_param_debug(top, "--> "); in yyerror()
1934 top = top->next; in yyerror()
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.3/ext/wddx/
H A Dwddx.c94 int top, max; member
173 stack->top = 0; in wddx_stack_init()
193 return stack->top++; in wddx_stack_push()
201 if (stack->top > 0) { in wddx_stack_top()
215 if (stack->top == 0) { in wddx_stack_is_empty()
884 if (stack->top == 0) { in php_wddx_pop_element()
897 stack->top--; in php_wddx_pop_element()
933 if (stack->top > 1) { in php_wddx_pop_element()
934 stack->top--; in php_wddx_pop_element()
1012 stack->top--; in php_wddx_pop_element()
[all …]
/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_pass_float.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_integer.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_array.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_null.phpt9 $list->push("top");
H A Ddllist_004.phpt26 echo $stack->top()."\n";
/PHP-7.3/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-7.3/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.3/ext/pdo_dblib/tests/
H A Dbug_45876.phpt12 $stmt = $db->prepare("select top 1 ic1.* from information_schema.columns ic1");
/PHP-7.3/Zend/
H A Dzend_stack.h24 int size, top, max; member
/PHP-7.3/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.3/ext/opcache/
H A DZendAccelerator.h234 zend_string *top; member
309 …*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_strings).top)

Completed in 59 milliseconds

12345