Home
last modified time | relevance | path

Searched refs:list (Results 226 – 250 of 403) sorted by relevance

12345678910>>...17

/php-src/ext/simplexml/tests/
H A D012.phpt44 Cannot append to an attribute list
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt93 printf("[001] Dumping list of unexpected constants\n");
98 printf("[002] Dumping list of missing constants\n");
/php-src/ext/mysqli/tests/
H A D063.phpt34 Unknown column 'invalid' in 'field list'
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt6 list - it does not replace the old function.
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt6 list - it does not replace the previously allowed functions.
/php-src/ext/dom/tests/
H A DDOMDocument_length_cache_invalidation.phpt2 DOMDocument node list length cache invalidation
H A Dbug67440.phpt21 list($document, $fragment) = createDocument();
27 list($document, $fragment) = createDocument();
36 list($document, $fragment) = createDocument();
43 list($document, $fragment) = createDocument();
/php-src/ext/pcntl/tests/
H A Dwaiting_on_sigchild_pcntl_wait.phpt24 // Sleeping ensures we get to add the process to the list before the signal is invoked.
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c495 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_li() local
503 node = list[idx]; in lxb_html_tree_insertion_mode_in_body_li()
559 void **list = tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
567 node = list[idx]; in lxb_html_tree_insertion_mode_in_body_dd_dt()
1651 lxb_dom_node_t **list = (lxb_dom_node_t **) tree->open_elements->list; in lxb_html_tree_insertion_mode_in_body_anything_else_closed() local
1657 if (lxb_html_tree_node_is(list[len], token->tag_id)) { in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1661 if (list[len] != lxb_html_tree_current_node(tree)) { in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1666 lxb_html_tree_open_elements_pop_until_node(tree, list[len], true); in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
1671 is = lxb_html_tag_is_category(list[len]->local_name, list[len]->ns, in lxb_html_tree_insertion_mode_in_body_anything_else_closed()
/php-src/tests/lang/
H A Dbug22510.phpt9 public $list = array();
13 $cl = &$this->list;
/php-src/sapi/fuzzer/dict/
H A Dparser85 "list"
/php-src/Zend/tests/
H A Dgh8548_2.phpt41 // The first iterations will allocate space for things like the resource list
H A Dgh8548.phpt41 // The first iterations will allocate space for things like the resource list
/php-src/Zend/tests/list/
H A Dlist_reference_003.phpt2 "Reference Unpacking - From Functions" list()
H A Dlist_reference_005.phpt2 "Reference Unpacking - Class Property and Methods" list()
/php-src/ext/standard/tests/strings/
H A Dhtmlentities17.phpt23 list(,$result) = unpack('H6', html_entity_decode($test[1], ENT_QUOTES, 'UTF-8'));
H A Dsscanf_basic1.phpt16 list($part, $number, $stock) = sscanf($str, $format);
H A Dsscanf_basic2.phpt16 list($part, $number, $stock) = sscanf($str, $format);
H A Dsscanf_basic3.phpt13 list($part, $length, $width, $depth) = sscanf($str, $format);
H A Dsscanf_basic4.phpt13 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format);
H A Dsscanf_basic7.phpt13 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format);
/php-src/main/
H A Drfc1867.h77 typedef void (*php_rfc1867_get_detect_order_t)(const zend_encoding ***list, size_t *list_size);
/php-src/
H A DCONTRIBUTING.md52 sent to the pull request mailing list. Sending a note to PHP Internals list
75 list of RFCs that have been previously considered on the
79 the development mailing list internals@lists.php.net. RFC Wiki accounts can be
82 repository. Mailing list subscription is explained on the
139 [documentation mailing list](mailto:phpdoc@lists.php.net).
145 [internals mailing list](mailto:internals@lists.php.net), or the
146 [documentation mailing list](mailto:phpdoc@lists.php.net) for documentation
270 extension maintainer, and discuss it on the development mailing list
271 pecl-dev@lists.php.net depending on the extension. PECL mailing list
303 - Did I send the patch to the right mailing list?
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c448 pcre2_substring_list_free(PCRE2_UCHAR **list) in pcre2_substring_list_free() argument
450 if (list != NULL) in pcre2_substring_list_free()
452 pcre2_memctl *memctl = (pcre2_memctl *)((char *)list - sizeof(pcre2_memctl)); in pcre2_substring_list_free()

Completed in 64 milliseconds

12345678910>>...17