Home
last modified time | relevance | path

Searched refs:append (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-8.0/ext/oci8/tests/
H A Dcoll_012.phpt29 var_dump($coll1->append("28-JUL-05"));
H A Dcoll_003.phpt19 var_dump($coll1->append(1));
H A Dcoll_016.phpt28 var_dump($coll1->append(1));
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
H A Dimp_res_dbmsoutput.phpt64 $res[] = $ln; // append each line to the array
H A Dimp_res_get_dbmsoutput.phpt68 $res[] = $ln; // append each line to the array
/PHP-8.0/ext/ftp/tests/
H A Dftp_append.phpt2 ftp_append() create new file and append something
/PHP-8.0/ext/simplexml/tests/
H A D012.phpt46 Cannot append to an attribute list
/PHP-8.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt54 // append link with data
55 $fp = fopen($linkname, "a"); // open in append mode
59 // now check temp file for data; it should append "Hello World"
H A Dbug81145.phpt22 //Create file and append random content at the 4GB boundary
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1379 …intern->u.append.iterator = spl_ce_ArrayIterator->get_iterator(spl_ce_ArrayIterator, &intern->u.ap… in spl_dual_it_construct()
2099 zval_ptr_dtor(&object->u.append.zarrayit); in spl_dual_it_free_storage()
2893 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator) == SUCCESS) { in spl_append_it_next_iterator()
2896 it = intern->u.append.iterator->funcs->get_current_data(intern->u.append.iterator); in spl_append_it_next_iterator()
2910 intern->u.append.iterator->funcs->move_forward(intern->u.append.iterator); in spl_append_it_fetch()
2933 PHP_METHOD(AppendIterator, append) in PHP_METHOD() argument
2946 intern->u.append.iterator->funcs->move_forward(intern->u.append.iterator); in PHP_METHOD()
2952 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator) != SUCCESS) { in PHP_METHOD()
2953 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator); in PHP_METHOD()
2994 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator); in PHP_METHOD()
[all …]
H A Dspl_iterators.h147 } append; member
H A Dspl_iterators.stub.php292 public function append(Iterator $iterator) {} function in AppendIterator
H A Dspl_iterators_arginfo.h360 ZEND_METHOD(AppendIterator, append);
545 ZEND_ME(AppendIterator, append, arginfo_class_AppendIterator_append, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/spl/tests/
H A Dbug65387.phpt47 $it2->append($it);
/PHP-8.0/ext/dom/tests/
H A DDOM4_DOMNode_after_ns.phpt17 $root->append($item);
H A DDOM4_DOMNode_before_ns.phpt17 $root->append($item);
/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c456 …lace_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *found) in inifile_delete_replace_append() argument
474 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
479 if (append) { in inifile_delete_replace_append()
506 ret = inifile_truncate(dba, append ? pos_grp_next : pos_grp_start); /* writes error on fail */ in inifile_delete_replace_append()
513 if (!append && ini_tmp) { in inifile_delete_replace_append()
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt2 mysqli_debug() - append to trace file
47 printf("[004] Cannot create trace file to test append mode\n");
/PHP-8.0/ext/dom/
H A Dphp_dom_arginfo.h470 ZEND_METHOD(DOMDocumentFragment, append);
509 ZEND_METHOD(DOMElement, append);
559 ZEND_METHOD(DOMDocument, append);
612 …ZEND_ABSTRACT_ME_WITH_FLAGS(DOMParentNode, append, arginfo_class_DOMParentNode_append, ZEND_ACC_PU…
666 ZEND_ME(DOMDocumentFragment, append, arginfo_class_DOMDocumentFragment_append, ZEND_ACC_PUBLIC)
725 ZEND_ME(DOMElement, append, arginfo_class_DOMElement_append, ZEND_ACC_PUBLIC)
780 ZEND_ME(DOMDocument, append, arginfo_class_DOMDocument_append, ZEND_ACC_PUBLIC)
H A Ddocumentfragment.c138 PHP_METHOD(DOMDocumentFragment, append) in PHP_METHOD() argument
/PHP-8.0/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt77 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
/PHP-8.0/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.0/ext/standard/
H A Duser_filters.c426 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
463 if (append) { in php_stream_bucket_attach()
/PHP-8.0/ext/oci8/
H A Doci8.stub.php616 public function append(OCILob $from) {} function in OCILob
684 public function append(string $value) {} function in OCICollection

Completed in 138 milliseconds

12345