Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt2 DOMParentNode::prepend()
16 $element->prepend(
25 $element->prepend(
31 $firstMark->prepend('content');
H A DDOM4_DOMNode_prepend_ns.phpt2 DOMNode::prepend() with namespace
17 $root->prepend($item);
H A DDOM4_ParentNode_append_wrong_document.phpt25 $element->prepend($dom2->documentElement->firstChild);
/PHP-8.0/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.0/sapi/cli/tests/
H A Dbug67741_stub.inc2 echo "prepend lineno: ", __LINE__, "\n";
H A Dbug67741.phpt16 prepend lineno: 2
/PHP-8.0/tests/lang/
H A Dbug32924.phpt2 Bug #32924 (prepend does not add file to included files)
/PHP-8.0/ext/standard/tests/array/
H A Darray_unshift_empty.phpt2 Test array_unshift() function : prepend array with empty set
/PHP-8.0/ext/spl/tests/
H A Dspl_autoload_010.phpt2 SPL: spl_autoload() and prepend
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php25 public function prepend(...$nodes): void; function
126 public function prepend(...$nodes): void {} function in DOMDocumentFragment
250 public function prepend(...$nodes): void {} function in DOMElement
358 public function prepend(...$nodes): void {} function in DOMDocument
H A Dphp_dom_arginfo.h471 ZEND_METHOD(DOMDocumentFragment, prepend);
510 ZEND_METHOD(DOMElement, prepend);
560 ZEND_METHOD(DOMDocument, prepend);
613 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMParentNode, prepend, arginfo_class_DOMParentNode_prepend, ZEND_ACC_…
667 ZEND_ME(DOMDocumentFragment, prepend, arginfo_class_DOMDocumentFragment_prepend, ZEND_ACC_PUBLIC)
726 ZEND_ME(DOMElement, prepend, arginfo_class_DOMElement_prepend, ZEND_ACC_PUBLIC)
781 ZEND_ME(DOMDocument, prepend, arginfo_class_DOMDocument_prepend, ZEND_ACC_PUBLIC)
H A Ddocumentfragment.c159 PHP_METHOD(DOMDocumentFragment, prepend) in PHP_METHOD() argument
H A Delement.c1219 PHP_METHOD(DOMElement, prepend) in PHP_METHOD() argument
H A Ddocument.c2102 PHP_METHOD(DOMDocument, prepend) in PHP_METHOD() argument
/PHP-8.0/ext/spl/
H A Dphp_spl.stub.php22 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.c496 zend_bool prepend = 0; in PHP_FUNCTION() local
505 Z_PARAM_BOOL(prepend) in PHP_FUNCTION()
558 if (prepend && SPL_G(autoload_functions)->nNumOfElements > 1) { in PHP_FUNCTION()
/PHP-8.0/
H A DCONTRIBUTING.md372 6. If you modified a function that is callable from PHP, prepend PHP to the
H A Dphp.ini-development579 ; http://php.net/error-prepend-string
704 ; http://php.net/auto-prepend-file
H A Dphp.ini-production581 ; http://php.net/error-prepend-string
706 ; http://php.net/auto-prepend-file
H A DNEWS198 . Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
/PHP-8.0/build/
H A Dlibtool.m43098 # is EXPORTS), use it as is; otherwise, prepend...
5472 # is EXPORTS), use it as is; otherwise, prepend...

Completed in 51 milliseconds