Home
last modified time | relevance | path

Searched refs:list (Results 101 – 125 of 404) sorted by relevance

12345678910>>...17

/php-src/ext/soap/tests/schema/
H A Dschema012.phpt2 SOAP XML Schema 12: simpleType/list (inline type) (as array)
11 <list>
15 </list>
H A Dschema021.phpt2 SOAP XML Schema 21: list of unions
11 <list>
15 </list>
H A Dschema022.phpt2 SOAP XML Schema 22: list of unions
13 <list>
17 </list>
H A Dschema009.phpt2 SOAP XML Schema 9: simpleType/list (as string)
11 <list itemType="token"/>
H A Dschema010.phpt2 SOAP XML Schema 10: simpleType/list (as array)
11 <list itemType="token"/>
H A Dschema017.phpt2 SOAP XML Schema 17: union with list
18 <list itemType="int"/>
/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_3.phpt2 list() with keys, evaluation order #3
15 list($a[$i++] => $a[$i++], $a[$i++] => $a[$i++]) = $a[$i++];
H A Dlist_keyed_undefined.phpt2 list() with undefined keys
11 list(5 => $five, "duke" => $duke) = $contrivedMixedKeyTypesExample;
H A Dbug73663_2.phpt2 Bug #73663.2 ("Invalid opcode 65/16/8" occurs with a variable created with list())
11 change(list($val) = $array);
H A Dbug32252.phpt32 $list = new Test();
35 $list[-1] = 123;
/php-src/ext/openssl/
H A Dconfig0.m47 [whether to use system default cipher list instead of hardcoded value],
9 [OPENSSL: Use system default cipher list instead of hardcoded value])],
29 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt22 list($a[i1()+i2()], , list($a[i3()], $a[])) = array(0, 1, array(30, 40), 3);
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for a non-empty list.
10 // Add some items to the list
/php-src/ext/dom/tests/
H A Dgh11682.phpt11 $list = [
19 $node->before(...$list);
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt15 /* Test the setlocale() when an array is provided as input containing list of locales */
36 /* Collect existing system locales and prepare a list of locales that can be used as
39 echo "*** Testing setlocale() with an array containing list of locales ***\n";
55 //set of currency symbol according to above list of locales
72 // prepare the list of locales based on list of locales found in the system
113 *** Testing setlocale() with an array containing list of locales ***
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c449 lxb_css_rule_list_t *list; in lxb_html_document_stylesheet_apply() local
458 rule = list->first; in lxb_html_document_stylesheet_apply()
499 lxb_css_rule_list_t *list; in lxb_html_document_stylesheet_remove() local
509 rule = list->first; in lxb_html_document_stylesheet_remove()
560 rule = list->first; in lxb_html_document_element_styles_attach()
1165 el->list->first = NULL;
1166 el->list->last = NULL;
1168 el->list = lxb_css_rule_declaration_list_destroy(el->list, true);
1230 el->list->first = NULL;
1231 el->list->last = NULL;
[all …]
H A Delement.c242 lxb_css_rule_declaration_list_t *list; in lxb_html_element_style_parse()
248 list = lxb_css_declaration_list_parse(css->parser, css->memory, in lxb_html_element_style_parse()
250 if (list == NULL) { in lxb_html_element_style_parse()
254 element->list = list; in lxb_html_element_style_parse()
256 return lxb_html_element_style_list_append(element, list, in lxb_html_element_style_parse()
380 lxb_css_rule_declaration_list_t *list, in lxb_html_element_style_list_append() argument
387 rule = list->first; in lxb_html_element_style_list_append()
525 lxb_css_rule_declaration_list_t *list) in lxb_html_element_style_remove_by_list() argument
536 == (lxb_css_rule_t *) list) in lxb_html_element_style_remove_by_list()
556 != (lxb_css_rule_t *) list) in lxb_html_element_style_remove_by_list()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dplog.c23 status = lexbor_array_obj_init(&plog->list, init_size, struct_size); in lexbor_plog_init()
38 lexbor_array_obj_destroy(&plog->list, false); in lexbor_plog_destroy()
H A Darray_obj.h18 uint8_t *list; member
76 return array->list + (idx * array->struct_size); in lexbor_array_obj_get()
104 return array->list + ((array->length - 1) * array->struct_size); in lexbor_array_obj_last()
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c30 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->open_elements->list; in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed() local
34 if (idx > 0 && list[idx]->local_name != token->tag_id) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
40 if (list[idx]->local_name == token->tag_id) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
41 lxb_html_tree_open_elements_pop_until_node(tree, list[idx], true); in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
48 if (list[idx]->ns == LXB_NS_HTML) { in lxb_html_tree_insertion_mode_foreign_content_anything_else_closed()
/php-src/ext/standard/tests/serialize/
H A Dbug65806.phpt52 $list = new myList($objC);
54 echo 'check ' . check($list->get()) . PHP_EOL;
57 $newList = unserialize(serialize($list));
/php-src/Zend/
H A Dzend_alloc.c1742 list->ptr = ptr;
1743 list->size = size;
1768 size = list->size;
1772 prev = list;
1773 list = list->next;
1786 list = list->next;
1811 list = list->next;
2166 while (list) {
2184 heap->huge_list = list = list->next;
2307 while (list) {
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/
H A Dcollection.c47 if (col->array.list != NULL) { in lxb_dom_collection_destroy()
50 col->array.list = NULL; in lxb_dom_collection_destroy()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1013 void **list = tree->open_elements->list; in lxb_html_tree_reset_insertion_mode_appropriately() local
1020 node = list[idx]; in lxb_html_tree_reset_insertion_mode_appropriately()
1165 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope() local
1169 node = list[idx]; in lxb_html_tree_element_in_scope()
1191 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_by_node() local
1195 node = list[idx]; in lxb_html_tree_element_in_scope_by_node()
1215 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_h123456() local
1219 node = list[idx]; in lxb_html_tree_element_in_scope_h123456()
1254 void **list = tree->open_elements->list; in lxb_html_tree_element_in_scope_tbody_thead_tfoot() local
1258 node = list[idx]; in lxb_html_tree_element_in_scope_tbody_thead_tfoot()
[all …]
/php-src/ext/gd/tests/
H A Dbug73281.phpt19 list($x, $y) = $coordinate;
29 list($x, $y) = $coordinate;

Completed in 78 milliseconds

12345678910>>...17