Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/php-src/ext/tokenizer/
H A Dtokenizer_data_gen.php35 file_put_contents($outfile_stub, $result);
92 file_put_contents($outfile_c, $result);
/php-src/ext/standard/tests/general_functions/
H A Dbug40752.phpt7 file_put_contents($file, '
14 file_put_contents($file, '
H A Dbug41445.phpt16 file_put_contents($file, $data);
29 file_put_contents($file, $data);
/php-src/ext/opcache/tests/
H A Dbug65559.phpt12 file_put_contents($file, '<?php return 1;');
15 file_put_contents($file, '<?php return 2;');
H A Dbug66338.phpt14 file_put_contents( "$root-Officials.inc", '<?php
18 file_put_contents( "$root-clientUS.php", '<?php
24 file_put_contents( "$root-clientUK.php", '<?php
H A Dbug65915.phpt18 file_put_contents($tmp, '<?php return function(){ return "a";};');
24 file_put_contents($tmp, '<?php return function(){ return "b";};');
H A Dbug67215.phpt14 file_put_contents($file_c, "<?php require '$file_p'; class c extends p {} ?>");
15 file_put_contents($file_p, '<?php class p { protected $var = ""; } ?>');
H A Dissue0140.phpt15 file_put_contents(FILENAME, "1\n");
22 file_put_contents(FILENAME, "2\n");
/php-src/ext/standard/tests/file/
H A Dftruncate.phpt8 file_put_contents($filename, "some test data inside");
20 file_put_contents($filename, "some test data inside");
32 file_put_contents($filename, "some test data inside");
H A Dbug44805.phpt9 file_put_contents($file1, "this is file 1");
10 file_put_contents($file2, "this is file 2");
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 Dgh9779.phpt9 file_put_contents($src, "bar");
10 file_put_contents($dest, "foo");
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 Dfile_get_contents_file_put_contents_variation2.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - use_include_path
19 file_put_contents( $filename, $buffer );
21 file_put_contents( $filename, $buffer, FILE_APPEND, NULL );
22 file_put_contents( $filename, $data_array, FILE_APPEND, NULL );
/php-src/Zend/tests/
H A Dhalt_compiler2.phpt7 file_put_contents(__DIR__ . '/test1.php', $text);
10 file_put_contents(__DIR__ . '/test2.php', $text);
/php-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt16 file_put_contents($pname . '/a.php', "brand new!\n");
34 file_put_contents($pname .'/a.php', "modified!\n");
35 file_put_contents($pname .'/b.php', "another!\n");
/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt16 file_put_contents($pname . '/a.php', "brand new!\n");
34 file_put_contents($pname .'/a.php', "modified!\n");
35 file_put_contents($pname .'/b.php', "another!\n");
/php-src/ext/phar/tests/
H A Dcreate_new_and_modify.phpt17 file_put_contents($pname . '/a.php', "brand new!\n");
34 file_put_contents($pname .'/a.php', "modified!\n");
35 file_put_contents($pname .'/b.php', "another!\n");
H A Dfopen_edgecases2.phpt19 file_put_contents($fname, "blah\n");
20 file_put_contents("fopen_edgecases2.txt", "test\n");
26 file_put_contents($pname . '/foo/hi', '<?php
H A Dreadfile_edgecases.phpt14 file_put_contents($fname, "blah\n");
15 file_put_contents("readfile_edgecases.txt", "test\n");
19 file_put_contents($pname . '/foo/hi', '<?php
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite5.phar5 file_put_contents($d . "/file1", "file1\n");
6 file_put_contents($d . "/file2", "file2\n");
H A Dwrite5.phar.inc11 file_put_contents($d . "/file1", "file1\n");
12 file_put_contents($d . "/file2", "file2\n");
H A Dwrite6.phar5 file_put_contents($d . "/file1", "file1\n");
6 file_put_contents($d . "/file2", "file2\n");
H A Dwrite6.phar.inc11 file_put_contents($d . "/file1", "file1\n");
12 file_put_contents($d . "/file2", "file2\n");
/php-src/sapi/cli/tests/
H A D010.phpt26 file_put_contents($filename, $code);
32 file_put_contents($filename_txt, $txt);

Completed in 22 milliseconds

12345678910>>...15