Home
last modified time | relevance | path

Searched refs:element (Results 651 – 673 of 673) sorted by relevance

1...<<21222324252627

/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_ukey_variation4.phpt100 // loop through each element of the array for arr2
H A Darray_merge_recursive_variation1.phpt88 // loop through each element of $arrays and check the behavior of array_merge_recursive()
H A Darray_slice.phpt83 /* variation of offset and length to point to same element */
H A Darray_key_exists_variation8.phpt95 // loop through each element of $inputs to check the behavior of array_key_exists()
H A Dsizeof_variation4.phpt57 // loop through the each element of the $values array for 'var' argument
/PHP-7.4/ext/oci8/
H A Doci8.c2683 zval element; in php_oci_fetch_row() local
2685 php_oci_column_to_zval(column, &element, (int) fetch_mode); in php_oci_fetch_row()
2688 add_index_zval(placeholder, i, &element); in php_oci_fetch_row()
2692 Z_TRY_ADDREF_P(&element); in php_oci_fetch_row()
2694 add_assoc_zval(placeholder, column->name, &element); in php_oci_fetch_row()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation11.phpt79 // loop through each element of the array and check the working of stripos()
H A Dstrcspn_variation11.phpt66 // loop through each element of the arrays for str,mask and start arguments
H A Dstrspn_variation11.phpt66 // loop through each element of the arrays for str, mask and start argument
H A Dstrcspn_variation8.phpt95 // loop through each element of the arrays for all arguments
H A Dstrspn_variation8.phpt96 // loop through each element of the array for heredoc str, mask str , start values and len values
H A Dstrcasecmp.phpt18 /* loop through to go each and every element in an array
H A Dstrcmp.phpt18 /* loop through to go each and every element in an array
H A Dstrcspn_variation12.phpt65 // loop through each element of the arrays for str,mask,start and len arguments
H A Dstrspn_variation12.phpt66 // loop through each element of the array for len argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c86 MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest; in mysqlnd_error_list_pdtor() local
89 if (element->error) { in mysqlnd_error_list_pdtor()
90 mnd_pefree(element->error, TRUE); in mysqlnd_error_list_pdtor()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c145 #define SPL_FETCH_SUB_ELEMENT(var, object, element) \ argument
152 (var) = (object)->iterators[(object)->level].element; \
155 #define SPL_FETCH_SUB_ELEMENT_ADDR(var, object, element) \ argument
162 (var) = &(object)->iterators[(object)->level].element; \
/PHP-7.4/docs/
H A Drelease-process.md302 * Go over the list and put every element on one line.
/PHP-7.4/ext/standard/
H A Dstring.c1742 zval *element; local
1743 if ((element = zend_hash_get_current_data(Z_ARRVAL(tmp))) != NULL) {
1744 ZVAL_COPY_DEREF(return_value, element);
/PHP-7.4/ext/dom/
H A Ddocument.c36 xmlNode *element; member
/PHP-7.4/
H A DUPGRADING487 empty string for the third array element, accordingly.
H A DNEWS347 . Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch134 file_error(ms, 0, "magic element size %lu != %lu",

Completed in 92 milliseconds

1...<<21222324252627