Home
last modified time | relevance | path

Searched refs:element (Results 451 – 475 of 1163) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/ext/standard/tests/file/
H A Dfileinode_variation3.phpt40 /* loop through to test each element in the above array */
H A Dfileowner_variation3.phpt40 /* loop through to test each element in the above array */
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_object2.phpt21 * Description : Function adds the addvalue to each element of an array
H A Deach_variation1.phpt7 * and advance the pointer to the next element
86 // loop through each element of $inputs to check the behavior of each()
H A Darray_diff_assoc_variation4.phpt93 // loop through each element of $inputs to check the behavior of array_diff_assoc
H A Darray_diff_assoc_variation6.phpt68 // loop through each element of $inputs to check the behavior of array_diff_assoc
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_uuencode_variation1.phpt71 // loop through with each element of the $data array to test convert_uuencode() function
H A Dsscanf_variation2.phpt72 // loop through with each element of the $inputs array to test sscanf() function
H A Dstristr_variation1.phpt71 // loop through with each element of the $inputs array to test stristr() function
/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_alnum()
H A Dctype_alpha_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_alpha()
H A Dctype_cntrl_variation1.phpt90 // loop through each element of $inputs to check the behavior of ctype_cntrl()
H A Dctype_graph_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_graph()
H A Dctype_lower_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_lower()
H A Dctype_print_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_print()
H A Dctype_punct_variation1.phpt90 // loop through each element of $inputs to check the behavior of ctype_punct
H A Dctype_space_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_space()
H A Dctype_xdigit_variation1.phpt89 // loop through each element of $inputs to check the behavior of ctype_xdigit()
/PHP-5.5/ext/iconv/tests/
H A Diconv_get_encoding_error.phpt89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
H A Diconv_set_encoding_error.phpt89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1394 zval *z_statement, *array, *element, *tmp; local
1431 MAKE_STD_ZVAL(element);
1432 php_oci_column_to_zval(columns[ i ], element, PHP_OCI_RETURN_LOBS TSRMLS_CC);
1435 zend_hash_next_index_insert(Z_ARRVAL_P(row), &element, sizeof(zval*), NULL);
1439 …zend_symtable_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, size…
1442 …zend_hash_update(Z_ARRVAL_P(row), columns[ i ]->name, columns[ i ]->name_len+1, &element, sizeof(z…
1487 MAKE_STD_ZVAL(element);
1488 php_oci_column_to_zval(columns[ i ], element, PHP_OCI_RETURN_LOBS TSRMLS_CC);
1489 … zend_hash_index_update((*(outarrs[ i ]))->value.ht, rows, (void *)&element, sizeof(zval*), NULL);
/PHP-5.5/Zend/
H A Dzend_execute_API.c557 zval **element, *new_val; in zval_update_constant_ex() local
579 while (zend_hash_get_current_data(Z_ARRVAL_P(p), (void **) &element) == SUCCESS) { in zval_update_constant_ex()
580 if (!(Z_TYPE_PP(element) & IS_CONSTANT_INDEX)) { in zval_update_constant_ex()
584 Z_TYPE_PP(element) &= ~IS_CONSTANT_INDEX; in zval_update_constant_ex()
619 if (Z_REFCOUNT_PP(element) > 1) { in zval_update_constant_ex()
621 *new_val = **element; in zval_update_constant_ex()
627 Z_TYPE_PP(element) |= IS_CONSTANT_INDEX; in zval_update_constant_ex()
628 zval_ptr_dtor(element); in zval_update_constant_ex()
629 *element = new_val; in zval_update_constant_ex()
/PHP-5.5/ext/json/tests/
H A Djson_encode_basic.phpt90 // loop through with each element of the $inputs array to test json_encode() function
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_variation4.phpt91 // loop through each element of the array for pattern
H A Dmb_strtoupper_variation1.phpt92 // loop through each element of $inputs to check the behavior of mb_strtoupper()

Completed in 71 milliseconds

1...<<11121314151617181920>>...47