Home
last modified time | relevance | path

Searched refs:elements (Results 201 – 225 of 265) sorted by relevance

1234567891011

/php-src/ext/standard/tests/array/
H A Darray_unshift_variation5.phpt65 // loop through the various elements of $arrays to test array_unshift()
H A Darray_unshift_variation9.phpt65 // loop through the various elements of $arrays to test array_unshift()
H A Darray_unshift_variation3.phpt43 // loop through the various elements of $arrays to test array_unshift()
H A Darray_reverse_variation3.phpt59 // loop through the various elements of $arrays to test array_reverse()
H A Darray_search_variation1.phpt39 /* loop to check if elements in $array_compare exist in $arrays
H A Din_array_variation1.phpt39 /* loop to check if elements in $array_compare exist in $arrays
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c72 static const phpdbg_element_t elements[] = { variable
265 const phpdbg_element_t *element = elements; in phpdbg_get_element()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt417 The number of elements in the type definition string must match the number of bind variables
419 The number of elements in the type definition string must match the number of bind variables
421 The number of elements in the type definition string must match the number of bind variables
/php-src/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt2 serialization: arrays with references amongst elements
H A Dserialization_miscTypes_001.phpt39 array(), // zero elements
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
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
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt9 /* 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.
H A Dfgetcsv_variation18.phpt15 /* the array is with two elements in it. Each element should be read as
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt84 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
85 foreach ($elements as $k => $element)
/php-src/ext/soap/
H A Dsoap.c4362 if (type->elements) { in type_to_string()
4366 ZEND_HASH_FOREACH_PTR(type->elements, item_type) { in type_to_string()
4375 if (type->elements) { in type_to_string()
4380 ZEND_HASH_FOREACH_PTR(type->elements, item_type) { in type_to_string()
4430 } else if (type->elements && in type_to_string()
4431 zend_hash_num_elements(type->elements) == 1 && in type_to_string()
4432 (zend_hash_internal_pointer_reset(type->elements), in type_to_string()
4433 (elementType = zend_hash_get_current_data_ptr(type->elements)) != NULL) && in type_to_string()
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12 …xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta=…
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst80 structure from it. To humans, how source code elements are grouped seems obvious through whitespace
/php-src/ext/ffi/
H A Dffi.c364 t->elements[(*i)++] = &ffi_type_float; in zend_ffi_face_struct_add_fields()
367 t->elements[(*i)++] = &ffi_type_double; in zend_ffi_face_struct_add_fields()
378 t->elements[(*i)++] = &ffi_type_uint8; in zend_ffi_face_struct_add_fields()
382 t->elements[(*i)++] = &ffi_type_uint16; in zend_ffi_face_struct_add_fields()
386 t->elements[(*i)++] = &ffi_type_uint32; in zend_ffi_face_struct_add_fields()
390 t->elements[(*i)++] = &ffi_type_uint64; in zend_ffi_face_struct_add_fields()
393 t->elements[(*i)++] = &ffi_type_pointer; in zend_ffi_face_struct_add_fields()
404 t->elements = (ffi_type**)(t + 1); in zend_ffi_face_struct_add_fields()
410 t->elements[(*i)++] = &ffi_type_void; in zend_ffi_face_struct_add_fields()
433 t->elements = (ffi_type**)(t + 1); in zend_ffi_make_fake_struct_type()
[all …]
/php-src/Zend/
H A Dzend_alloc.c355 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
360 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
365 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument

Completed in 62 milliseconds

1234567891011