Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 226 – 250 of 346) sorted by relevance

12345678910>>...14

/PHP-8.2/ext/spl/tests/
H A Dgh12721.phpt6 file_put_contents('file1.gh12721', 'hello');
/PHP-8.2/.github/
H A Dnightly_matrix.php40 file_put_contents($branch_commit_cache_file, json_encode($branch_commit_map));
/PHP-8.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt33 file_put_contents(__DIR__ . "/foobar.dtd", $dtd);
H A Dbug61367-write.phpt26 var_dump(file_put_contents('test_bug_61367-write/bad', 'blah'));
/PHP-8.2/sapi/cli/tests/
H A D023.phpt13 file_put_contents($ini_file, <<<INI
H A Dphp_cli_server_015.phpt14 file_put_contents($doc_root . "/syntax_error.php", "<?php non_exists_function(); ?>");
H A Dbug64529.phpt61 file_put_contents($script, $expect_script);
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt24 file_put_contents($fl, "");
H A Dtest_long_path_1.phpt34 file_put_contents($p7, "hello");
H A Dtest_long_path_mkdir.phpt43 var_dump(file_put_contents($p7, "hello"));
/PHP-8.2/ext/ffi/tests/
H A Dcallconv.phpt25 file_put_contents($headername, "#define FFI_LIB \"$dllname\"\n$header");
/PHP-8.2/ext/standard/tests/file/
H A Dbug47767.phpt18 file_put_contents($filename, $content);
H A Dgh13136.phpt37 file_put_contents(__DIR__ . "/gh13071.tmp", str_repeat("a", 1024 * 1024 * 8));
H A Dparse_ini_file_variation2.phpt38 file_put_contents($output_file, $iniFile);
H A Dfile_get_contents_file_put_contents_variation1.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - all arguments
17 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
/PHP-8.2/ext/hash/tests/
H A Dhash_file_error.phpt11 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
/PHP-8.2/ext/intl/tests/
H A Dresourcebundle.build30 file_put_contents("$here/_files/res_index.txt", $res_index);
/PHP-8.2/sapi/fpm/tests/
H A Dgh13563-conf-bool-env.phpt40 file_put_contents('php://stderr', str_repeat('a', 20) . "\n");
/PHP-8.2/ext/phar/
H A Dshortarc.php173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
/PHP-8.2/ext/phar/tests/
H A Dmounteddir.phpt36 file_put_contents(__DIR__ . '/testit/extfile.php', '<?php
39 file_put_contents(__DIR__ . '/testit/extfile2.php', '<?php
H A Dopendir_edgecases.phpt37 file_put_contents($pname . '/foo', '<?php
/PHP-8.2/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt20 file_put_contents($inputFileName, $org_data);
/PHP-8.2/scripts/dev/
H A Dtidy.php84 file_put_contents($path, $code);
/PHP-8.2/ext/opcache/tests/
H A Dfile_cache_error.phpt27 file_put_contents($file, '<?php echo "OK";');
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt10 file_put_contents($file, <<<TMPFILE

Completed in 35 milliseconds

12345678910>>...14