Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.4/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt2 DOMParentNode::prepend()
16 $element->prepend(
25 $element->prepend(
31 $firstMark->prepend('content');
H A DDOMParentNode_empty_argument.phpt17 $dom->documentElement->prepend(...$emptyFragment->childNodes);
21 $dom->documentElement->prepend();
35 $fragment->prepend(...$emptyFragment->childNodes);
37 $fragment->prepend();
43 $dom->prepend(...$emptyFragment->childNodes);
45 $dom->prepend();
H A DDOMElement_prepend_hierarchy_test.phpt2 DOMElement::prepend() with hierarchy changes and errors
15 $b_hello->prepend($b_world);
22 $b_hello->prepend($b_world->firstChild);
29 $b_hello->prepend($b_world->firstChild, "foo");
36 $b_world->firstChild->prepend($b_hello);
43 $b_world->firstChild->prepend($b_hello, "foo");
50 $b_hello->prepend($b_hello);
60 $b_hello->prepend($b_hello, "foo");
71 $b_world->firstChild->prepend($b_world);
82 $dom->firstChild->firstChild->prepend($dom2->firstChild);
H A Dgh16039.phpt11 $element->prepend('x', new DOMEntity);
18 $element->prepend('x', new DOMEntity);
H A DDOM4_DOMNode_prepend_ns.phpt2 DOMNode::prepend() with namespace
17 $root->prepend($item);
H A Dgh11906.phpt2 GH-11906 (prepend without children after creating fragment results in segfault)
24 $test->prepend($child);
H A Delement_child_and_parent_node_without_document.phpt10 $element->prepend("PREPENDED");
H A DDOM4_ParentNode_append_wrong_document.phpt27 test("prepend");
H A Dparentnode_childnode_too_long_text.phpt45 $element->prepend('x', $str);
74 DOMElement::prepend(): Argument #2 must be less than or equal to 2147483647 bytes long
H A Dfragments_multiple_nodes_DOMParentNode.phpt25 $dom->documentElement->prepend($fragment);
/PHP-8.4/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.4/sapi/cli/tests/
H A Dbug67741_stub.inc2 echo "prepend lineno: ", __LINE__, "\n";
H A Dbug67741.phpt16 prepend lineno: 2
/PHP-8.4/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-8.4/ext/standard/tests/array/
H A Darray_unshift_empty.phpt2 Test array_unshift() function : prepend array with empty set
/PHP-8.4/ext/dom/tests/gh11830/
H A Dtype_variation.phpt19 $doc->documentElement->firstElementChild->prepend($testElement, 0);
51 DOMElement::prepend(): Argument #2 must be of type DOMNode|string, int given
H A Dhierarchy_variation.phpt30 test("prepend");
H A Dattribute_variation.phpt16 $doc->documentElement->firstElementChild->prepend($doc->documentElement->attributes[0]);
H A Ddocument_variation.phpt37 test("prepend");
/PHP-8.4/ext/spl/tests/
H A Dspl_autoload_010.phpt2 SPL: spl_autoload() and prepend
/PHP-8.4/ext/dom/tests/modern/spec/
H A DNode_cloneNode_copy_document_properties.phpt14 $dom->prepend($dom->createElement("bar"));
H A Dpre_insertion_validation.phpt48 $dom->prepend($doctype);
62 $dom->prepend($element);
/PHP-8.4/ext/spl/
H A Dphp_spl.stub.php34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals… argument
/PHP-8.4/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h123 bool prepend; member
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php290 public function prepend(...$nodes): void; function
598 public function prepend(...$nodes): void {} function in DOMDocumentFragment
844 public function prepend(...$nodes): void {} function in DOMElement
1066 public function prepend(...$nodes): void {} function in DOMDocument
1327 public function prepend(Node|string ...$nodes): void; function
1679 public function prepend(Node|string ...$nodes): void {} function in Dom\\Element
1883 public function prepend(Node|string ...$nodes): void {} function in Dom\\DocumentFragment
2013 public function prepend(Node|string ...$nodes): void {} function in Dom\\Document

Completed in 43 milliseconds

12