Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 76 – 100 of 205) sorted by relevance

123456789

/PHP-5.4/ext/oci8/tests/
H A Dlob_029.phpt39 file_put_contents($fullname1, 'Some text in the bfile 1');
40 file_put_contents($fullname2, 'Some text in the bfile 2');
41 file_put_contents($fullname3, 'Some text in the bfile 3');
/PHP-5.4/ext/spl/tests/
H A DSplFileObject_setCsvControl_error002.phpt7 file_put_contents('csv_control_data.csv',
H A DSplFileObject_rewind_error001.phpt10 file_put_contents('SplFileObject_rewind_error001.csv', 'eerste;tweede;derde');
H A DSplFileObject_setCsvControl_error001.phpt7 file_put_contents('csv_control_data.csv',
H A DSplFileObject_setCsvControl_error003.phpt9 file_put_contents('csv_control_data.csv',
H A Dbug45216.phpt9 file_put_contents($file, 'text 0<div class="tested">text 1</div>');
H A DSplFileObject_setCsvControl_basic.phpt7 file_put_contents('csv_control_data.csv',
H A DSplFileObject_setCsvControl_variation001.phpt7 file_put_contents('csv_control_data.csv',
/PHP-5.4/ext/standard/tests/file/
H A Dlink_win32.phpt15 file_put_contents($filename, $content);
H A Dbug44607.phpt10 file_put_contents($tempnam, $data);
H A Dbug65701.phpt14 file_put_contents($src, "Hello World");
H A Dfscanf.phpt12 file_put_contents($filename, "data");
54 file_put_contents($filename, "data");
H A Dbug39367.phpt16 file_put_contents('/tmp/testfile1', 'ok');
H A Dfile_get_contents_file_put_contents_variation1.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - all arguments
11 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
25 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
/PHP-5.4/ext/phar/tests/
H A Dphar_gobyebye.phpt16 file_put_contents($fname2, '<?php Phar::unlinkArchive("' . addslashes($fname) . '");');
17 file_put_contents($pname . '/foo/hi', '<?php
H A D008.phpt11 file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
H A Dcreate_new_phar_c.phpt12 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.p…
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug49056.phpt13 file_put_contents( $filename, $string);
/PHP-5.4/sapi/cgi/tests/
H A D009.phpt17 file_put_contents($f, '<?php var_dump($_SERVER["TRANSLATED_PATH"]); ?>');
/PHP-5.4/ext/fileinfo/tests/
H A Dcve-2014-3538.phpt11 file_put_contents($fd,
H A Dbug61964.phpt31 file_put_contents($dir . "/test1.txt", "string\n> Core\n> Me");
32 file_put_contents($dir . "/test2.txt", "a\nb\n");
/PHP-5.4/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt19 file_put_contents($outFile, $data);
/PHP-5.4/pear/
H A Dfetch.php67 if (is_resource($fp) && file_put_contents($argv[2], $fp)) {
/PHP-5.4/ext/ftp/tests/
H A Dftp_nb_fget_basic2.phpt19 file_put_contents($local_file, 'ASCIIFoo');
H A Dftp_nb_fget_basic3.phpt19 file_put_contents($local_file, 'ASCIIFoo');

Completed in 29 milliseconds

123456789