Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 126 – 150 of 205) sorted by relevance

123456789

/PHP-5.4/ext/phar/tests/
H A Dbug13727.phpt20 file_put_contents("$fileDir/$i", "");
H A Dphar_buildfromdirectory4.phpt14 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
H A Dphar_buildfromdirectory5.phpt13 file_put_contents(dirname(__FILE__)."/testdir/file$i.txt", "some content for file $i");
H A Dbug52013.phpt20 file_put_contents(dirname(__FILE__) . '/testdir/1.php', str_repeat(' ', 1455));
H A Dmounteddir.phpt37 file_put_contents(dirname(__FILE__) . '/testit/extfile.php', '<?php
40 file_put_contents(dirname(__FILE__) . '/testit/extfile2.php', '<?php
H A DmounteddirU.phpt37 file_put_contents(dirname(__FILE__) . '/testit/extfile.php', '<?php
40 file_put_contents(dirname(__FILE__) . '/testit/extfile2.php', '<?php
H A Dopendir_edgecases.phpt33 file_put_contents($pname . '/foo', '<?php
/PHP-5.4/ext/pcre/
H A Dupgrade-pcre.php132 file_put_contents('pcrelib/config.h', $prepend_config_h . file_get_contents('pcrelib/config.h'));
/PHP-5.4/sapi/cli/tests/
H A Dbug64529.phpt56 file_put_contents($script, $expect_script);
H A Dphp_cli_server_012.phpt12 file_put_contents($doc_root . '/request.php', '<?php print_r($_REQUEST); ?>');
H A Dphp_cli_server_015.phpt15 file_put_contents($dir . "/syntax_error.php", "<?php non_exists_function(); ?>");
/PHP-5.4/ext/dba/tests/
H A Ddba_db4_007.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
/PHP-5.4/ext/session/tests/
H A Dsession_id_variation2.phpt25 var_dump(file_put_contents($filename, "Hello World!"));
/PHP-5.4/ext/intl/tests/
H A Dresourcebundle.build29 file_put_contents("$here/_files/res_index.txt", $res_index);
/PHP-5.4/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt16 $datalen = file_put_contents($tempname, "hello=world&smurf=blue");
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt27 file_put_contents($sReadFile,'contents of tempfile');
/PHP-5.4/ext/hash/tests/
H A Dhash_file_basic.phpt19 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
/PHP-5.4/ext/xmlreader/tests/
H A D007.phpt12 file_put_contents($file, $xmlstring);
/PHP-5.4/ext/libxml/tests/
H A Dbug61367-write.phpt24 var_dump(file_put_contents('test_bug_61367/bad', 'blah'));
/PHP-5.4/ext/phar/
H A Dshortarc.php173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
/PHP-5.4/sapi/cgi/tests/
H A D003.phpt33 file_put_contents($filename, $code);
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt37 file_put_contents($filename, implode("\n",$tableRows));
38 file_put_contents($filenameWithDifferentNullValues, implode("\n",$tableRowsWithDifferentNullValues)…
39 file_put_contents($filenameWithDifferentNullValuesAndSelectedFields, implode("\n",$tableRowsWithDif…
/PHP-5.4/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt24 file_put_contents($inputFileName, $org_data);
/PHP-5.4/ext/standard/tests/file/
H A Dbug47767.phpt24 file_put_contents($filename, $content);

Completed in 55 milliseconds

123456789