Home
last modified time | relevance | path

Searched refs:list (Results 176 – 200 of 403) sorted by relevance

12345678910>>...17

/php-src/ext/mbstring/tests/
H A Dcasefolding.phpt23 foreach ($tests as list($a, $b)) {
H A Dmb_detect_order_empty_encoding_list.phpt2 Test mb_detect_order() function : empty encoding list
H A Dmb_detect_encoding_empty_encoding_list.phpt2 Test mb_detect_encoding() function : empty encoding list
H A Dmb_convert_encoding_empty_encoding_list.phpt2 Test mb_convert_encoding() function : empty encoding list
H A Dmb_convert_variables_empty_encoding_list.phpt2 Test mb_convert_variables() function : empty encoding list
/php-src/sapi/fpm/
H A DLICENSE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
/php-src/ext/standard/libavifinfo/
H A DLICENSE8 notice, this list of conditions and the following disclaimer.
11 notice, this list of conditions and the following disclaimer in
/php-src/Zend/tests/nullsafe_operator/
H A D021.phpt2 Test nullsafe in list assign
/php-src/Zend/tests/
H A Dclosure_004.phpt21 list ($lambda1, $lambda2) = run();
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
H A Dbug51421.phpt2 Bug #51421 (Abstract __construct constructor argument list not enforced)
/php-src/Zend/tests/match/
H A D041.phpt2 Match expression with trailing comma in condition list
/php-src/Zend/tests/enum/
H A Dunit-cases.phpt2 Unit enums can list cases
/php-src/ext/pcre/tests/
H A Dbug70345.phpt19 Warning: preg_match(): Get subpatterns list failed in %s on line %d
/php-src/Zend/tests/list/
H A Dlist_reference_009.phpt2 "Reference Unpacking - VM Safety" list()
/php-src/ext/opcache/tests/
H A Dbug65510.phpt14 @list($a, $b) = $n;
/php-src/Zend/
H A Dzend_ast.h293 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *list, zend_ast *op);
376 zend_ast_list *list = zend_ast_get_list(ast); in zend_ast_list_rtrim() local
377 if (list->children && list->child[list->children - 1] == NULL) { in zend_ast_list_rtrim()
378 list->children--; in zend_ast_list_rtrim()
H A Dzend_compile.c1857 if (list) { in zend_add_to_list()
1858 while (list[n]) { in zend_add_to_list()
1863 list = erealloc(list, sizeof(void*) * (n+2)); in zend_add_to_list()
1865 list[n] = item; in zend_add_to_list()
1866 list[n+1] = NULL; in zend_add_to_list()
1868 *(void**)result = list; in zend_add_to_list()
5649 zend_ast_list *list; in zend_compile_expr_list() local
7422 if (!list->children) { in zend_compile_closure_binding()
9098 if (!list->children) { in zend_try_ct_eval_array()
10039 last = list->child[list->children-1]; in zend_compile_const()
[all …]
/php-src/sapi/phpdbg/tests/
H A Dbug73704.phpt4 list 6
/php-src/Zend/tests/grammar/
H A Dregression_006.phpt2 Test to ensure const list syntax declaration works
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
/php-src/ext/date/tests/
H A Dbug46111.phpt8 # An empty list indicates no errors
/php-src/ext/dom/
H A Dnamespace_compat.c495 in_scope_ns.list = safe_emalloc(in_scope_ns.count, sizeof(xmlNsPtr), 0); in php_dom_get_in_scope_ns()
500 in_scope_ns.list[index++] = ns; in php_dom_get_in_scope_ns()
514 in_scope_ns.list = xmlGetNsList(node->doc, node); in php_dom_get_in_scope_ns_legacy()
517 if (in_scope_ns.list != NULL) { in php_dom_get_in_scope_ns_legacy()
518 while (in_scope_ns.list[in_scope_ns.count] != NULL) { in php_dom_get_in_scope_ns_legacy()
530 efree(in_scope_ns->list); in php_dom_in_scope_ns_destroy()
532 xmlFree(in_scope_ns->list); in php_dom_in_scope_ns_destroy()
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt13 /* Note that the list is live. The explanation for the output is as follows:
24 …Because the list is live, the current element pointer still refers to the first index, which now c…

Completed in 64 milliseconds

12345678910>>...17