Home
last modified time | relevance | path

Searched refs:elements (Results 101 – 125 of 341) sorted by last modified time

12345678910>>...14

/PHP-7.4/ext/dom/tests/
H A Dbug47430.phpt12 $elements = $dom->getElementsByTagName('i');
13 foreach ($elements as $i) {
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_001.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_002.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_003.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_004.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_005.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
/PHP-7.4/Zend/tests/
H A Dget_defined_functions_basic.phpt38 echo "TEST FAILED: missing elements from 'internal' array\n";
50 echo "TEST FAILED: missing elements from 'user' array\n";
/PHP-7.4/tests/lang/
H A DforeachLoop.010.phpt22 // This provokes a difference in behaviour when changing the number of elements in the array while
H A Dempty_variation.phpt2 empty() on array elements
H A DforeachLoop.002.phpt29 echo "\nPushing elements onto an unreferenced array.\n";
43 echo "\nPushing elements onto an unreferenced array, using &\$value.\n";
57 echo "\nPopping elements off an unreferenced array.\n";
65 echo "\nPopping elements off an unreferenced array, using &\$value.\n";
108 Pushing elements onto an unreferenced array.
124 Pushing elements onto an unreferenced array, using &$value.
159 Popping elements off an unreferenced array.
166 Popping elements off an unreferenced array, using &$value.
H A DforeachLoop.009.phpt8 echo "\nRemove elements from a referenced array during loop\n";
16 echo "\nRemove elements from a referenced array during loop, using &\$value\n";
24 echo "\nAdd elements to a referenced array during loop\n";
38 echo "\nAdd elements to a referenced array during loop, using &\$value\n";
54 Remove elements from a referenced array during loop
59 Remove elements from a referenced array during loop, using &$value
63 Add elements to a referenced array during loop
68 Add elements to a referenced array during loop, using &$value
H A DforeachLoop.012.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
35 echo "\nPopping elements off end of an unreferenced array";
42 echo "\n\n\nShift elements off start of an unreferenced array";
56 echo "\n\n\nAdding elements to the end of an unreferenced array";
63 echo "\n\n\nAdding elements to the start of an unreferenced array";
72 Popping elements off end of an unreferenced array
141 Shift elements off start of an unreferenced array
279 Adding elements to the end of an unreferenced array
[all …]
H A DforeachLoop.013.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
72 Popping elements off end of an unreferenced array, using &$value.
145 Shift elements off start of an unreferenced array, using &$value.
283 Adding elements to the end of an unreferenced array, using &$value.
[all …]
H A DforeachLoop.014.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
37 echo "\nPopping elements off end of a referenced array";
44 echo "\n\n\nShift elements off start of a referenced array";
58 echo "\n\n\nAdding elements to the end of a referenced array";
65 echo "\n\n\nAdding elements to the start of a referenced array";
74 Popping elements off end of a referenced array
143 Shift elements off start of a referenced array
281 Adding elements to the end of a referenced array
[all …]
H A DforeachLoop.015.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
37 echo "\nPopping elements off end of a referenced array, using &\$value";
44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
58 echo "\n\n\nAdding elements to the end of a referenced array, using &\$value";
65 echo "\n\n\nAdding elements to the start of a referenced array, using &\$value";
74 Popping elements off end of a referenced array, using &$value
147 Shift elements off start of a referenced array, using &$value
285 Adding elements to the end of a referenced array, using &$value
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_002.phpt28 1 elements were added to the array
H A Dwatch_006.phpt2 Test multiple watch elements pointing to the same watchpoint
54 1 elements were added to the array
/PHP-7.4/sapi/phpdbg/
H A Dxml.md215 …bute; if it only has id attribute, it just indicates current frame number, no other elements follow
216 - may contain other elements (of type &lt;arg>) when contained in &lt;backtrace> tag
300 - The &lt;parents> container contains the &lt;class> elements of the parent of the last &lt;class> …
320 - consists of &lt;line> elements wrapped in a &lt;list> container
330 - &lt;print> elements are wrapped in a &lt;printinfo> element
331 - there may be a variable number of &lt;print> elements with a variable count of args inside the &l…
371 - is followed by the oplines of that method or function (&lt;print> elements)
506 - when using watch list, &lt;watchvariable> elements are wrapped in a &lt;watchlist> container
643 - removed: number of elements removed
644 - added: number of elements added
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug72647.phpt2 Bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation8.phpt29 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation9.phpt27 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation10.phpt28 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation4.phpt35 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation7.phpt33 //loop through the various elements of strings array to test strip_tags() functionality

Completed in 25 milliseconds

12345678910>>...14