Home
last modified time | relevance | path

Searched refs:list (Results 126 – 150 of 404) sorted by relevance

12345678910>>...17

/php-src/ext/soap/tests/schema/
H A Dschema018.phpt2 SOAP XML Schema 18: union with list
16 <list itemType="int"/>
H A Dschema019.phpt2 SOAP XML Schema 19: union with list
16 <list itemType="int"/>
H A Dschema020.phpt2 SOAP XML Schema 20: union with list
18 <list itemType="int"/>
/php-src/ext/dom/lexbor/lexbor/core/
H A Darray.h18 void **list; member
68 return array->list[idx]; in lexbor_array_get()
/php-src/ext/spl/
H A Dphp_spl.c681 efree(*list); in spl_build_class_list_string()
682 *list = res; in spl_build_class_list_string()
688 zval list, *zv; in PHP_MINFO_FUNCTION() local
694 array_init(&list); in PHP_MINFO_FUNCTION()
695 SPL_LIST_CLASSES(&list, 0, 1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
697 ZEND_HASH_MAP_FOREACH_VAL(Z_ARRVAL_P(&list), zv) { in PHP_MINFO_FUNCTION()
700 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
704 array_init(&list); in PHP_MINFO_FUNCTION()
705 SPL_LIST_CLASSES(&list, 0, -1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
707 ZEND_HASH_MAP_FOREACH_VAL(Z_ARRVAL_P(&list), zv) { in PHP_MINFO_FUNCTION()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.h25 lxb_css_rule_declaration_list_t *list; member
85 lxb_css_rule_declaration_list_t *list,
109 lxb_css_rule_declaration_list_t *list);
/php-src/ext/intl/tests/
H A Dresourcebundle.build19 $list[] = str_replace(".res", "", $file->getFileName());
22 $filelist = join(" {\"\"}\n", $list);
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt8 public static function list(){ echo __METHOD__, PHP_EOL; }
35 TraitA::list as public /**/ foreach;
H A Dregression_013.phpt6 class A { function foo() { "{${$a}}"; } function list() {} }
/php-src/ext/exif/
H A Dexif.c1783 union _image_info_value *list; member
1798 image_info_data *list; member
1919 file_section *list; member
1938 xp_field_type *list; member
2122 ImageInfo->file.list[count].size = 0; in exif_file_sections_add()
2169 EFREE_IF(ImageInfo->file.list); in exif_file_sections_free()
2178 info_list->list = safe_erealloc( in exif_alloc_image_info_data()
2437 if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) { in exif_iif_free()
2892 info_data = &info_list->list[i]; in exif_thumbnail_build()
2913 info_data = &info_list->list[i]; in exif_thumbnail_build()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dcall_chain_exit.phpt2 Exit in argument list
H A Dfetch_list_r_001.phpt11 list($$v) = "";
/php-src/ext/standard/tests/array/
H A Darray_map_variation16.phpt7 * echo(), array(), empty(), eval(), exit(), isset(), list(), print()
23 'list',
53 array_map(): Argument #1 ($callback) must be a valid callback or null, function "list" not found or…
/php-src/ext/opcache/tests/opt/
H A Ddce_013.phpt7 list(&$y)=$a;
H A Ddce_014.phpt7 +list(&$y) = $a;
/php-src/Zend/tests/
H A Dlist_008.phpt2 Assignment to invalid list() value
H A Dbug65969.phpt6 list($a,$b) = $obj->prop = [1,2];
H A Dclosure_use_trailing_comma.phpt2 Closure use list can have trailing commas
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
H A Dthis_in_foreach_004.phpt6 foreach ($a as list($this)) {
H A Dlist_keyed_leading_comma.phpt2 Leading comma in keyed list assignment
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic5.phpt14 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format1);
16 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format2);
/php-src/ext/dom/tests/modern/spec/
H A Dnode_list_dump.inc3 echo "Node list length: ";
/php-src/Zend/tests/list/
H A Dlist_reference_004.phpt2 "Reference Unpacking - Foreach" list()
H A Dlist_reference_011.phpt2 "Reference Unpacking - Compile Error (const)" list()

Completed in 48 milliseconds

12345678910>>...17