/PHP-8.0/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 | DOM4_DOMNode_prepend_ns.phpt | 2 DOMNode::prepend() with namespace 17 $root->prepend($item);
|
H A D | DOM4_ParentNode_append_wrong_document.phpt | 25 $element->prepend($dom2->documentElement->firstChild);
|
/PHP-8.0/Zend/tests/ |
H A D | bug64677.phpt | 6 public function show_output($prepend, $output = '') { 14 function show_outputa($prepend, $output) {
|
/PHP-8.0/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-8.0/tests/lang/ |
H A D | bug32924.phpt | 2 Bug #32924 (prepend does not add file to included files)
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_unshift_empty.phpt | 2 Test array_unshift() function : prepend array with empty set
|
/PHP-8.0/ext/spl/tests/ |
H A D | spl_autoload_010.phpt | 2 SPL: spl_autoload() and prepend
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 25 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 D | php_dom_arginfo.h | 471 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 D | documentfragment.c | 159 PHP_METHOD(DOMDocumentFragment, prepend) in PHP_METHOD() argument
|
H A D | element.c | 1219 PHP_METHOD(DOMElement, prepend) in PHP_METHOD() argument
|
H A D | document.c | 2102 PHP_METHOD(DOMDocument, prepend) in PHP_METHOD() argument
|
/PHP-8.0/ext/spl/ |
H A D | php_spl.stub.php | 22 function spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = fals… argument
|
H A D | php_spl_arginfo.h | 32 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prepend, _IS_BOOL, 0, "false")
|
H A D | php_spl.c | 496 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 D | CONTRIBUTING.md | 372 6. If you modified a function that is callable from PHP, prepend PHP to the
|
H A D | php.ini-development | 579 ; http://php.net/error-prepend-string 704 ; http://php.net/auto-prepend-file
|
H A D | php.ini-production | 581 ; http://php.net/error-prepend-string 706 ; http://php.net/auto-prepend-file
|
H A D | NEWS | 198 . Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
|
/PHP-8.0/build/ |
H A D | libtool.m4 | 3098 # is EXPORTS), use it as is; otherwise, prepend... 5472 # is EXPORTS), use it as is; otherwise, prepend...
|