Home
last modified time | relevance | path

Searched refs:element (Results 51 – 75 of 1163) sorted by relevance

12345678910>>...47

/PHP-5.5/ext/standard/tests/array/
H A Dbug61058.phpt8 Warning: array_fill(): Cannot add element to the array as the next element is already occupied in %…
H A Dbug34982.phpt6 'element 1',
34 [0] => element 1
H A Dend_basic.phpt6 * 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 Darray_filter_variation6.phpt18 * 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 Dbug47836.phpt12 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 Dschema073.phpt2 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 Dschema079.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema080.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema008.phpt9 <element name="testElement">
17 </element>
19 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema078.phpt11 <element name="int1" type="int"/>
12 <element name="int2" type="int" form="qualified"/>
13 <element name="int3" type="int" form="unqualified"/>
H A Dschema033.phpt11 <element name="int" type="int"/>
16 <element name="int" type="int"/>
17 <element name="nest" type="tns:testType2"/>
H A Dschema049.phpt11 <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 Dpass001.phpt17 {\"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 D036.phpt2 Child public element should not override parent private element in parent methods
H A DforeachLoopObjects.005.phpt14 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 DforeachLoopObjects.004.phpt2 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 Dcachingiterator.inc19 * 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 Dfilteriterator.inc23 * 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 Drecursiveiterator.inc20 /** @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 Dbug39596.phpt13 foreach ($v AS $element) {
14 print $element."\n";
/PHP-5.5/ext/standard/tests/file/
H A Dbug40501.phpt16 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 Dbug37076_1.phpt13 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 Ddom_create_element.phpt119 $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 DDOMComment_construct_basic_001.phpt11 $element = $dom->appendChild(new DOMElement('root'));
14 $comment = $element->appendChild($comment);
/PHP-5.5/ext/xsl/tests/
H A Dbug54446.phpt20 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 24 milliseconds

12345678910>>...47