Searched refs:element (Results 51 – 75 of 1163) sorted by relevance
12345678910>>...47
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug61058.phpt | 8 Warning: array_fill(): Cannot add element to the array as the next element is already occupied in %…
|
H A D | bug34982.phpt | 6 'element 1', 34 [0] => element 1
|
H A D | end_basic.phpt | 6 * Description: Advances array argument's internal pointer to the last element and return it 27 echo "\n-- Add a new element to array --\n"; 44 -- Add a new element to array --
|
H A D | array_filter_variation6.phpt | 18 * Parameter : $input - array of which each element need to be checked in function 20 * Description : This function checks each element of an input array if element > 5 then
|
/PHP-5.5/Zend/tests/ |
H A D | bug47836.phpt | 12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
|
/PHP-5.5/ext/soap/tests/schema/ |
H A D | schema073.phpt | 2 SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref) 9 <element name="testElement" type="tns:testType"/> 18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
|
H A D | schema079.phpt | 11 <element name="int1" type="int"/> 12 <element name="int2" type="int" form="qualified"/> 13 <element name="int3" type="int" form="unqualified"/>
|
H A D | schema080.phpt | 11 <element name="int1" type="int"/> 12 <element name="int2" type="int" form="qualified"/> 13 <element name="int3" type="int" form="unqualified"/>
|
H A D | schema008.phpt | 9 <element name="testElement"> 17 </element> 19 test_schema($schema,'element="tns:testElement"',123.5);
|
H A D | schema078.phpt | 11 <element name="int1" type="int"/> 12 <element name="int2" type="int" form="qualified"/> 13 <element name="int3" type="int" form="unqualified"/>
|
H A D | schema033.phpt | 11 <element name="int" type="int"/> 16 <element name="int" type="int"/> 17 <element name="nest" type="tns:testType2"/>
|
H A D | schema049.phpt | 11 <element name="int" type="int"/> 12 <element name="int2" type="int"/> 19 <element name="int2" type="int"/>
|
/PHP-5.5/ext/json/tests/ |
H A D | pass001.phpt | 17 {\"object with 1 member\":[\"array with 1 element\"]}, 100 {"object with 1 member":["array with 1 element"]}, 140 "jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}", 164 string(20) "array with 1 element" 274 string(49) "{"object with 1 member":["array with 1 element"]}" 302 string(20) "array with 1 element" 412 string(49) "{"object with 1 member":["array with 1 element"]}" 444 string(20) "array with 1 element" 554 string(49) "{"object with 1 member":["array with 1 element"]}" 582 string(20) "array with 1 element" [all …]
|
/PHP-5.5/tests/lang/ |
H A D | 036.phpt | 2 Child public element should not override parent private element in parent methods
|
H A D | foreachLoopObjects.005.phpt | 14 echo "\nRemoving properties before the current element from an iterated object.\n"; 29 echo "\nRemoving properties before the current element from an iterated object.\n"; 47 Removing properties before the current element from an iterated object. 63 Removing properties before the current element from an iterated object.
|
H A D | foreachLoopObjects.004.phpt | 2 Foreach loop tests - Removing the current element from an iterated object. 14 echo "\nRemoving the current element from an iterated object.\n"; 33 Removing the current element from an iterated object.
|
/PHP-5.5/ext/spl/internal/ |
H A D | cachingiterator.inc | 19 * the inner iterator has one more element. 23 * flag CALL_TOSTRING to do the conversion when the actual element 45 * - CALL_TOSTRING (whether to call __toString() for every element) 67 /** Forward to the next element 96 /** @return whether there is one more element 103 /** @return the current element 128 * element
|
H A D | filteriterator.inc | 23 * method accept(). Typically this invloves reading the current element or 48 * Accept function to decide whether an element of the inner iterator 51 * @return whether or not to expose the current element of the inner 57 * Fetch next element and store it. 71 * Move to next element
|
H A D | recursiveiterator.inc | 20 /** @return whether the current element has children 24 /** @return the sub iterator for the current element
|
/PHP-5.5/ext/com_dotnet/tests/ |
H A D | bug39596.phpt | 13 foreach ($v AS $element) { 14 print $element."\n";
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | bug40501.phpt | 16 string(%d) "this element contains the delimiter, and ends with an odd number of 19 string(%d) "and it isn't the last element$"
|
/PHP-5.5/ext/simplexml/tests/ |
H A D | bug37076_1.phpt | 13 Warning: main(): Cannot write or create unnamed element in %s on line %d 15 Warning: main(): Cannot write or create unnamed element in %s on line %d
|
/PHP-5.5/ext/dom/tests/ |
H A D | dom_create_element.phpt | 119 $element = new DomElement('valid'); 127 $element = new DomElement('-invalid'); 135 $element = new DomElement(' '); 143 $element = new DomElement('prefix:valid'); 151 $element = new DomElement('valid', '', 'http://valid.com'); 159 $element = new DomElement('prefix:valid', '', 'http://valid.com'); 167 $element = new DomElement('-invalid', '', 'http://valid.com'); 175 $element = new DomElement('prefix:-invalid', '', 'http://valid.com'); 183 $element = new DomElement('prefix:invalid', '', ''); 199 $element = new DomElement('-prefix:valid', '', 'http://valid.com'); [all …]
|
H A D | DOMComment_construct_basic_001.phpt | 11 $element = $dom->appendChild(new DOMElement('root')); 14 $comment = $element->appendChild($comment);
|
/PHP-5.5/ext/xsl/tests/ |
H A D | bug54446.phpt | 20 extension-element-prefixes="sax"> 75 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 79 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li… 85 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li… 89 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
|
Completed in 51 milliseconds
12345678910>>...47