Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt44 file_put_contents($output_file, $iniFile);
H A Dparse_ini_file_variation3.phpt52 file_put_contents($output_file, $iniContent);
/PHP-5.4/tests/func/
H A D010.phpt57 file_put_contents(dirname(__FILE__).'/010-file.php', $str);
/PHP-5.4/sapi/cli/tests/
H A Dbug61546.phpt24 file_put_contents("bug61546_sub.php", $test_code);
H A Dphp_cli_server.inc12 file_put_contents($doc_root . '/' . $router, '<?php ' . $code . ' ?>');
H A Dbug61977.phpt24 file_put_contents(__DIR__ . "/foo.{$mimetype}", '');
/PHP-5.4/ext/curl/tests/
H A Dcurl_setopt_array_basic.phpt27 file_put_contents($tempname, "Hello World!\nHello World!");
H A Dbug48207.phpt30 file_put_contents($tempname, "Hello World!\nHello World!");
/PHP-5.4/tests/security/
H A Dopen_basedir.inc67 file_put_contents($directory."/test/ok/ok.txt", "Hello World!");
68 file_put_contents($directory."/test/bad/bad.txt", "Hello World!");
/PHP-5.4/ext/xmlreader/tests/
H A D008.phpt27 file_put_contents($file, $xmlstring);
H A D003.phpt12 file_put_contents($filename, $xmlstring);
/PHP-5.4/ext/phar/tests/
H A Dpharfileinfo_construct.phpt13 file_put_contents($fname, 'blah');
H A Dphar_extract.phpt59 file_put_contents(dirname(__FILE__) . '/oops', 'I is file');
79 file_put_contents(dirname(__FILE__) . '/extract/file1.txt', 'first');
H A Ddir.phpt37 file_put_contents('phar://' . dirname(__FILE__) . '/ok.phar/sub/directory.txt', 'hi');
40 file_put_contents(dirname(__FILE__) . '/oops.phar', '<?php this should screw em up __HALT_COMPILER(…
/PHP-5.4/ext/libxml/tests/
H A Dbug61367-read.phpt37 var_dump(file_put_contents('test_bug_61367/bad', 'blah'));
/PHP-5.4/ext/phar/
H A Dmakestub.php108 file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");
/PHP-5.4/ext/phar/tests/files/
H A Dphar_test.inc64 file_put_contents($fname, $file);
/PHP-5.4/ext/standard/tests/strings/
H A Dget_meta_tags.phpt50 file_put_contents($filename, $html);
/PHP-5.4/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt41 return file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_001.phpt41 return file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_002.phpt70 return file_put_contents($handler->path . $id, $data);
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc64 file_put_contents($fname, $file);
/PHP-5.4/ext/standard/
H A Dfile.h58 PHP_FUNCTION(file_put_contents);
/PHP-5.4/ext/mysqli/tests/
H A Dbug53503.phpt34 if (FALSE == file_put_contents('bug53503.data', "1\n2\n3\n"))
/PHP-5.4/ext/hash/tests/
H A Dhash_file_error.phpt19 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );

Completed in 29 milliseconds

123456789