Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/standard/tests/streams/
H A Dbug76857.phpt5 file_put_contents(__DIR__ . '/bug76857_data.txt', 'test data');
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt17 file_put_contents(__DIR__ . "/BOM_edge.tmp", $data);
/php-src/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt31 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…
36 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…
/php-src/ext/openssl/tests/
H A DCertificateGenerator.inc121 file_put_contents($configFile, $configCode);
153 file_put_contents($file, $certText . PHP_EOL . $keyText);
/php-src/sapi/cgi/tests/
H A D004.phpt27 file_put_contents($filename, $code);
/php-src/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");
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt18 file_put_contents($output_file, $iniFile);
H A Dbug39538.phpt10 file_put_contents($file, $v);
/php-src/ext/standard/tests/file/windows_links/
H A Dbug76335.phpt23 file_put_contents($fn, "");
/php-src/ext/standard/tests/strings/
H A Dsha1.phpt17 file_put_contents($filename, $str);
/php-src/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-fallback.phpt26 file_put_contents('php://stderr', str_repeat('a', 1021) . "\0fabc");
/php-src/ext/zend_test/tests/
H A Dgh10370_2.phpt18 file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . 'gh10370_002_out.tar', $input_file);
/php-src/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt25 file_put_contents($test_file,
/php-src/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);
H A Dphp_cli_server_016.phpt14 file_put_contents($info->docRoot . '/router.php', <<<'PHP'
H A D024.phpt27 file_put_contents($filename_good, $code);
39 file_put_contents($filename_bad, $code);
/php-src/sapi/phpdbg/tests/
H A Drun_002.phpt8 ev file_put_contents("run_002_tmp.fixture", "stdin\ndata")
/php-src/ext/standard/tests/general_functions/
H A Dbug48660.phpt20 file_put_contents($ini_location, $ini_data);
/php-src/ext/dom/tests/
H A Dbug80268_2.phpt16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
/php-src/ext/xmlreader/tests/
H A D007.phpt11 file_put_contents($file, $xmlstring);

Completed in 27 milliseconds

12345678910>>...15