Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/spl/
H A Dspl_iterators.c2291 object->u.append.iterator->funcs->dtor(object->u.append.iterator TSRMLS_CC); in spl_dual_it_free_storage()
2292 if (object->u.append.zarrayit) { in spl_dual_it_free_storage()
2293 zval_ptr_dtor(&object->u.append.zarrayit); in spl_dual_it_free_storage()
3316 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator TSRMLS_CC) == SUCCESS) { in spl_append_it_next_iterator()
3319 intern->u.append.iterator->funcs->get_current_data(intern->u.append.iterator, &it TSRMLS_CC); in spl_append_it_next_iterator()
3335 intern->u.append.iterator->funcs->move_forward(intern->u.append.iterator TSRMLS_CC); in spl_append_it_fetch()
3360 SPL_METHOD(AppendIterator, append) in SPL_METHOD() argument
3373 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator TSRMLS_CC) != SUCCESS) { in SPL_METHOD()
3374 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator TSRMLS_CC); in SPL_METHOD()
3395 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_iterators.h154 } append; member
H A Dspl_array.c745 SPL_METHOD(Array, append) in SPL_METHOD() argument
1898 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC)
1925 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc42 $it->append(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
/PHP-5.5/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt82 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt20 // append
75 …dgecases.phar.php/b/c.php): failed to open stream: phar error: open mode append not supported in %…
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar319 public static function append($name, $array) {
1513 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase);
1516 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase);
1520 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase);
1524 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
1748 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
1757 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
1988 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
2057 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase);
2065 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
/PHP-5.5/ext/standard/
H A Duser_filters.c447 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
477 if (append) { in php_stream_bucket_attach()
H A Dstreamsfuncs.c1192 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
1230 if (append) { in apply_filter_to_stream()
1247 if (append) { in apply_filter_to_stream()
/PHP-5.5/ext/phar/
H A DTODO83 X make convertTo*() with full file compression rename to append .gz or .bz2
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation5.phpt19 1. All read and append modes
H A Dfwrite_variation3-win32.phpt56 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3.phpt57 // append the data to the file, starting from current position of the file pointer
H A Dfseek_ftell_rewind_variation3.phpt19 1. All read and append modes
H A Dfseek_ftell_rewind_variation7.phpt19 1. All read and append modes
H A Dfseek_ftell_rewind_variation1.phpt19 1. All read and append modes
H A Duserstreams.phpt309 /* One final test to see if the position is respected when opened for append */
H A Dfflush_variation3.phpt38 // fill the fill with some data if mode is append mode
H A Dfseek_ftell_rewind_basic1.phpt18 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfflush_variation2.phpt39 //fill the file with some data if mode is append mode
H A Dfflush_variation1-win32.phpt41 // filling the file some data if mode is append mode
H A Dfflush_variation1.phpt41 // filling the file with some data if mode is append mode
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp421 key.append(temp, len); in umsg_format_helper()
/PHP-5.5/
H A Dacinclude.m4195 dnl which array to append to?
253 dnl append to the array which has been dynamically chosen at m4 time
527 dnl PHP_ADD_LIBRARY(library[, append[, shared-libadd]])
536 dnl PHP_ADD_LIBRARY_DEFER(library[, append[, shared-libadd]])

Completed in 74 milliseconds

1234