Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 51 – 75 of 205) sorted by relevance

123456789

/PHP-5.4/ext/phar/tests/
H A Dphar_ctx_001.phpt34 file_put_contents($pname . '/a', b'new a', 0); // no compression
35 file_put_contents($pname . '/b', b'new b', 0, $context);
36 file_put_contents($pname . '/d', b'new d', 0, $context2);
H A Dfgc_edgecases.phpt20 file_put_contents($fname, "blah\n");
21 file_put_contents("foob", "test\n");
26 file_put_contents($pname . '/foo/hi', '<?php
/PHP-5.4/sapi/cgi/tests/
H A D002.phpt16 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); ?>');
22 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); var_dump(ini_get("upload_t…
/PHP-5.4/ext/standard/tests/file/
H A Dfgetss1.phpt19 file_put_contents($filename, $str);
26 file_put_contents($filename, $str);
H A Dbug61961.phpt6 file_put_contents($tmp_empty_file, "");
H A Dbug45985.phpt6 file_put_contents($file, 'test');
H A Dbug46347.phpt12 file_put_contents($file, $str);
H A Dstream_get_line.phpt7 file_put_contents($path, b"foo<br>bar<br>foo");
H A Dfgetss.phpt19 file_put_contents($filename, $str);
26 file_put_contents($filename, $str);
H A Dbug53848.phpt7 file_put_contents($file, "a,b\n c, d");
H A Dbug39673.phpt9 file_put_contents($filename, $str);
/PHP-5.4/Zend/tests/
H A Dbug52508.phpt8 file_put_contents($file, "a = 1");
H A Dclass_constants_003.phpt15 file_put_contents($filename, $class_data);
/PHP-5.4/win32/build/
H A Dregistersyslog.php33 file_put_contents("win32/syslog.reg", <<<REG
/PHP-5.4/ext/zip/examples/
H A Dfopen.php32 file_put_contents('t',$contents);
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44461.phpt5 file_put_contents(__DIR__ . 'bug44461.ini', <<<EOF
H A Dbug49847.phpt11 file_put_contents($f, $s);
H A Dbug41445_1.phpt19 file_put_contents($file, $data);
H A Dbug48768.phpt15 file_put_contents($ini_location, $ini_data);
/PHP-5.4/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt33 file_put_contents("mklink_junction\\a.php", "<?php echo \"I am included.\n\" ?>");
34 file_put_contents("$fullpath\\mnt\\test\\directory\\b.php", "<?php echo \"I am included.\n\" ?>");
/PHP-5.4/ext/spl/tests/
H A Dfileobject_getsize_basic.phpt11 file_put_contents($file, "foobar");
H A DSplFileObject_getflags_basic.phpt10 file_put_contents('SplFileObject_getflags_basic.csv', 'eerste;tweede;derde');
H A DSplFileObject_getflags_error002.phpt8 file_put_contents('SplFileObject_getflags_error002.csv', 'eerste;tweede;derde');
H A DSplFileObject_getflags_error001.phpt10 file_put_contents('SplFileObject_getflags_error001.csv', 'eerste;tweede;derde');
/PHP-5.4/sapi/cli/tests/
H A D010-2.phpt22 file_put_contents($filename_txt, $txt);

Completed in 47 milliseconds

123456789