Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 88) sorted by path

1234

/PHP-7.4/
H A DNEWS2478 . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
2760 . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach
/PHP-7.4/Zend/tests/
H A DArrayAccess_indirect_append.phpt2 Using indirect append on ArrayAccess object
/PHP-7.4/build/
H A Dlibtool.m41380 # AIX 3 has no versioning support, so we append a major version to the name.
H A Dphp.m4190 dnl Which array to append to?
515 dnl PHP_ADD_LIBRARY(library[, append[, shared-libadd]])
524 dnl PHP_ADD_LIBRARY_DEFER(library[, append[, shared-libadd]])
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c465 …lace_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *found) in inifile_delete_replace_append() argument
483 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
488 if (append) { in inifile_delete_replace_append()
515 ret = inifile_truncate(dba, append ? pos_grp_next : pos_grp_start); /* writes error on fail */ in inifile_delete_replace_append()
522 if (!append && ini_tmp) { in inifile_delete_replace_append()
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_appendData_basic.phpt21 echo "CDATA Length (one append): " . $cdatanode->length . "\n";
32 CDATA Length (one append): 4
H A DDOMComment_appendData_basic_Sullivan.phpt21 echo "Comment Length (one append): " . $commentnode->length . "\n";
32 Comment Length (one append): 4
H A DDOMText_appendData_basic.phpt21 echo "Text Length (one append): " . $textnode->length . "\n";
33 Text Length (one append): 4
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2249 - * Like printf, only we append to a buffer.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic3229 # append method id without leading and trailing minus character
17670 # then append
H A Dmagic私はガラスを食べられます3229 # append method id without leading and trailing minus character
17670 # then append
/PHP-7.4/ext/ftp/tests/
H A Dftp_append.phpt2 ftp_append() create new file and append something
/PHP-7.4/ext/imap/tests/
H A Dimap_append_basic.phpt43 echo "Msg Count after append : ". $check->Nmsgs . "\n";
63 Msg Count after append : 2
H A Dimap_fetch_overview_variation6.phpt82 echo "TEST FAILED : could not append new message to mailbox '$mailbox'\n";
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp416 key.append(temp, len); in umsg_format_helper()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt2 mysqli_debug() - append to trace file
48 printf("[004] Cannot create trace file to test append mode\n");
/PHP-7.4/ext/oci8/
H A Doci8.c864 PHP_FALIAS(append, oci_lob_append, arginfo_oci_lob_append_method)
878 PHP_FALIAS(append, oci_collection_append, arginfo_oci_collection_append_method)
/PHP-7.4/ext/oci8/tests/
H A Dcoll_003.phpt19 var_dump($coll1->append(1));
H A Dcoll_004.phpt17 var_dump($coll1->append(1));
H A Dcoll_007.phpt19 var_dump($coll1->append(1));
H A Dcoll_008.phpt17 var_dump($coll1->append(1));
H A Dcoll_009.phpt29 var_dump($coll1->append("2005-07-28"));
41 Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d
H A Dcoll_010.phpt29 var_dump($coll1->append(null));
H A Dcoll_011.phpt29 var_dump($coll1->append("string"));
30 var_dump($coll1->append("string"));
H A Dcoll_012.phpt29 var_dump($coll1->append("28-JUL-05"));

Completed in 155 milliseconds

1234