Home
last modified time | relevance | path

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

12

/PHP-8.1/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 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 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.1/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.1/sapi/cli/tests/
H A Dbug67741_stub.inc2 echo "prepend lineno: ", __LINE__, "\n";
H A Dbug67741.phpt16 prepend lineno: 2
/PHP-8.1/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-8.1/ext/standard/tests/array/
H A Darray_unshift_empty.phpt2 Test array_unshift() function : prepend array with empty set
/PHP-8.1/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.1/ext/spl/tests/
H A Dspl_autoload_010.phpt2 SPL: spl_autoload() and prepend
/PHP-8.1/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.c506 bool prepend = 0; in PHP_FUNCTION() local
515 Z_PARAM_BOOL(prepend) in PHP_FUNCTION()
568 if (prepend && spl_autoload_functions->nNumOfElements > 1) { in PHP_FUNCTION()
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php42 public function prepend(...$nodes): void; function
230 public function prepend(...$nodes): void {} function in DOMDocumentFragment
403 public function prepend(...$nodes): void {} function in DOMElement
570 public function prepend(...$nodes): void {} function in DOMDocument
H A Ddocumentfragment.c158 PHP_METHOD(DOMDocumentFragment, prepend) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h529 ZEND_METHOD(DOMDocumentFragment, prepend);
568 ZEND_METHOD(DOMElement, prepend);
618 ZEND_METHOD(DOMDocument, prepend);
671 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMParentNode, prepend, arginfo_class_DOMParentNode_prepend, ZEND_ACC_…
729 ZEND_ME(DOMDocumentFragment, prepend, arginfo_class_DOMDocumentFragment_prepend, ZEND_ACC_PUBLIC)
788 ZEND_ME(DOMElement, prepend, arginfo_class_DOMElement_prepend, ZEND_ACC_PUBLIC)
843 ZEND_ME(DOMDocument, prepend, arginfo_class_DOMDocument_prepend, ZEND_ACC_PUBLIC)
H A Delement.c1266 PHP_METHOD(DOMElement, prepend) in PHP_METHOD() argument

Completed in 79 milliseconds

12