Searched refs:prepend (Results 1 – 25 of 37) sorted by relevance
12
/php-src/ext/dom/tests/ |
H A D | DOM4_ParentNode_prepend.phpt | 2 DOMParentNode::prepend() 16 $element->prepend( 25 $element->prepend( 31 $firstMark->prepend('content');
|
H A D | DOMParentNode_empty_argument.phpt | 17 $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 D | DOMElement_prepend_hierarchy_test.phpt | 2 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 D | gh16039.phpt | 11 $element->prepend('x', new DOMEntity); 18 $element->prepend('x', new DOMEntity);
|
H A D | DOM4_DOMNode_prepend_ns.phpt | 2 DOMNode::prepend() with namespace 17 $root->prepend($item);
|
H A D | gh11906.phpt | 2 GH-11906 (prepend without children after creating fragment results in segfault) 24 $test->prepend($child);
|
H A D | element_child_and_parent_node_without_document.phpt | 10 $element->prepend("PREPENDED");
|
H A D | DOM4_ParentNode_append_wrong_document.phpt | 27 test("prepend");
|
H A D | gh16338.phpt | 16 $elem2->prepend($com);
|
H A D | parentnode_childnode_too_long_text.phpt | 45 $element->prepend('x', $str); 74 DOMElement::prepend(): Argument #2 must be less than or equal to 2147483647 bytes long
|
H A D | fragments_multiple_nodes_DOMParentNode.phpt | 25 $dom->documentElement->prepend($fragment);
|
/php-src/Zend/tests/ |
H A D | bug64677.phpt | 6 public function show_output($prepend, $output = '') { 14 function show_outputa($prepend, $output) {
|
/php-src/sapi/cli/tests/ |
H A D | bug67741_stub.inc | 2 echo "prepend lineno: ", __LINE__, "\n";
|
H A D | bug67741.phpt | 16 prepend lineno: 2
|
/php-src/tests/lang/ |
H A D | bug32924.phpt | 2 Bug #32924 (prepend does not add file to included files)
|
/php-src/ext/standard/tests/array/ |
H A D | array_unshift_empty.phpt | 2 Test array_unshift() function : prepend array with empty set
|
/php-src/ext/dom/tests/gh11830/ |
H A D | type_variation.phpt | 19 $doc->documentElement->firstElementChild->prepend($testElement, 0); 51 DOMElement::prepend(): Argument #2 must be of type DOMNode|string, int given
|
H A D | hierarchy_variation.phpt | 30 test("prepend");
|
H A D | attribute_variation.phpt | 16 $doc->documentElement->firstElementChild->prepend($doc->documentElement->attributes[0]);
|
H A D | document_variation.phpt | 37 test("prepend");
|
/php-src/ext/spl/tests/ |
H A D | spl_autoload_010.phpt | 2 SPL: spl_autoload() and prepend
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Node_cloneNode_copy_document_properties.phpt | 14 $dom->prepend($dom->createElement("bar"));
|
H A D | pre_insertion_validation.phpt | 48 $dom->prepend($doctype); 62 $dom->prepend($element);
|
/php-src/ext/spl/ |
H A D | php_spl.stub.php | 34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals… argument
|
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | base.h | 123 bool prepend; member
|
Completed in 17 milliseconds
12