Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 201 – 225 of 346) sorted by relevance

12345678910>>...14

/PHP-8.2/ext/standard/tests/file/
H A Dbug39538.phpt10 file_put_contents($file, $v);
H A Dparse_ini_file_variation1.phpt18 file_put_contents($output_file, $iniFile);
H A Dbug72035.phpt18 file_put_contents($fl, "<?php echo \"hello\", \"\n\"; ?>");
/PHP-8.2/ext/standard/tests/file/windows_links/
H A Dbug76335.phpt23 file_put_contents($fn, "");
/PHP-8.2/sapi/cgi/tests/
H A D004.phpt27 file_put_contents($filename, $code);
H A Dghsa-3qgc-jrrr-25jv.phpt17 file_put_contents($filename, $script);
/PHP-8.2/ext/standard/tests/strings/
H A Dsha1.phpt17 file_put_contents($filename, $str);
/PHP-8.2/ext/phar/tests/
H A D010.phpt18 file_put_contents(__DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
H A Dbug52013.phpt18 file_put_contents(__DIR__ . '/testdir/1.php', str_repeat(' ', 1455));
H A Dbug13727.phpt21 file_put_contents("$fileDir/$i", "");
H A Dfopen_edgecases.phpt19 file_put_contents('phar://fopen_edgetest.phar/hi', 'hi');
30 file_put_contents($fname2, '<?php oh crap __HALT_COMPILER();');
35 file_put_contents($pname . '/hi', 'hi');
63 file_put_contents($pname . '/test.php', '<?php
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(__DIR__."/testdir4/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(__DIR__."/testdir5/file$i.txt", "some content for file $i");
/PHP-8.2/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-fallback.phpt26 file_put_contents('php://stderr', str_repeat('a', 1021) . "\0fabc");
/PHP-8.2/ext/zend_test/tests/
H A Dgh10370_2.phpt18 file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_002_out.tar', $input_file);
/PHP-8.2/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt24 file_put_contents($test_file,
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug48660.phpt20 file_put_contents($ini_location, $ini_data);
/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_012.phpt12 file_put_contents($doc_root . '/request.php', '<?php print_r($_REQUEST); ?>');
H A D007.phpt33 file_put_contents($filename, $code);
/PHP-8.2/sapi/phpdbg/tests/
H A Drun_002.phpt8 ev file_put_contents("run_002_tmp.fixture", "stdin\ndata")
/PHP-8.2/ext/dom/tests/
H A Dbug80268_2.phpt16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
/PHP-8.2/ext/xmlreader/tests/
H A D007.phpt11 file_put_contents($file, $xmlstring);
/PHP-8.2/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt18 $datalen = file_put_contents($tempname, "hello=world&smurf=blue");
H A Dcurl_copy_handle_variation4.phpt16 file_put_contents($filename, "Test.");
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt25 file_put_contents($sReadFile,'contents of tempfile');

Completed in 30 milliseconds

12345678910>>...14