Home
last modified time | relevance | path

Searched refs:elements (Results 301 – 325 of 380) sorted by relevance

1...<<111213141516

/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI163 ci->num_of_elements: number of elements in ci. (current version: 5)
522 Get/Set elements of the syntax.
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists.phpt51 // arrays with variation in elements
H A Darray_udiff_uassoc_variation3.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Darray_udiff_uassoc_variation4.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Dsizeof_variation4.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
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 Darray_unshift_variation1.phpt6 * Description: Pushes elements onto the beginning of the array
H A Darray_unshift_variation2.phpt6 * Description: Pushes elements onto the beginning of the array
H A Din_array_variation1.phpt46 /* loop to check if elements in $array_compare exist in $arrays
/PHP-7.1/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-7.1/ext/oci8/
H A Dphp_oci8_int.h253 void *elements; member
/PHP-7.1/ext/intl/doc/
H A DTutorial.txt113 Not all the elements are required. Valid values for locale elements are general valid values
/PHP-7.1/ext/soap/
H A Dsoap.c4678 if (type->elements) {
4682 ZEND_HASH_FOREACH_PTR(type->elements, item_type) {
4691 if (type->elements) {
4696 ZEND_HASH_FOREACH_PTR(type->elements, item_type) {
4746 } else if (type->elements &&
4747 zend_hash_num_elements(type->elements) == 1 &&
4748 (zend_hash_internal_pointer_reset(type->elements),
4749 (elementType = zend_hash_get_current_data_ptr(type->elements)) != NULL) &&
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt14 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation14.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation18.phpt16 /* the array is with two elements in it. Each element should be read as
/PHP-7.1/ext/phar/tests/zip/
H A Dbug48791.phpt14 …xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta=…
/PHP-7.1/Zend/
H A Dzend_alloc.c322 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
327 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
332 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
/PHP-7.1/
H A DUPGRADING83 . Array elements or object properties that are automatically created during
316 contain exactly two elements.
/PHP-7.1/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

Completed in 82 milliseconds

1...<<111213141516