Home
last modified time | relevance | path

Searched refs:element (Results 1051 – 1075 of 1163) sorted by relevance

1...<<41424344454647

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation4.phpt111 // loop through each element of the array for context
H A Dfgetcsv_variation12.phpt14 /* the array is with three elements in it. Each element should be read as
15 1st element is delimiter, 2nd element is enclosure
16 and 3rd element is csv fields
H A Dfgetcsv_variation25.phpt17 /* the array is with three elements in it. Each element should be read as
18 1st element is delimiter, 2nd element is enclosure
19 and 3rd element is csv fields
H A Dfgetcsv_variation27.phpt17 /* the array is with three elements in it. Each element should be read as
18 1st element is delimiter, 2nd element is enclosure
19 and 3rd element is csv fields
H A Dfgetcsv_variation28.phpt17 /* the array is with three elements in it. Each element should be read as
18 1st element is delimiter, 2nd element is enclosure
19 and 3rd element is csv fields
H A Dfgetcsv_variation3.phpt14 /* the array is with three elements in it. Each element should be read as
15 1st element is delimiter, 2nd element is enclosure
16 and 3rd element is csv fields
H A Dfgetcsv_variation4.phpt14 /* the array is with three elements in it. Each element should be read as
15 1st element is delimiter, 2nd element is enclosure
16 and 3rd element is csv fields
H A Dfgetcsv_variation5.phpt17 /* the array is with three elements in it. Each element should be read as
18 1st element is delimiter, 2nd element is enclosure
19 and 3rd element is csv fields
H A Dfgetcsv_variation6.phpt17 /* the array is with three elements in it. Each element should be read as
18 1st element is delimiter, 2nd element is enclosure
19 and 3rd element is csv fields
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt112 // loop through each element of the array for cipher
H A Dmcrypt_encrypt_variation5.phpt113 // loop through each element of the array for iv
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt76 // loop through each element of the heredoc_arr for str
H A Dstrspn_variation7.phpt90 // loop through each element of the array for heredoc strings, mask strings and start values
H A Dstrcspn_variation7.phpt91 // loop through each element of the arrays for str, mask and start arguments
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt97 // loop through each element of the array for function_name
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object_2_4.phpt192 // loop through each element of the array for 'val' argument
H A Darray_pad_variation3.phpt108 // loop through each element of $pad_values to check the behavior of array_pad()
H A Dusort_variation2.phpt88 // loop through each element of $inputs to check the behavior of usort()
H A Darray_filter_variation2.phpt87 // loop through each element of the 'values' for callback
H A Duksort_variation2.phpt88 // loop through each element of the array for cmp_function
H A Duasort_variation2.phpt88 // loop through each element of the cmp_values for 'cmp_function'
/PHP-5.5/ext/date/tests/
H A Dlocaltime_variation2.phpt96 // loop through each element of the array for associative_array
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt108 // loop through each element of the array for im
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c292 #define EX(element) execute_data->element in ZEND_INI_END() argument
/PHP-5.5/Zend/
H A Dzend_compile.c5802 zval *element; in zend_do_add_static_array_element() local
5804 ALLOC_ZVAL(element); in zend_do_add_static_array_element()
5805 *element = expr->u.constant; in zend_do_add_static_array_element()
5810 Z_TYPE_P(element) |= IS_CONSTANT_INDEX; in zend_do_add_static_array_element()
5822 zend_symtable_update(Z_ARRVAL(result->u.constant), "", 1, &element, sizeof(zval *), NULL); in zend_do_add_static_array_element()
5826 …zend_hash_index_update(Z_ARRVAL(result->u.constant), Z_LVAL(offset->u.constant), &element, sizeof(… in zend_do_add_static_array_element()
5836 zend_hash_next_index_insert(Z_ARRVAL(result->u.constant), &element, sizeof(zval *), NULL); in zend_do_add_static_array_element()
5841 void zend_do_add_list_element(const znode *element TSRMLS_DC) /* {{{ */ in zend_do_add_list_element()
5845 if (element) { in zend_do_add_list_element()
5846 zend_check_writable_variable(element); in zend_do_add_list_element()
[all …]

Completed in 65 milliseconds

1...<<41424344454647