Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - use_include_path
11 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
28 file_put_contents( $filename, $buffer );
30 file_put_contents( $filename, $buffer, FILE_APPEND, NULL );
31 file_put_contents( $filename, $data_array, FILE_APPEND, NULL );
H A Dfile_put_contents_variation4.phpt2 Test file_put_contents() function : variation - include path testing
7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
40 file_put_contents($filename, (binary) "File in include path", FILE_USE_INCLUDE_PATH);
H A Dfile_put_contents_variation2.phpt2 Test file_put_contents() function : usage variation - different data types to write
7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
13 echo "*** Testing file_put_contents() : usage variation ***\n";
106 file_put_contents($filename, $value);
114 *** Testing file_put_contents() : usage variation ***
H A Dbug44805.phpt15 file_put_contents($file1, "this is file 1");
16 file_put_contents($file2, "this is file 2");
H A Dfile_put_contents_variation5.phpt2 Test file_put_contents() function : variation - include path testing
33file_put_contents($filename, (binary) "File written in working directory", FILE_USE_INCLUDE_PATH);
/PHP-5.4/Zend/tests/
H A Dhalt_compiler2.phpt7 file_put_contents(dirname(__FILE__) . '/test1.php', $text);
10 file_put_contents(dirname(__FILE__) . '/test2.php', $text);
/PHP-5.4/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-5.4/sapi/cli/tests/
H A D010.phpt24 file_put_contents($filename, $code);
30 file_put_contents($filename_txt, $txt);
H A D011.phpt26 file_put_contents($filename, $code);
41 file_put_contents($filename, $code);
/PHP-5.4/ext/phar/tests/
H A Dfopen_edgecases2.phpt16 file_put_contents($fname, b"blah\n");
17 file_put_contents("foob", b"test\n");
23 file_put_contents($pname . '/foo/hi', b'<?php
H A Dfopen_edgecases2U.phpt16 file_put_contents($fname, b"blah\n");
17 file_put_contents("foob", b"test\n");
23 file_put_contents($pname . '/foo/hi', b'<?php
H A Dreadfile_edgecasesU.phpt15 file_put_contents($fname, "blah\n");
16 file_put_contents("foob", "test\n");
20 file_put_contents($pname . '/foo/hi', '<?php
H A Dcreate_new_phar.phpt11 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.p…
16 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/$fi…
H A Dreadfile_edgecases.phpt16 file_put_contents($fname, "blah\n");
17 file_put_contents("foob", "test\n");
21 file_put_contents($pname . '/foo/hi', '<?php
H A Dcreate_new_phar_b.phpt11 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php/a.p…
21 Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: phar …
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug41445.phpt16 file_put_contents($file, $data);
29 file_put_contents($file, $data);
/PHP-5.4/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt14 file_put_contents($include_path_file, 'include_path');
15 file_put_contents($include_path_nested_file, 'include_path');
/PHP-5.4/sapi/cgi/tests/
H A D006.phpt30 file_put_contents($filename, $code);
45 file_put_contents($filename, $code);
/PHP-5.4/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt33 file_put_contents("mklink_junction\\a.php", "<?php echo \"I am included.\n\" ?>");
35 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
37 file_put_contents("$fullpath\\mnt\\test\\mklink_junction\\c.php", "<?php echo \"I am included.\n\" …
H A Dbug48746_3.phpt27 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
28 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
/PHP-5.4/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt11 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar/a.p…
21 Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: phar …
/PHP-5.4/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt11 file_put_contents('phar://' . dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip/a.p…
21 Warning: file_put_contents(phar://%screate_new_phar_b.phar.zip/a.php): failed to open stream: phar …

Completed in 37 milliseconds

123456789