Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 101 – 125 of 205) sorted by relevance

123456789

/PHP-5.4/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt34 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
39 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
H A Dphar_begin_setstub_commit.phpt34 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
39 file_put_contents(dirname(__FILE__) . '/myfakestub.php', '<?php var_dump("First resource"); Phar::m…
/PHP-5.4/ext/ftp/tests/
H A Dftp_fget_basic2.phpt19 file_put_contents($local_file, 'ASCIIFoo');
H A Dftp_fget_basic3.phpt19 file_put_contents($local_file, 'ASCIIFoo');
/PHP-5.4/sapi/cli/tests/
H A D008.phpt27 file_put_contents($filename, $code);
H A D021.phpt27 file_put_contents($filename, $script);
H A D013.phpt16 file_put_contents($filename_txt, "test\nfile\ncontents\n");
H A D007.phpt33 file_put_contents($filename, $code);
/PHP-5.4/sapi/cgi/tests/
H A Dapache_request_headers.phpt18 file_put_contents($file, '<?php print_r(apache_request_headers()); ?>');
H A D004.phpt27 file_put_contents($filename, $code);
/PHP-5.4/ext/mysql/tests/
H A Dbug53649.phpt16 if (false === file_put_contents('bug53649.data', "1\n2\n3\n"))
39 if (false === file_put_contents('bug53649.data', "1\n2\n3\n"))
/PHP-5.4/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt15 file_put_contents($fname2, '<?php Phar::unlinkArchive("' . addslashes($fname) . '");');
16 file_put_contents($pname . '/foo/hi', '<?php
H A D009.phpt13 file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $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 D010.phpt18 file_put_contents(dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
/PHP-5.4/ext/xmlreader/tests/
H A D002.phpt11 file_put_contents($filename, $xmlstring);
H A D004.phpt12 file_put_contents($filename, $xmlstring);
/PHP-5.4/ext/standard/tests/file/
H A Dbug39538.phpt10 file_put_contents($file, $v);
H A Dparse_ini_file_variation1.phpt24 file_put_contents($output_file, $iniFile);
/PHP-5.4/ext/standard/tests/strings/
H A Dsha1.phpt17 file_put_contents($filename, $str);
/PHP-5.4/ext/dba/tests/
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
/PHP-5.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt33 file_put_contents(__DIR__ . "/foobar.dtd", $dtd);
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug48660.phpt20 file_put_contents($ini_location, $ini_data);

Completed in 36 milliseconds

123456789