Home
last modified time | relevance | path

Searched refs:elements (Results 276 – 300 of 341) sorted by relevance

1...<<11121314

/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_recursive_variation3.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_search_variation1.phpt45 /* loop to check if elements in $array_compare exist in $arrays
H A Dsizeof_variation1.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
/PHP-7.4/ext/soap/
H A Dsoap.c4698 if (type->elements) {
4702 ZEND_HASH_FOREACH_PTR(type->elements, item_type) {
4711 if (type->elements) {
4716 ZEND_HASH_FOREACH_PTR(type->elements, item_type) {
4766 } else if (type->elements &&
4767 zend_hash_num_elements(type->elements) == 1 &&
4768 (zend_hash_internal_pointer_reset(type->elements),
4769 (elementType = zend_hash_get_current_data_ptr(type->elements)) != NULL) &&
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13 …xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta=…
/PHP-7.4/Zend/
H A Dzend_alloc.c323 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
328 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
333 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
/PHP-7.4/ext/ffi/
H A Dffi.c306 t->elements = (ffi_type**)(t + 1); in zend_ffi_make_fake_struct_type()
311 t->elements[i] = &ffi_type_float; in zend_ffi_make_fake_struct_type()
314 t->elements[i] = &ffi_type_double; in zend_ffi_make_fake_struct_type()
318 t->elements[i] = &ffi_type_longdouble; in zend_ffi_make_fake_struct_type()
325 t->elements[i] = &ffi_type_uint8; in zend_ffi_make_fake_struct_type()
329 t->elements[i] = &ffi_type_uint16; in zend_ffi_make_fake_struct_type()
333 t->elements[i] = &ffi_type_uint32; in zend_ffi_make_fake_struct_type()
337 t->elements[i] = &ffi_type_uint64; in zend_ffi_make_fake_struct_type()
340 t->elements[i] = &ffi_type_pointer; in zend_ffi_make_fake_struct_type()
348 t->elements[i] = NULL; in zend_ffi_make_fake_struct_type()
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt10 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation11.phpt10 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation12.phpt11 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation5.phpt10 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation6.phpt13 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation7.phpt13 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation8.phpt13 /* the array is with three elements in it. Each element should be read as
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt16 /* the array is with two elements in it. Each element should be read as
H A Dfputcsv_variation1.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation5.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation6.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation7.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation8.phpt17 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation22.phpt17 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation29.phpt17 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation30.phpt17 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation31.phpt17 /* the array is with two elements in it. Each element should be read as

Completed in 132 milliseconds

1...<<11121314