Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 120) sorted by relevance

12345

/PHP-8.1/tests/output/
H A Dob_start_basic_004.phpt36 ----( chunk_size: -1, output append size: 1 )----
39 ----( chunk_size: 0, output append size: 1 )----
42 ----( chunk_size: 1, output append size: 1 )----
53 ----( chunk_size: 2, output append size: 1 )----
60 ----( chunk_size: 3, output append size: 1 )----
65 ----( chunk_size: 4, output append size: 1 )----
70 ----( chunk_size: 5, output append size: 1 )----
74 ----( chunk_size: 6, output append size: 1 )----
78 ----( chunk_size: 7, output append size: 1 )----
82 ----( chunk_size: 8, output append size: 1 )----
[all …]
/PHP-8.1/ext/spl/tests/
H A Diterator_031.phpt2 SPL: AppendIterator::append() rewinds when necessary
41 function append(Iterator $what): void
44 parent::append($what);
57 $ap->append($it);
75 $ap->append($it);
76 $ap->append($it);
77 $ap->append($it);
90 MyAppendIterator::append
93 MyAppendIterator::append
95 MyAppendIterator::append
[all …]
H A Darray_013.phpt2 SPL: ArrayIterator::append
23 $it->append('three');
24 $it->append('four');
52 $it->append('three');
53 $it->append('four');
78 Fatal error: Uncaught Error: Cannot append properties to objects, use ArrayIterator::offsetSet() in…
80 #0 %s(%d): ArrayIterator->append('three')
H A Dbug75155.phpt2 Bug #75155: AppendIterator::append() is broken when appending another AppendIterator
10 $iterator->append($array_a);
13 $iterator2->append($iterator);
14 $iterator2->append($array_b);
H A Dbug75173.phpt2 Bug #75173 incorrect behavior of AppendIterator::append in foreach loop
7 $it->append(new ArrayIterator(['foo']));
13 $it->append(new ArrayIterator(['bar']));
H A Diterator_042.phpt17 $it->append(array());
21 $it->append(new ArrayIterator(array(1)));
22 $it->append(new ArrayIterator(array(21, 22)));
26 $it->append(new ArrayIterator(array(31, 32, 33)));
42 Error AppendIterator::append(): Argument #1 ($iterator) must be of type Iterator, array given in %s…
H A Dbug70730.phpt24 $a->append('item1');
25 $a->append('item2');
26 $a->append('item3');
H A Dbug45826.phpt7 $o->append($y);
8 $o->append($y);
9 $o->append($o);
45 $o->append($y);
46 $o->append($y);
47 $o->append($o);
H A Dbug73471.phpt9 $iterator->append($events);
11 $iterator->append($events2);
H A Dspl_006.phpt7 $it->append(new ArrayIterator(array(1,2)));
8 $it->append(new ArrayIterator(array(2,3)));
H A Dbug74669.phpt17 public function append($element)
19 $this->container->append($element);
57 $container->append('test1');
58 $container->append('test2');
H A Dbug34548.phpt2 Bug #34548 (Method append() in class extended from ArrayObject crashes PHP)
10 foreach($dataArray as $value) $this->append($value);
/PHP-8.1/ext/dom/tests/
H A DDOMParentNode_empty_argument.phpt16 $dom->documentElement->append(...$emptyFragment->childNodes);
20 $dom->documentElement->append();
33 $fragment->append($dom->createElement('foo'));
34 $fragment->append(...$emptyFragment->childNodes);
36 $fragment->append();
42 $dom->append(...$emptyFragment->childNodes);
44 $dom->append();
H A DDOM4_ParentNode_append_invalidtypes.phpt2 DOMParentNode::append() exception on invalid argument
13 $dom->documentElement->append(array());
19 OK! DOMElement::append(): Argument #1 must be of type DOMNode|string, array given
H A DDOM4_ParentNode_append.phpt2 DOMParentNode::append()
15 $element->append(
23 $element->append(
H A DDOMElement_append_hierarchy_test.phpt2 DOMElement::append() with hierarchy changes and errors
15 $b_hello->append($b_world);
22 $b_hello->append($b_world->firstChild);
29 $b_world->firstChild->append($b_hello);
36 $b_hello->append($b_hello);
47 $b_world->firstChild->append($b_world);
H A DDOM4_ParentNode_append_with_attributes.phpt2 DOMParentNode::append() with attributes
20 $element->append($replacement, $addition);
H A DDOM4_ParentNode_append_wrong_document.phpt2 DOMParentNode::append() with DOMNode from wrong document throws exception
18 $element->append($dom2->documentElement->firstChild);
/PHP-8.1/ext/standard/tests/array/
H A Dbug40191.phpt7 $arrObj->append('foo');
8 $arrObj->append('bar');
9 $arrObj->append('foo');
/PHP-8.1/ext/standard/tests/filters/
H A Dbug73586.phpt19 stream_filter_register("append", "append_filter");
21 stream_filter_append($fin, 'append', STREAM_FILTER_READ);
40 stream_filter_register("append", "append_filter");
42 stream_filter_append($fin, 'append', STREAM_FILTER_READ);
/PHP-8.1/Zend/tests/restrict_globals/
H A Dinvalid_append.phpt2 Cannot append to $GLOBALS
10 Fatal error: Cannot append to $GLOBALS in %s on line %d
/PHP-8.1/ext/standard/tests/general_functions/
H A Darray_is_list.phpt61 test_is_list("append implicit", $arr);
65 test_is_list("append explicit", $arr);
69 test_is_list("append with gap", $arr);
96 append implicit: true
97 append explicit: true
98 append with gap: false
/PHP-8.1/ext/oci8/tests/
H A Dcoll_018.phpt22 var_dump($coll1->append(1));
23 var_dump($coll1->append(2));
24 var_dump($coll1->append(3));
25 var_dump($coll1->append(4));
H A Dcoll_019.phpt29 var_dump($coll1->append('a long string')); // invalid type for append
70 var_dump($coll1->append(1)); // invalid date format
82 Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
105 Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on l…
H A Dcoll_011.phpt31 var_dump($coll1->append("string"));
32 var_dump($coll1->append("string"));

Completed in 30 milliseconds

12345