Home
last modified time | relevance | path

Searched refs:element (Results 301 – 325 of 1163) sorted by relevance

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

/PHP-5.5/ext/date/tests/
H A Dstrftime_variation7.phpt26 // loop through each element of the array for timestamp
H A Dgetdate_variation2.phpt25 // loop through each element of the array for timestamp
H A Dgmmktime_variation9.phpt28 // loop through each element of the array for min
H A Dgmstrftime_variation13.phpt32 // loop through each element of the array for timestamp
H A Dgmstrftime_variation14.phpt32 // loop through each element of the array for timestamp
H A Dgmstrftime_variation21.phpt31 // loop through each element of the array for timestamp
H A Dgmstrftime_variation5.phpt27 // loop through each element of the array for timestamp
H A Dstrftime_variation13.phpt32 // loop through each element of the array for timestamp
H A Dstrftime_variation14.phpt32 // loop through each element of the array for timestamp
H A Dstrftime_variation21.phpt31 // loop through each element of the array for timestamp
H A Dstrftime_variation5.phpt26 // loop through each element of the array for timestamp
/PHP-5.5/ext/soap/tests/schema/
H A Dschema084.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
/PHP-5.5/ext/standard/tests/array/
H A Deach_error.phpt7 * and advance the pointer to the next element
H A Darray_shift_variation5.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_shift_variation6.phpt6 * Description: Pops an element off the beginning of the array
H A Darray_walk_object1.phpt21 * Description : Function adds the addvalue to each element of an array
H A Darray_walk_recursive_object1.phpt19 * Description : Function adds the addvalue to each element of an array
H A Darray_walk_variation4.phpt28 echo "\n"; // new line to separate the output between each element
H A Deach_variation5.phpt7 * and advance the pointer to the next element
H A Darray_chunk_basic1.phpt33 // loop through each element of the array for input
H A Darray_filter_variation5.phpt12 * Here Testing all the false array element possibilities
/PHP-5.5/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers
/PHP-5.5/ext/intl/tests/
H A Dlocale_compose_locale.phpt179 locale_compose: parameter array element is not a string: U_ILLEGAL_ARGUMENT_ERROR
184 locale_compose: parameter array element is not a string: U_ILLEGAL_ARGUMENT_ERROR
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c104 static int php_check_dots(const char *element, int n) in php_check_dots() argument
106 while (n-- > 0) if (element[n] != '.') break; in php_check_dots()
111 #define IS_DIRECTORY_UP(element, len) \ argument
112 (len >= 2 && !php_check_dots(element, len))
114 #define IS_DIRECTORY_CURRENT(element, len) \ argument
115 (len == 1 && element[0] == '.')
133 #define IS_DIRECTORY_UP(element, len) \ argument
134 (len == 2 && element[0] == '.' && element[1] == '.')
138 #define IS_DIRECTORY_CURRENT(element, len) \ argument
139 (len == 1 && element[0] == '.')
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29839.wsdl7 <element name="value" type="xsd:string"/>

Completed in 26 milliseconds

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