Home
last modified time | relevance | path

Searched refs:append (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-5.5/ext/spl/examples/tests/
H A Dexamples.inc10 $this->append($path . '/' . strtolower($c) . '.inc');
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc31 * @param $it Iterator to append
38 function append(Iterator $it)
40 $this->iterators->append($it);
/PHP-5.5/ext/standard/tests/file/
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
H A Dsymlink_link_linkinfo_is_link_variation4.phpt54 // append link with data
55 $fp = fopen($linkname, "a"); // open in append mode
59 // now check temp file for data; it should append "Hello World"
H A Dsymlink_link_linkinfo_is_link_variation3.phpt66 // append link with data
67 $fp = fopen($linkname, "a"); // open in append mode
71 // now check temp file for data; it should append "Hello World"
H A Dfile_put_contents_variation1.phpt2 Test file_put_contents() function : variation - test append flag
/PHP-5.5/ext/oci8/tests/
H A Dlob_004.phpt2 oci_lob_seek()/rewind()/append()
41 var_dump($row[0]->append($blob));
H A Dcoll_004.phpt17 var_dump($coll1->append(1));
H A Dcoll_008.phpt17 var_dump($coll1->append(1));
H A Dcoll_015.phpt28 var_dump($coll1->append(1));
H A Dcoll_017.phpt28 var_dump($coll1->append("string"));
H A Dcoll_010.phpt29 var_dump($coll1->append(null));
H A Dcoll_014.phpt28 var_dump($coll1->append("striing"));
H A Dcoll_013.phpt28 var_dump($coll1->append("28-JUL-05"));
H A Dcoll_003.phpt19 var_dump($coll1->append(1));
H A Dcoll_007.phpt19 var_dump($coll1->append(1));
H A Dcoll_012.phpt29 var_dump($coll1->append("28-JUL-05"));
H A Dreflection2.phpt112 Method [ <internal%s> public method append ] {
202 Method [ <internal%s> public method append ] {
H A Dcoll_016.phpt28 var_dump($coll1->append(1));
/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtCodeSnippet.php39 public static function append($name, $array) { function in gtCodeSnippet
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtVariationTestCase.php39 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
/PHP-5.5/ext/imap/tests/
H A Dimap_append_basic.phpt43 echo "Msg Count after append : ". $check->Nmsgs . "\n";
63 Msg Count after append : 2
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c461 …ete_replace_append(inifile *dba, const key_type *key, const val_type *value, int append TSRMLS_DC) in inifile_delete_replace_append()
479 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
484 if (append) { in inifile_delete_replace_append()
511 …ret = inifile_truncate(dba, append ? pos_grp_next : pos_grp_start TSRMLS_CC); /* writes error on f… in inifile_delete_replace_append()
518 if (!append && ini_tmp) { in inifile_delete_replace_append()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt2 mysqli_debug() - append to trace file
46 printf("[004] Cannot create trace file to test append mode\n");
/PHP-5.5/ext/spl/
H A Dspl.php703 function append($value) {/**/} function in ArrayObject
815 function append($value) {/**/} function in ArrayIterator

Completed in 28 milliseconds

1234