/PHP-7.0/ext/soap/tests/schema/ |
H A D | schema035.phpt | 2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type) 9 <element name="testType2"> 12 <element name="int" type="int"/> 15 </element> 18 <element name="int" type="int"/> 19 <element ref="tns:testType2"/>
|
H A D | schema064.phpt | 15 <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 D | schema072.phpt | 2 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 D | schema034.phpt | 2 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 D | schema036.phpt | 11 <element name="int" type="int"/> 12 <element name="testType2"> 15 <element name="int" type="int"/> 18 </element>
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | end.phpt | 32 /* 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 D | end_64bit.phpt | 32 /* 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 D | array_filter_basic.phpt | 19 * 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 D | bug51552.phpt | 5 function walk($element, $key, $p) { 7 echo "$element\n";
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 4 <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-7.0/tests/lang/ |
H A D | foreachLoop.014.phpt | 75 ---( Array with 1 element(s): )--- 87 ---( Array with 2 element(s): )--- 102 ---( 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 D | foreachLoop.013.phpt | 74 ---( Array with 1 element(s): )--- 86 ---( Array with 2 element(s): )--- 102 ---( Array with 3 element(s): )--- 121 ---( Array with 4 element(s): )--- 147 ---( Array with 1 element(s): )--- 159 ---( Array with 2 element(s): )--- 174 ---( Array with 3 element(s): )--- 192 ---( Array with 4 element(s): )--- 216 ---( Array with 1 element(s): )--- 228 ---( Array with 2 element(s): )--- [all …]
|
H A D | foreachLoop.015.phpt | 76 ---( Array with 1 element(s): )--- 88 ---( Array with 2 element(s): )--- 104 ---( Array with 3 element(s): )--- 123 ---( Array with 4 element(s): )--- 149 ---( Array with 1 element(s): )--- 161 ---( Array with 2 element(s): )--- 176 ---( Array with 3 element(s): )--- 194 ---( Array with 4 element(s): )--- 218 ---( Array with 1 element(s): )--- 230 ---( Array with 2 element(s): )--- [all …]
|
/PHP-7.0/ext/spl/ |
H A D | spl_dllist.c | 799 if (element != NULL) { in SPL_METHOD() 887 if (element != NULL) { in SPL_METHOD() 889 if (element->prev) { in SPL_METHOD() 890 element->prev->next = element->next; in SPL_METHOD() 893 if (element->next) { in SPL_METHOD() 894 element->next->prev = element->prev; in SPL_METHOD() 1012 if (element == NULL || Z_ISUNDEF(element->data)) { in spl_dllist_it_get_current_data() 1016 return &element->data; in spl_dllist_it_get_current_data() 1120 if (element == NULL || Z_ISUNDEF(element->data)) { in SPL_METHOD() 1268 elem->next = element; in SPL_METHOD() [all …]
|
/PHP-7.0/ext/spl/tests/ |
H A D | arrayObject_clone_basic2.phpt | 14 $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-7.0/ext/dom/tests/ |
H A D | canonicalization.phpt | 24 /* 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 D | DOMDocument_relaxNGValidateSource_error2.phpt | 16 <element name="apple"> 17 </element> 36 Warning: DOMDocument::relaxNGValidateSource(): xmlRelaxNGParseElement: element has no content in %s…
|
/PHP-7.0/ext/simplexml/tests/ |
H A D | bug27010.phpt | 19 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-7.0/ext/soap/tests/ |
H A D | bug68361.phpt | 22 <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-7.0/Zend/ |
H A D | zend_stack.h | 35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element); 43 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)); 44 …y_with_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void…
|
/PHP-7.0/ext/spl/internal/ |
H A D | appenditerator.inc | 36 * 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-7.0/ext/standard/tests/file/ |
H A D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of 2 backslashes (ex: 1)\",and it isn't the last element$
|
/PHP-7.0/ext/oci8/tests/ |
H A D | coll_018.phpt | 37 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-7.0/tests/classes/ |
H A D | array_access_012.phpt | 26 $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-7.0/Zend/tests/generators/ |
H A D | bug66041.phpt | 11 $fixedArray[0] = 'the element'; 17 string(11) "the element"
|