Home
last modified time | relevance | path

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

12

/PHP-8.3/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_world->firstChild->prepend($b_hello);
36 $b_hello->prepend($b_hello);
47 $b_world->firstChild->prepend($b_world);
58 $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.phpt25 $element->prepend($dom2->documentElement->firstChild);
H A Dfragments_multiple_nodes_DOMParentNode.phpt25 $dom->documentElement->prepend($fragment);
H A DDOMElement_append_hierarchy_test.phpt58 $dom->firstChild->firstChild->prepend($dom2->firstChild);
/PHP-8.3/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.3/sapi/cli/tests/
H A Dbug67741_stub.inc2 echo "prepend lineno: ", __LINE__, "\n";
H A Dbug67741.phpt16 prepend lineno: 2
/PHP-8.3/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-8.3/ext/standard/tests/array/
H A Darray_unshift_empty.phpt2 Test array_unshift() function : prepend array with empty set
/PHP-8.3/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.phpt21 $testElement->prepend($alone, $container);
H A Dattribute_variation.phpt16 $doc->documentElement->firstElementChild->prepend($doc->documentElement->attributes[0]);
H A Ddocument_variation.phpt27 $doc->documentElement->firstElementChild->prepend($testElement, $otherElement);
/PHP-8.3/ext/spl/tests/
H A Dspl_autoload_010.phpt2 SPL: spl_autoload() and prepend
/PHP-8.3/ext/spl/
H A Dphp_spl.stub.php34 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals… argument
H A Dphp_spl_arginfo.h32 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prepend, _IS_BOOL, 0, "false")
H A Dphp_spl.c509 bool prepend = 0; in PHP_FUNCTION() local
518 Z_PARAM_BOOL(prepend) in PHP_FUNCTION()
571 if (prepend && spl_autoload_functions->nNumOfElements > 1) { in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Ddocumentfragment.c118 PHP_METHOD(DOMDocumentFragment, prepend) in PHP_METHOD() argument
H A Dphp_dom.stub.php277 public function prepend(...$nodes): void; function
486 public function prepend(...$nodes): void {} function in DOMDocumentFragment
670 public function prepend(...$nodes): void {} function in DOMElement
844 public function prepend(...$nodes): void {} function in DOMDocument

Completed in 64 milliseconds

12