Home
last modified time | relevance | path

Searched refs:element (Results 351 – 375 of 878) sorted by relevance

1...<<11121314151617181920>>...36

/php-src/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt16 // returns element count in the resulting array after arguments are pushed to
25 // returns element count in the resulting array after arguments are pushed to
H A Darray_chunk_variation6.phpt9 * 3. array with one element
20 // array with one element
H A Darray_walk_variation6.phpt19 echo "\n"; // new line to separate the output between each element
28 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
/php-src/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
/php-src/ext/soap/tests/schema/
H A Dschema041.phpt15 <element name="int" type="int"/>
16 <element name="str" type="string"/>
H A Dschema050.phpt12 <element name="int" type="int"/>
13 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema052.phpt12 <element name="int" type="int"/>
13 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema051.phpt12 <element name="int" type="int"/>
13 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema085.phpt12 <element name="int" type="int"/>
19 <element name="int2" type="int"/>
/php-src/ext/spl/tests/
H A DarrayObject_offsetExists_nullcheck.phpt2 SPL: ArrayObject::offsetExists() should return true for element containing NULL
H A DSplFixedArray_indirect_modification.phpt10 Notice: Indirect modification of overloaded element of SplFixedArray has no effect in %s on line %d
/php-src/Zend/tests/
H A Dforeach_007.phpt2 Foreach by reference and inserting new element when we are already at the end
H A Dbug34137.phpt2 Bug #34137 (assigning array element by reference causes binary mess)
H A Dgh11320_3.phpt2 GH-11320: list() must not appear as a standalone array element
/php-src/Zend/tests/array_unpack/
H A Dref1.phpt2 Array unpacking with element rc=1
/php-src/ext/dom/tests/modern/spec/
H A DNode_nodeValue_element.phpt2 Dom\Node::$nodeValue on an element
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt32 /* loop through to test strtr() with each element of $str_arr */
36 $str = $str_arr[$index]; //getting the array element in 'str' variable
/php-src/ext/gd/tests/
H A Dbug67248.phpt70 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type
71 !! [ValueError] imageaffinematrixget(): Argument #1 ($type) must be a valid element type
/php-src/Zend/tests/list/
H A Dlist_reference_006.phpt27 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
49 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
/php-src/ext/dom/tests/
H A DDOMNode_DOMNameSpaceNode_isConnected.phpt15 echo "--- Created element not connected yet ---\n";
45 --- Created element not connected yet ---
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt34 foreach ($dom->getElementsByTagNameNS($namespace, $local) as $element) {
35 echo 'local name: \'', $element->localName, '\', prefix: \'', $element->prefix, "'\n";
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_LIBXML_HTML_NOIMPLIED_namespace.phpt13 echo "--- Single element ---\n";
34 --- Single element ---
/php-src/ext/soap/
H A Dphp_sdl.h97 sdlTypePtr element; member
167 sdlTypePtr element; /* pointer to element */ member
214 sdlTypePtr element; member
/php-src/Zend/tests/offsets/
H A Dinternal_handlers.phpt245 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
250 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
255 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
260 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
271 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
276 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
281 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
286 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
290 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
295 Notice: Indirect modification of overloaded element of DimensionHandlersNoArrayAccess has no effect…
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c544 lxb_html_document_element_styles_attach(lxb_html_element_t *element) in lxb_html_document_element_styles_attach() argument
553 document = lxb_html_element_document(element); in lxb_html_document_element_styles_attach()
674 lxb_html_element_t *element, in lxb_html_document_style_attach_by_element() argument
680 lxb_dom_interface_node(element), in lxb_html_document_style_attach_by_element()
790 lxb_dom_element_t *element, in lxb_html_document_parse_fragment() argument
806 element->node.ns); in lxb_html_document_parse_fragment()
829 lxb_dom_element_t *element) in lxb_html_document_parse_fragment_chunk_begin() argument
843 element->node.ns); in lxb_html_document_parse_fragment_chunk_begin()
956 lxb_html_document_destroy_element(&el_title->element.element); in lxb_html_document_title_set()
1346 lxb_html_document_destroy_element_noi(lxb_dom_element_t *element) in lxb_html_document_destroy_element_noi() argument
[all …]

Completed in 38 milliseconds

1...<<11121314151617181920>>...36