/PHP-8.1/ext/dom/tests/gh11830/ |
H A D | document_variation.phpt | 33 $doc->documentElement->firstElementChild->append($testElement, $otherElement);
|
/PHP-8.1/ext/oci8/tests/ |
H A D | lob_026.phpt | 2 oci_lob_seek()/rewind()/append()
|
H A D | imp_res_dbmsoutput.phpt | 65 $res[] = $ln; // append each line to the array
|
H A D | imp_res_get_dbmsoutput.phpt | 69 $res[] = $ln; // append each line to the array
|
/PHP-8.1/ext/spl/ |
H A D | spl_iterators.h | 139 } append; member
|
H A D | spl_iterators.stub.php | 292 public function append(Iterator $iterator): void {} function in AppendIterator
|
H A D | spl_iterators_arginfo.h | 385 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 D | bug81145.phpt | 24 //Create file and append random content at the 4GB boundary
|
H A D | fwrite_variation3.phpt | 48 // append the data to the file, starting from current position of the file pointer
|
H A D | fwrite_variation3-win32.phpt | 47 // append the data to the file, starting from current position of the file pointer
|
H A D | fseek_ftell_rewind_variation3.phpt | 9 1. All read and append modes
|
H A D | fseek_ftell_rewind_variation5.phpt | 9 1. All read and append modes
|
H A D | fseek_ftell_rewind_variation7.phpt | 9 1. All read and append modes
|
H A D | fseek_ftell_rewind_variation1.phpt | 9 1. All read and append modes
|
H A D | userstreams.phpt | 311 /* One final test to see if the position is respected when opened for append */
|
/PHP-8.1/ext/dom/ |
H A D | documentfragment.c | 137 PHP_METHOD(DOMDocumentFragment, append) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 528 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/.github/workflows/ |
H A D | push.yml | 90 append-timestamp: false 126 append-timestamp: false
|
/PHP-8.1/ext/dom/tests/ |
H A D | gh11288.phpt | 21 $fragment->append(...$span->childNodes);
|
/PHP-8.1/ext/imap/tests/ |
H A D | imap_fetch_overview_variation6.phpt | 79 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
|
/PHP-8.1/ext/phar/tests/ |
H A D | fopen_edgecases.phpt | 20 // 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 D | user_filters.c | 404 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 D | streamsfuncs.c | 1190 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 D | oci8.stub.php | 621 public function append(OCILob $from): bool {} function in OCILob 689 public function append(string $value): bool {} function in OCICollection
|
H A D | oci8_arginfo.h | 768 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)
|