Searched defs:append (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/spl/ |
H A D | spl_array.stub.php | 33 public function append(mixed $value): void {} function in ArrayObject 136 public function append(mixed $value): void {} function in ArrayIterator
|
H A D | spl_iterators.stub.php | 344 public function append(Iterator $iterator): void {} function in AppendIterator
|
H A D | spl_iterators.c | 137 } append; member 2960 PHP_METHOD(AppendIterator, append) in PHP_METHOD() argument
|
H A D | spl_array.c | 704 PHP_METHOD(ArrayObject, append) in PHP_METHOD() argument
|
/PHP-8.2/ext/dom/ |
H A D | documentfragment.c | 137 PHP_METHOD(DOMDocumentFragment, append) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 274 public function append(...$nodes): void; function 462 public function append(...$nodes): void {} function in DOMDocumentFragment 635 public function append(...$nodes): void {} function in DOMElement 802 public function append(...$nodes): void {} function in DOMDocument
|
H A D | element.c | 1245 PHP_METHOD(DOMElement, append) in PHP_METHOD() argument
|
H A D | document.c | 2180 PHP_METHOD(DOMDocument, append) in PHP_METHOD() argument
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | zlog.c | 317 const char *append, size_t append_len) /* {{{ */ in zlog_stream_direct_write_ex() 347 const char *append = NULL; in zlog_stream_unbuffered_write() local
|
/PHP-8.2/ext/standard/ |
H A D | user_filters.c | 376 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach()
|
H A D | streamsfuncs.c | 1196 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream()
|
/PHP-8.2/ext/dba/libinifile/ |
H A D | inifile.c | 456 …e_replace_append(inifile *dba, const key_type *key, const val_type *value, int append, bool *found) in inifile_delete_replace_append()
|
Completed in 52 milliseconds