Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-8.2/sapi/cgi/tests/
H A D002.phpt16 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); ?>');
22 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); var_dump(ini_get("upload_t…
/PHP-8.2/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-8.2/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-8.2/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-8.2/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-8.2/ext/standard/tests/general_functions/
H A Dbug44461.phpt5 file_put_contents(__DIR__ . 'bug44461.ini', <<<EOF
H A Dbug70018.phpt8 file_put_contents($test_fl, '<?php echo "abc\f\n \n";');
/PHP-8.2/ext/zip/examples/
H A Dfopen.php32 file_put_contents('t',$contents);
/PHP-8.2/ext/standard/tests/file/windows_links/
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-8.2/ext/fileinfo/tests/
H A Dbug69320.phpt9 file_put_contents($fname, "foo");
H A Dbug79283.phpt8 file_put_contents($magic_file, "
/PHP-8.2/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-8.2/sapi/cli/tests/
H A Dbug68291.phpt13 file_put_contents($docRoot . '/bug68291+test.html', 'Found');
/PHP-8.2/ext/spl/tests/SplFileObject/
H A Dfileobject_getsize_basic.phpt11 file_put_contents($file, "foobar");
/PHP-8.2/ext/opcache/tests/
H A Dbug74663.phpt16 file_put_contents($file, "");

Completed in 25 milliseconds

12345678910>>...14