Home
last modified time | relevance | path

Searched refs:element (Results 776 – 800 of 922) sorted by relevance

1...<<31323334353637

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation8.phpt12 /* the array is with three elements in it. Each element should be read as
13 1st element is delimiter, 2nd element is enclosure
14 and 3rd element is csv fields
H A Dfputcsv_variation12.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
H A D001-win32.phpt41 echo "test.file lstat and stat differ at element $i\n";
H A Dfgetcsv_variation12.phpt9 /* the array is with three elements in it. Each element should be read as
10 1st element is delimiter, 2nd element is enclosure
11 and 3rd element is csv fields
/php-src/ext/soap/
H A Dphp_schema.c36 static int schema_element(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr element, sdlTypePtr cur_type, sdlC…
1511 static int schema_element(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr element, sdlTypePtr cur_type, sdlC… in schema_element() argument
1516 attrs = element->properties; in schema_element()
1542 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(ns)); in schema_element()
1601 newModel->u.element = newType; in schema_element()
1603 schema_min_max(element, newModel); in schema_element()
1614 attrs = element->properties; in schema_element()
1660 xmlNodePtr parent = element->parent; in schema_element()
1690 nsptr = xmlSearchNs(element->doc, element, BAD_CAST(str_ns)); in schema_element()
1697 trav = element->children; in schema_element()
/php-src/ext/standard/tests/array/
H A Darray_merge_variation3.phpt106 // loop through each element of $inputs to check the behavior of array_merge
H A Darray_fill_variation5.phpt34 // loop through each element of the values array for 'val' argument
H A Darray_merge_variation4.phpt82 // loop through each element of $inputs to check the behavior of array_merge
H A Darray_slice_variation7.phpt83 // loop through each element of $inputs to check the behavior of array_slice()
H A Darray_merge_recursive_variation2.phpt83 // loop through each element of $arrays and check the behavior of array_merge_recursive()
H A Darray_merge_variation2.phpt83 // loop through each element of $inputs to check the behavior of array_merge()
/php-src/ext/standard/tests/strings/
H A Dstrspn_variation10.phpt48 // loop through each element of the array for mask argument
H A Ducwords_variation4.phpt51 // loop through the $str_array array to test ucwords on each element
H A Dchunk_split_variation8.phpt40 // loop through each element of values for 'chunklen'
H A Dhtmlspecialchars_decode_variation4.phpt20 // loop through each element of the values array to check htmlspecialchars_decode() function with a…
H A Dstrtok_variation6.phpt26 // loop through each element of the array and check the working of strtok()
H A Dprintf_variation2.phpt80 // loop through each element of the array for arg1
H A Dsprintf_variation2.phpt80 // loop through each element of the array for arg1
H A Dchunk_split_variation9.phpt38 //loop through element of values for 'ending'
H A Dvprintf_variation2.phpt78 // loop through each element of the array for args
/php-src/ext/standard/tests/math/
H A Doctdec_variation1.phpt54 // loop through each element of $inputs to check the behaviour of octdec()
/php-src/ext/standard/tests/general_functions/
H A Dis_scalar.phpt95 /* loop through each element of $variation_array to see the
/php-src/ext/dom/tests/
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt38 // We don't expect the namespace to be imported because default namespaces on the same element don'…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt85 foreach ($elements as $k => $element)
86 if (!isset($meta[$element])) {
88 $element, var_export($meta, true));
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt6 // simple case with missing element

Completed in 32 milliseconds

1...<<31323334353637