Home
last modified time | relevance | path

Searched refs:append (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1171 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) in apply_filter_to_stream() argument
1212 if (append) { in apply_filter_to_stream()
1229 if (append) { in apply_filter_to_stream()
/PHP-8.0/ext/oci8/
H A Doci8_arginfo.h766 ZEND_ME_MAPPING(append, oci_lob_append, arginfo_class_OCILob_append, ZEND_ACC_PUBLIC)
783 ZEND_ME_MAPPING(append, oci_collection_append, arginfo_class_OCICollection_append, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/standard/tests/file/
H A Dfwrite_variation3.phpt48 // append the data to the file, starting from current position of the file pointer
H A Dfwrite_variation3-win32.phpt47 // append the data to the file, starting from current position of the file pointer
H A Dfseek_ftell_rewind_variation3.phpt9 1. All read and append modes
H A Dfseek_ftell_rewind_variation5.phpt9 1. All read and append modes
H A Dfseek_ftell_rewind_variation7.phpt9 1. All read and append modes
H A Duserstreams.phpt311 /* One final test to see if the position is respected when opened for append */
H A Dfseek_ftell_rewind_variation1.phpt9 1. All read and append modes
H A Dfflush_variation3.phpt35 // fill the fill with some data if mode is append mode
H A Dfseek_ftell_rewind_basic1.phpt8 /* Testing fseek(),ftell(),rewind() functions on all read and append modes */
H A Dfflush_variation2.phpt36 //fill the file with some data if mode is append mode
H A Dfflush_variation1-win32-mb.phpt37 // filling the file some data if mode is append mode
H A Dfflush_variation1-win32.phpt37 // filling the file some data if mode is append mode
H A Dfflush_variation1.phpt37 // filling the file with some data if mode is append mode
H A Dfgetcsv_variation12.phpt2 Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append mod…
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp414 key.append(temp, len); in umsg_format_helper()
/PHP-8.0/ext/dom/
H A Delement.c1198 PHP_METHOD(DOMElement, append) in PHP_METHOD() argument
H A Ddocument.c2081 PHP_METHOD(DOMDocument, append) in PHP_METHOD() argument
/PHP-8.0/build/
H A Dphp.m4190 dnl Which array to append to?
495 dnl PHP_ADD_LIBRARY(library[, append[, shared-libadd]])
504 dnl PHP_ADD_LIBRARY_DEFER(library[, append[, shared-libadd]])
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in443 ; overwrite previously defined php.ini values, but will append the new value
/PHP-8.0/ext/oci8/tests/
H A Ddbmsoutput.phpt67 $res[] = $ln; // append each line to the array
/PHP-8.0/ext/spl/
H A Dspl_array.c735 PHP_METHOD(ArrayObject, append) in PHP_METHOD() argument
/PHP-8.0/
H A Dphp.ini-development585 ; http://php.net/error-append-string
708 ; http://php.net/auto-append-file
H A Dphp.ini-production587 ; http://php.net/error-append-string
710 ; http://php.net/auto-append-file

Completed in 85 milliseconds

12345