Home
last modified time | relevance | path

Searched refs:append (Results 76 – 100 of 120) sorted by relevance

12345

/PHP-8.1/ext/dom/tests/gh11830/
H A Ddocument_variation.phpt33 $doc->documentElement->firstElementChild->append($testElement, $otherElement);
/PHP-8.1/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
H A Dimp_res_dbmsoutput.phpt65 $res[] = $ln; // append each line to the array
H A Dimp_res_get_dbmsoutput.phpt69 $res[] = $ln; // append each line to the array
/PHP-8.1/.github/workflows/
H A Dpush.yml73 append-timestamp: false
109 append-timestamp: false
/PHP-8.1/ext/spl/
H A Dspl_iterators.h139 } append; member
H A Dspl_iterators.stub.php292 public function append(Iterator $iterator): void {} function in AppendIterator
H A Dspl_iterators_arginfo.h385 ZEND_METHOD(AppendIterator, append);
570 ZEND_ME(AppendIterator, append, arginfo_class_AppendIterator_append, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/standard/tests/file/
H A Dbug81145.phpt24 //Create file and append random content at the 4GB boundary
H A Dfwrite_variation3.phpt48 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3-win32.phpt47 // append the data to the file, starting from current position of the file pointer
H A Dfseek_ftell_rewind_variation3.phpt9 1. All read and append modes
H A Dfseek_ftell_rewind_variation5.phpt9 1. All read and append modes
H A Dfseek_ftell_rewind_variation7.phpt9 1. All read and append modes
H A Dfseek_ftell_rewind_variation1.phpt9 1. All read and append modes
H A Duserstreams.phpt311 /* One final test to see if the position is respected when opened for append */
/PHP-8.1/ext/dom/
H A Ddocumentfragment.c137 PHP_METHOD(DOMDocumentFragment, append) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h528 ZEND_METHOD(DOMDocumentFragment, append);
567 ZEND_METHOD(DOMElement, append);
617 ZEND_METHOD(DOMDocument, append);
670 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMParentNode, append, arginfo_class_DOMParentNode_append, ZEND_ACC_PU…
728 ZEND_ME(DOMDocumentFragment, append, arginfo_class_DOMDocumentFragment_append, ZEND_ACC_PUBLIC)
787 ZEND_ME(DOMElement, append, arginfo_class_DOMElement_append, ZEND_ACC_PUBLIC)
842 ZEND_ME(DOMDocument, append, arginfo_class_DOMDocument_append, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/dom/tests/
H A Dgh11288.phpt21 $fragment->append(...$span->childNodes);
/PHP-8.1/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt79 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
/PHP-8.1/ext/phar/tests/
H A Dfopen_edgecases.phpt20 // append
74 …dgecases.phar.php/b/c.php): Failed to open stream: phar error: open mode append not supported in %…
/PHP-8.1/ext/standard/
H A Duser_filters.c404 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
441 if (append) { in php_stream_bucket_attach()
H A Dstreamsfuncs.c1190 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
1231 if (append) { in apply_filter_to_stream()
1248 if (append) { in apply_filter_to_stream()
/PHP-8.1/ext/oci8/
H A Doci8.stub.php621 public function append(OCILob $from): bool {} function in OCILob
689 public function append(string $value): bool {} function in OCICollection
H A Doci8_arginfo.h768 ZEND_ME_MAPPING(append, oci_lob_append, arginfo_class_OCILob_append, ZEND_ACC_PUBLIC)
785 ZEND_ME_MAPPING(append, oci_collection_append, arginfo_class_OCICollection_append, ZEND_ACC_PUBLIC)

Completed in 106 milliseconds

12345