Home
last modified time | relevance | path

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

12345678910>>...15

/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-mb.phpt14 file_put_contents($fd,
H A Dcve-2014-3538.phpt14 file_put_contents($fd,
/php-src/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');
H A Dftp_fput_ascii_over_4_kib.phpt20 file_put_contents($filepath, $contents);
/php-src/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-src/ext/standard/tests/file/
H A Dbug39367.phpt16 file_put_contents('/tmp/testfile1', 'ok');
/php-src/ext/dom/tests/
H A Dbug80268.phpt16 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
/php-src/ext/standard/tests/general_functions/
H A Dghsa-pc52-254m-w9w7_1.phpt17 file_put_contents($batch_file_path, $batch_file_content);
H A Dghsa-pc52-254m-w9w7_2.phpt17 file_put_contents($batch_file_path, $batch_file_content);
H A Dproc_open-mb1.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
H A Dghsa-pc52-254m-w9w7_3.phpt17 file_put_contents($batch_file_path, $batch_file_content);
H A Dproc_open-mb0.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
/php-src/sapi/cli/tests/
H A Dbug71624.phpt20 file_put_contents($filename_txt, $txt);
/php-src/ext/zip/tests/
H A Dbug70103.phpt10 file_put_contents($dir . '/foo.txt', 'foo');
/php-src/sapi/cgi/tests/
H A Dapache_request_headers.phpt18 file_put_contents($file, '<?php print_r(apache_request_headers()); ?>');
/php-src/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt24 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
/php-src/ext/xmlreader/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt23 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
H A D002.phpt10 file_put_contents($filename, $xmlstring);
/php-src/Zend/tests/offsets/
H A Dinvalid_container_offset_behaviour.phpt77file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_invalid_container_{$failuresNb}.txt", $va…
98file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_invalid_container_{$failuresNb}.txt", $va…
H A Dobject_container_offset_behaviour.phpt59file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_object_container_{$failuresNb}.txt", $var…
81file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_object_container_{$failuresNb}.txt", $var…

Completed in 23 milliseconds

12345678910>>...15