Home
last modified time | relevance | path

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

1234

/PHP-5.3/ext/spl/
H A Dspl_iterators.c2150 object->u.append.iterator->funcs->dtor(object->u.append.iterator TSRMLS_CC); in spl_dual_it_free_storage()
2151 if (object->u.append.zarrayit) { in spl_dual_it_free_storage()
2152 zval_ptr_dtor(&object->u.append.zarrayit); in spl_dual_it_free_storage()
3155 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator TSRMLS_CC) == SUCCESS) { in spl_append_it_next_iterator()
3158 intern->u.append.iterator->funcs->get_current_data(intern->u.append.iterator, &it TSRMLS_CC); in spl_append_it_next_iterator()
3174 intern->u.append.iterator->funcs->move_forward(intern->u.append.iterator TSRMLS_CC); in spl_append_it_fetch()
3199 SPL_METHOD(AppendIterator, append) in SPL_METHOD() argument
3212 if (intern->u.append.iterator->funcs->valid(intern->u.append.iterator TSRMLS_CC) != SUCCESS) { in SPL_METHOD()
3213 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator TSRMLS_CC); in SPL_METHOD()
3234 intern->u.append.iterator->funcs->rewind(intern->u.append.iterator TSRMLS_CC); in SPL_METHOD()
[all …]
H A Dspl_iterators.h148 } append; member
H A Dspl_array.c702 SPL_METHOD(Array, append) in SPL_METHOD() argument
1954 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC)
1981 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC)
/PHP-5.3/ext/spl/examples/
H A Dfindfile.inc42 $it->append(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
/PHP-5.3/ext/oci8/tests/
H A Dlob_026.phpt2 oci_lob_seek()/rewind()/append()
/PHP-5.3/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt82 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
/PHP-5.3/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.3/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.3/ext/standard/
H A Duser_filters.c442 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) in php_stream_bucket_attach() argument
472 if (append) { in php_stream_bucket_attach()
H A Dstreamsfuncs.c1181 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
1219 if (append) { in apply_filter_to_stream()
1236 if (append) { in apply_filter_to_stream()
/PHP-5.3/ext/phar/
H A DTODO83 X make convertTo*() with full file compression rename to append .gz or .bz2
/PHP-5.3/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_variation1.phpt19 1. All read and append modes
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 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.3/
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]])
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c158 static string *string_append(string *str, string *append) in string_append() argument
160 if (append->len > 1) { in string_append()
161 string_write(str, append->string, append->len - 1); in string_append()

Completed in 176 milliseconds

1234