Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 226 – 250 of 358) sorted by last modified time

12345678910>>...15

/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt2 Test file_put_contents() function : usage variation - obscure filenames
14 echo "*** Testing file_put_contents() : usage variation ***\n";
35 $res = file_put_contents($value, "Some data");
49 *** Testing file_put_contents() : usage variation ***
65 Warning: file_put_contents( ): Failed to open stream: Permission denied in %s on line %d
69 ValueError: file_put_contents(): Argument #1 ($filename) must not contain any null bytes
72 TypeError: file_put_contents(): Argument #1 ($filename) must be of type string, array given
76 Warning: file_put_contents(/no/such/file/dir): Failed to open stream: %s in %s on line %d
81 Warning: file_put_contents(php/php): Failed to open stream: %s in %s on line %d
H A Dfile_variation.phpt26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
H A Dauto_detect_line_endings_2.phpt10 file_put_contents($filePath, "fooBar1\rfooBar2\rfooBar3");
H A Dbug39367.phpt16 file_put_contents('/tmp/testfile1', 'ok');
H A Dbug39538.phpt10 file_put_contents($file, $v);
H A Dbug39673.phpt9 file_put_contents($filename, $str);
H A Dbug44607.phpt10 file_put_contents($tempnam, $data);
H A Dbug44805.phpt9 file_put_contents($file1, "this is file 1");
10 file_put_contents($file2, "this is file 2");
H A Dbug45985.phpt6 file_put_contents($file, 'test');
H A Dbug46347.phpt12 file_put_contents($file, $str);
H A Dbug47517.phpt16 file_put_contents('C:\Program Files\myfile.txt', 'hello');
19 Warning: file_put_contents(C:\Program Files\myfile.txt): Failed to open stream: Permission denied i…
H A Dbug47767.phpt18 file_put_contents($filename, $content);
H A Dbug53848.phpt7 file_put_contents($file, "a,b\n c, d");
H A Dbug61961.phpt6 file_put_contents($tmp_empty_file, "");
H A Dbug65701.phpt16 file_put_contents($src, "Hello World");
H A Dbug69100.phpt9 file_put_contents($fileIn, str_repeat('A', 64 * 1024));
H A Dbug69628.phpt21 file_put_contents("$dirname/image.jPg", '');
22 file_put_contents("$dirname/image.gIf", '');
23 file_put_contents("$dirname/image.png", '');
H A Dbug71287.phpt18 file_put_contents('test://file.txt', 'foobarbaz');
21 Warning: file_put_contents(): Only 7 of 9 bytes written, possibly out of free disk space in %sbug71…
H A Dbug72035.phpt18 file_put_contents($fl, "<?php echo \"hello\", \"\n\"; ?>");
H A D004.phpt2 file_put_contents() test
11 echo file_put_contents("TEST1", file_get_contents(__FILE__)) !== FALSE ? 'OK' : 'FAIL';
15 $ret = file_put_contents("TEST2", $int);
25 $ret = file_put_contents("TEST3", $int);
34 $ret = file_put_contents("TEST4", __FILE__);
43 $ret = @file_put_contents("TEST5", $_SERVER);
/php-src/ext/spl/tests/
H A Dbug69181.phpt12 file_put_contents($filename, $csv);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_getflags_basic.phpt10 file_put_contents('SplFileObject_getflags_basic.csv', 'eerste;tweede;derde');
H A DSplFileObject_getflags_error001.phpt10 file_put_contents('SplFileObject_getflags_error001.csv', 'eerste;tweede;derde');
H A DSplFileObject_setCsvControl_basic.phpt7 file_put_contents('csv_control_data_basic.csv',
H A DSplFileObject_setCsvControl_error001.phpt7 file_put_contents('csv_control_data_error001.csv',

Completed in 19 milliseconds

12345678910>>...15