Home
last modified time | relevance | path

Searched refs:element (Results 251 – 275 of 1163) sorted by relevance

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

/PHP-5.5/ext/date/tests/
H A Dstrftime_variation20.phpt30 // loop through each element of the array for timestamp
H A Dstrftime_variation4.phpt24 // loop through each element of the array for timestamp
H A Dgmstrftime_variation19.phpt30 // loop through each element of the array for timestamp
H A Dgmstrftime_variation20.phpt30 // loop through each element of the array for timestamp
H A Dstrftime_variation19.phpt30 // loop through each element of the array for timestamp
H A Dgmdate_variation3.phpt27 // loop through each element of the array for timestamp
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation3.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Deach_basic.phpt7 * and advance the pointer to the next element
H A Darray_shift_error.phpt6 * Description: Pops an element off the beginning of the array
H A Deach.phpt38 the first element after the assignment */
47 /* reset the $arrays and use each to get the first element */
49 var_dump( each($arrays) ); // first element
50 list($key, $sub_array) = each($arrays); // now second element
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt2 call_user_func_array() passes by reference if the array element is referenced, regardless of functi…
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt42 Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line…
/PHP-5.5/ext/standard/tests/strings/
H A Dstrval_basic.phpt41 // loop through each element of the array for strval
H A Dconvert_uudecode_basic.phpt32 // loop through with each element of the $strings array to test convert_uudecode() function
/PHP-5.5/ext/oci8/tests/
H A Dcoll_016.phpt2 collections and negative/too big element indexes
H A Dcoll_016_func.phpt2 collections and negative/too big element indexes
H A Dcoll_019.phpt81 Notice: OCI-Collection::append(): Unknown or unsupported type of element: 113 in %s on line %d
84 Notice: OCI-Collection::assignelem(): Unknown or unsupported type of element: 113 in %s on line %d
/PHP-5.5/ext/pcntl/
H A Dpcntl.c744 zval **element; in PHP_FUNCTION() local
770 (argi < argc && (zend_hash_get_current_data(args_hash, (void **) &element) == SUCCESS)); in PHP_FUNCTION()
773 convert_to_string_ex(element); in PHP_FUNCTION()
774 *current_arg = Z_STRVAL_PP(element); in PHP_FUNCTION()
790 (envi < envc && (zend_hash_get_current_data(envs_hash, (void **) &element) == SUCCESS)); in PHP_FUNCTION()
803 convert_to_string_ex(element); in PHP_FUNCTION()
806 pair_length = Z_STRLEN_PP(element) + key_length + 2; in PHP_FUNCTION()
810 strlcat(*pair, Z_STRVAL_PP(element), pair_length); in PHP_FUNCTION()
/PHP-5.5/ext/soap/tests/schema/
H A Dschema024.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
H A Dschema038.phpt11 <element name="str" type="string"/>
H A Dschema039.phpt11 <element name="str" type="string"/>
H A Dschema040.phpt11 <element name="str" type="string"/>
H A Dschema047.phpt11 <element name="int" type="int"/>
H A Dschema074.phpt11 <element name="str" type="string"/>
H A Dschema082.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>

Completed in 33 milliseconds

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