Home
last modified time | relevance | path

Searched refs:append (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-8.0/ext/oci8/tests/
H A Dcoll_009.phpt29 var_dump($coll1->append("2005-07-28"));
41 Warning: OCICollection::append(): OCI-01861: literal does not match format string in %s on line %d
H A Dlob_004.phpt2 oci_lob_seek()/rewind()/append()
41 var_dump($row[0]->append($blob));
H A Dcoll_004.phpt17 var_dump($coll1->append(1));
H A Dcoll_015.phpt28 var_dump($coll1->append(1));
H A Dcoll_013.phpt28 var_dump($coll1->append("28-JUL-05"));
H A Dcoll_014.phpt28 var_dump($coll1->append("striing"));
H A Dcoll_017.phpt28 var_dump($coll1->append("string"));
H A Dcoll_010.phpt29 var_dump($coll1->append(null));
/PHP-8.0/ext/dom/tests/
H A DDOMText_appendData_basic.phpt21 echo "Text Length (one append): " . $textnode->length . "\n";
32 Text Length (one append): 4
/PHP-8.0/ext/pdo/tests/
H A Dpdo_test.inc6 $append = false;
8 if ($append) {
11 $append = true;
/PHP-8.0/ext/spl/tests/
H A Dbug32394.phpt7 $object->append(1);
H A Dbug74519.phpt8 $iterator->append($events);
H A Dbug72684.phpt10 $appendIterator->append($generator);
/PHP-8.0/ext/spl/
H A Dspl_array.stub.php22 public function append(mixed $value) {} function in ArrayObject
114 public function append(mixed $value) {} function in ArrayIterator
H A Dspl_array_arginfo.h149 ZEND_METHOD(ArrayObject, append);
186 ZEND_ME(ArrayObject, append, arginfo_class_ArrayObject_append, ZEND_ACC_PUBLIC)
216 ZEND_MALIAS(ArrayObject, append, append, arginfo_class_ArrayIterator_append, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
132 test append / read / remove
154 test append all / read / remove all
172 test append all / read / close
/PHP-8.0/ext/shmop/tests/
H A D001.phpt13 $write_d2 = "test #2 append data to shared memory segment";
45 /* try to append data to the shared memory segment, this should fail */
87 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
/PHP-8.0/ext/standard/tests/file/
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
H A Dsymlink_link_linkinfo_is_link_variation4.phpt35 // append link with data
36 $fp = fopen($linkname, "a"); // open in append mode
40 // now check temp file for data; it should append "Hello World"
H A Dfile_put_contents_variation1.phpt2 Test file_put_contents() function : variation - test append flag
/PHP-8.0/sapi/fpm/fpm/
H A Dzlog.c321 const char *append, size_t append_len) /* {{{ */ in zlog_stream_direct_write_ex() argument
326 zend_quiet_write(stream->fd, append, append_len); in zlog_stream_direct_write_ex()
333 zend_quiet_write(STDERR_FILENO, append, append_len); in zlog_stream_direct_write_ex()
351 const char *append = NULL; in zlog_stream_unbuffered_write() local
366 append = NULL; in zlog_stream_unbuffered_write()
369 append = "\n"; in zlog_stream_unbuffered_write()
374 if (append != NULL) { in zlog_stream_unbuffered_write()
381 zlog_stream_direct_write(stream, append, append_len); in zlog_stream_unbuffered_write()
395 append = NULL; in zlog_stream_unbuffered_write()
397 append = "..."; in zlog_stream_unbuffered_write()
[all …]
/PHP-8.0/ext/imap/tests/
H A Dimap_append_basic.phpt35 echo "Msg Count after append : ". $check->Nmsgs . "\n";
55 Msg Count after append : 2
/PHP-8.0/Zend/tests/
H A DArrayAccess_indirect_append.phpt2 Using indirect append on ArrayAccess object
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakmap_error_conditions.phpt81 Cannot append to WeakMap
82 Cannot append to WeakMap
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php22 public function append(...$nodes): void; function
123 public function append(...$nodes): void {} function in DOMDocumentFragment
247 public function append(...$nodes): void {} function in DOMElement
355 public function append(...$nodes): void {} function in DOMDocument

Completed in 36 milliseconds

12345