Home
last modified time | relevance | path

Searched refs:element (Results 26 – 50 of 1163) sorted by relevance

12345678910>>...47

/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt32 /* loop through $arrays to print the last element of each sub-array */
38 /* ensure that internal pointer is moved to last element */
53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
58 // remove last element from array, rewind and check end()
59 echo "\n-- Remove last element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
196 -- Remove first element from array --
199 -- Remove last element from array --
[all …]
H A Dend.phpt32 /* loop through $arrays to print the last element of each sub-array */
38 /* ensure that internal pointer is moved to last element */
53 // remove first element from array
54 echo "\n-- Remove first element from array --\n";
58 // remove last element from array, rewind and check end()
59 echo "\n-- Remove last element from array --\n";
65 // remove any element !first, !last, rewind and check end()
66 echo "\n-- Remove any element from array apart from first and last element --\n";
195 -- Remove first element from array --
198 -- Remove last element from array --
[all …]
H A Darray_filter_basic.phpt19 * Parameters : $input - input array each element of which will be checked in function even()
20 * Return type : boolean - true if element is even and false otherwise
21 * Description : This function takes array as parameter and checks for each element of array.
22 * It returns true if the element is even number else returns false
H A Dbug51552.phpt5 function walk($element, $key, $p) {
7 echo "$element\n";
/PHP-5.5/ext/soap/tests/schema/
H A Dschema064.phpt15 <element name="dateTime" type="dateTime"/>
16 <element name="time" type="time"/>
17 <element name="date" type="date"/>
18 <element name="gYearMonth" type="gYearMonth"/>
19 <element name="gYear" type="gYear"/>
20 <element name="gMonthDay" type="gMonthDay"/>
21 <element name="gDay" type="gDay"/>
22 <element name="gMonth" type="gMonth"/>
H A Dschema072.phpt2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
9 <element name="testElement">
17 </element>
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema034.phpt2 SOAP XML Schema 34: Nested complex types (element ref)
9 <element name="testType2" type="tns:testType2"/>
12 <element name="int" type="int"/>
17 <element name="int" type="int"/>
18 <element ref="tns:testType2"/>
H A Dschema036.phpt11 <element name="int" type="int"/>
12 <element name="testType2">
15 <element name="int" type="int"/>
18 </element>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl4 <xs:element name="getPrice">
7 <xs:element name="symbol" nillable="true" type="xs:string" />
10 </xs:element>
11 <xs:element name="getPriceResponse">
14 <xs:element name="return" nillable="true" type="xs:double" />
17 </xs:element>
18 <xs:element name="update">
21 <xs:element name="symbol" nillable="true" type="xs:any" />
22 <xs:element name="price" nillable="true" type="xs:any" />
25 </xs:element>
[all …]
/PHP-5.5/ext/spl/
H A Dspl_dllist.c802 if (element != NULL) { in SPL_METHOD()
891 if (element != NULL) { in SPL_METHOD()
893 if (element->prev) { in SPL_METHOD()
894 element->prev->next = element->next; in SPL_METHOD()
897 if (element->next) { in SPL_METHOD()
898 element->next->prev = element->prev; in SPL_METHOD()
923 element->data = NULL; in SPL_METHOD()
1021 if (element == NULL || element->data == NULL) { in spl_dllist_it_get_current_data()
1129 if (element == NULL || element->data == NULL) { in SPL_METHOD()
1277 elem->next = element; in SPL_METHOD()
[all …]
/PHP-5.5/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt14 $ao1['new.ao1'] = 'new element added to ao1';
15 $ao2['new.ao2'] = 'new element added to ao2';
25 string(24) "new element added to ao1"
35 string(24) "new element added to ao1"
44 string(24) "new element added to ao2"
/PHP-5.5/tests/lang/
H A DforeachLoop.013.phpt74 ---( Array with 1 element(s): )---
86 ---( Array with 2 element(s): )---
101 ---( Array with 3 element(s): )---
120 ---( Array with 4 element(s): )---
144 ---( Array with 1 element(s): )---
156 ---( Array with 2 element(s): )---
171 ---( Array with 3 element(s): )---
189 ---( Array with 4 element(s): )---
213 ---( Array with 1 element(s): )---
225 ---( Array with 2 element(s): )---
[all …]
H A DforeachLoop.014.phpt75 ---( Array with 1 element(s): )---
87 ---( Array with 2 element(s): )---
102 ---( Array with 3 element(s): )---
121 ---( Array with 4 element(s): )---
145 ---( Array with 1 element(s): )---
157 ---( Array with 2 element(s): )---
172 ---( Array with 3 element(s): )---
190 ---( Array with 4 element(s): )---
214 ---( Array with 1 element(s): )---
226 ---( Array with 2 element(s): )---
[all …]
H A DforeachLoop.015.phpt76 ---( Array with 1 element(s): )---
88 ---( Array with 2 element(s): )---
103 ---( Array with 3 element(s): )---
122 ---( Array with 4 element(s): )---
146 ---( Array with 1 element(s): )---
158 ---( Array with 2 element(s): )---
173 ---( Array with 3 element(s): )---
191 ---( Array with 4 element(s): )---
215 ---( Array with 1 element(s): )---
227 ---( Array with 2 element(s): )---
[all …]
/PHP-5.5/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
H A DDOMDocument_relaxNGValidateSource_error2.phpt16 <element name="apple">
17 </element>
36 Warning: DOMDocument::relaxNGValidateSource(): xmlRelaxNGParseElement: element has no content in %s…
/PHP-5.5/ext/simplexml/tests/
H A Dbug27010.phpt19 foreach ($sxe as $element_name => $element) {
20 print "$element_name is $element->name\n";
23 foreach ($sxe->children('http://www.example.com/hot') as $element_name => $element) {
24 print "$element_name is $element->name\n";
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt22 <xsd:element name="id" type="xsd:int"/>
23 <xsd:element name="department" type="xsd:string"/>
24 <xsd:element name="name" type="xsd:string"/>
25 <xsd:element name="age" type="xsd:int"/>
28 <xsd:element name="Employee" nillable="true" type="ns:Employee"/>
31 <xsd:element name="name" type="xsd:string"/>
32 <xsd:element name="age" type="xsd:int"/>
35 <xsd:element name="User" nillable="true" type="ns:User"/>
48 <part name="userReturn" element="ns:User"/>
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc36 * ArrayIterator will be rewound und forwarded to the appended element.
50 /** Rewind to the first element of the first inner Iterator.
62 /** @return whether the current element is valid
74 * the access to a non valid element in the inner iterator. Since
87 /** Move to the next element. If this means to another Iterator that
100 return; /* found valid element in current inner iterator */
108 return; /* found element as first elemet in another iterator */
/PHP-5.5/Zend/
H A Dzend_extensions.c232 zend_llist_element *element; in zend_get_extension() local
234 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
235 zend_extension *extension = (zend_extension *) element->data; in zend_get_extension()
/PHP-5.5/ext/standard/tests/file/
H A Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of
2 backslashes (ex: 1)\",and it isn't the last element$
/PHP-5.5/tests/classes/
H A Darray_access_012.phpt26 $data['element'] = NULL; // prevent notice
27 $data['element'] = &$test;
34 Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_acc…
/PHP-5.5/ext/oci8/tests/
H A Dcoll_018.phpt37 var_dump($coll1->getElem(2)); // this should be the last element
38 var_dump($coll1->getElem(3)); // this element should have gone
42 var_dump($coll1->getElem(0)); // this should be the last element
43 var_dump($coll1->getElem(1)); // this element should have gone
47 var_dump($coll1->getElem(0)); // this should still be the last element
/PHP-5.5/Zend/tests/generators/
H A Dbug66041.phpt11 $fixedArray[0] = 'the element';
17 string(11) "the element"
/PHP-5.5/Zend/tests/
H A Derrmsg_042.phpt2 errmsg: key element cannot be a reference
13 Fatal error: Key element cannot be a reference in %s on line %d

Completed in 49 milliseconds

12345678910>>...47