Home
last modified time | relevance | path

Searched refs:elements (Results 251 – 275 of 341) sorted by relevance

1...<<11121314

/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_variation2.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_map_object1.phpt6 * Description: Applies the callback to the elements of the given arrays
H A Darray_merge_recursive_variation2.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_recursive_variation4.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_reverse_variation4.phpt63 // loop through the various elements of $arrays to test array_reverse()
H A Darray_reverse_variation5.phpt66 // loop through the various elements of $arrays to test array_reverse()
H A Darray_udiff_uassoc_variation1.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Darray_udiff_uassoc_variation2.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Darray_udiff_uassoc_variation5.phpt6 …arguments but do additional checks whether the keys are equal. Keys and elements are compared by u…
H A Darray_fill_object.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
H A Darray_reverse_variation3.phpt64 // loop through the various elements of $arrays to test array_reverse()
H A Darray_key_exists.phpt51 // arrays with variation in elements
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.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt393 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
395 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
399 Warning: mysqli_stmt_bind_param(): Number of elements in type definition string doesn't match numbe…
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt51 array(), // zero elements
H A Dserialization_arrays_002.phpt2 serialization: arrays with references amonst elements
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt15 /* the array is with three elements in it. Each element should be read as
H A Dfile.inc11 compare_self_stat() : compares the first 13 elements of the
578 $op = type of the comparison to be perform between elements of stat1 and stat2
583 $fields = contains the key of the elements that needs to be compared.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt96 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
97 foreach ($elements as $k => $element)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c75 const static phpdbg_element_t elements[] = { variable
268 const phpdbg_element_t *element = elements; in phpdbg_get_element()
/PHP-7.4/ext/standard/tests/strings/
H A Dimplode1.phpt7 array elements in the same order, with the glue string between each element.
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h253 void *elements; member

Completed in 50 milliseconds

1...<<11121314