Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt25 file_put_contents("junction\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
H A Dbug48746_2.phpt27 file_put_contents("mklink_junction\\a.php", "<?php echo \"I am included.\n\" ?>");
28 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
H A Dbug73962.phpt25 file_put_contents("mklink_symlink\\a.php", "<?php echo \"I am included.\n\" ?>");
26 file_put_contents("$fullpath\\mnt\\test\\новая папка\\b.php", "<?php echo \"I am included.\n\" ?>");
/php-src/sapi/fuzzer/
H A Dgenerate_unserializehash_corpus.php15 file_put_contents($corpusDir . '/' . $algx, "x|" . $serialized);
H A Dgenerate_parser_corpus.php23 file_put_contents($outFile, $code);
H A Dgenerate_corpus_util.php21 file_put_contents($corpusDir . '/' . $outFile, $code);
/php-src/ext/standard/tests/file/
H A Dbug61961.phpt6 file_put_contents($tmp_empty_file, "");
H A Dbug45985.phpt6 file_put_contents($file, 'test');
H A Dstream_copy_to_stream_empty.phpt7 file_put_contents($tmp_empty_file, "");
H A Dbug46347.phpt12 file_put_contents($file, $str);
H A Dstream_get_line.phpt7 file_put_contents($path, "foo<br>bar<br>foo");
H A Dftruncate_bug77081.phpt8 file_put_contents($filename, 'foo');
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt35 file_put_contents("\$fn.txt", "");
48 file_put_contents($code_fn, $code);
H A Dbug75063_cp1251.phpt37 file_put_contents("\$fn.txt", "");
50 file_put_contents($code_fn, $code);
/php-src/Zend/tests/
H A Dbug52508.phpt8 file_put_contents($file, "a = 1");
H A Dbug66660.phpt7 file_put_contents(__DIR__."/bug66660.tmp.php", "<?php __CLASS__ ?>");
/php-src/ext/zip/examples/
H A Dfopen.php32 file_put_contents('t',$contents);
/php-src/ext/standard/tests/general_functions/
H A Dbug44461.phpt5 file_put_contents(__DIR__ . 'bug44461.ini', <<<EOF
H A Dbug70018.phpt9 file_put_contents($test_fl, '<?php echo "abc\f\n \n";');
/php-src/ext/fileinfo/tests/
H A Dbug69320.phpt9 file_put_contents($fname, "foo");
H A Dbug79283.phpt8 file_put_contents($magic_file, "
/php-src/ext/
H A Dext_skel.php285 if (!file_put_contents($file, $source)) {
391 …if (file_put_contents($options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . 'EXPERIMENTAL', ''…
401 …if (!file_put_contents($options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . 'CREDITS', $optio…
/php-src/sapi/cli/tests/
H A Dbug68291.phpt13 file_put_contents($docRoot . '/bug68291+test.html', 'Found');
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_getsize_basic.phpt11 file_put_contents($file, "foobar");
/php-src/ext/opcache/tests/
H A Dbug74663.phpt16 file_put_contents($file, "");

Completed in 20 milliseconds

12345678910>>...15