Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 151 – 175 of 351) sorted by relevance

12345678910>>...15

/PHP-8.2/ext/fileinfo/tests/
H A Dcve-2014-3538.phpt14 file_put_contents($fd,
/PHP-8.2/ext/standard/tests/file/
H A Dbug39367.phpt16 file_put_contents('/tmp/testfile1', 'ok');
/PHP-8.2/ext/ftp/tests/
H A Dftp_nb_fget_basic2.phpt18 file_put_contents($local_file, 'ASCIIFoo');
H A Dftp_nb_fget_basic3.phpt18 file_put_contents($local_file, 'ASCIIFoo');
H A Dftp_fget_basic2.phpt18 file_put_contents($local_file, 'ASCIIFoo');
H A Dftp_fget_basic3.phpt18 file_put_contents($local_file, 'ASCIIFoo');
/PHP-8.2/ext/dom/tests/
H A Dbug80268.phpt16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
/PHP-8.2/ext/phar/tests/
H A D009.phpt13 file_put_contents(__DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
H A Dphar_gobyebye-win32.phpt16 file_put_contents($fname2, '<?php Phar::unlinkArchive("' . addslashes($fname) . '");');
17 file_put_contents($pname . '/foo/hi', '<?php
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(__DIR__."/testdir6/file$i.txt", "some content for file $i");
/PHP-8.2/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt15 file_put_contents(__DIR__ . "/BOM_edge.tmp", $data);
/PHP-8.2/sapi/cli/tests/
H A Dbug71624.phpt20 file_put_contents($filename_txt, $txt);
/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_open-mb1.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
H A Dproc_open-mb0.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
/PHP-8.2/sapi/cgi/tests/
H A Dapache_request_headers.phpt18 file_put_contents($file, '<?php print_r(apache_request_headers()); ?>');
H A Dapache_response_headers.phpt29 file_put_contents( $test_file, $code );
/PHP-8.2/ext/zip/tests/
H A Dbug70103.phpt10 file_put_contents($dir . '/foo.txt', 'foo');
/PHP-8.2/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt24 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
/PHP-8.2/ext/xmlreader/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt23 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
/PHP-8.2/ext/hash/tests/
H A Dhash_file_basic.phpt11 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
/PHP-8.2/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-bwd-limit-64-too-low-error.phpt26 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");
H A Dlog-dwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-dwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");

Completed in 37 milliseconds

12345678910>>...15