Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 1 – 25 of 316) sorted by path

12345678910>>...13

/PHP-7.4/
H A DNEWS1365 . Fixed bug #78396 (Second file_put_contents in Shutdown hangs script).
2531 . Fixed bug #76947 (file_put_contents() blocks the directory of the file
/PHP-7.4/Zend/tests/
H A Dbug52508.phpt8 file_put_contents($file, "a = 1");
H A Dbug60771.phpt5 file_put_contents('test.php',str_repeat('passed, ',1024));
H A Dbug63741.phpt5 file_put_contents(__DIR__."/bug63741.tmp.php",
H A Dbug66660.phpt7 file_put_contents(__DIR__."/bug66660.tmp.php", "<?php __CLASS__ ?>");
H A Dbug70748.phpt9 file_put_contents($ini_file, $ini);
H A Dbug78396.phpt2 Bug #78396: Second file_put_contents in Shutdown hangs script
7 file_put_contents(__DIR__ . '/bug78396.txt', '1', FILE_APPEND | LOCK_EX);
8 file_put_contents(__DIR__ . '/bug78396.txt', '2', FILE_APPEND | LOCK_EX);
H A Dclass_constants_003.phpt15 file_put_contents($filename, $class_data);
H A Dhalt_compiler2.phpt7 file_put_contents(__DIR__ . '/test1.php', $text);
10 file_put_contents(__DIR__ . '/test2.php', $text);
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt33 file_put_contents($fn, $compressed);
/PHP-7.4/ext/curl/tests/
H A Dbug48207.phpt31 file_put_contents($tempname, "Hello World!\nHello World!");
H A Dbug77711.phpt16 file_put_contents($filename, "Test.");
H A Dcurl_CURLOPT_READDATA.phpt18 $datalen = file_put_contents($tempname, "hello=world&smurf=blue");
H A Dcurl_copy_handle_variation3.phpt16 file_put_contents($filename, "Test.");
H A Dcurl_copy_handle_variation4.phpt16 file_put_contents($filename, "Test.");
H A Dcurl_copy_handle_variation5.phpt16 file_put_contents($filename, "Test.");
24 file_put_contents($filename, "Other test.");
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt27 file_put_contents($sReadFile,'contents of tempfile');
H A Dcurl_setopt_array_basic.phpt28 file_put_contents($tempname, "Hello World!\nHello World!");
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_003.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"));
H A Ddba_db4_007.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
/PHP-7.4/ext/dom/tests/
H A Dbug80268.phpt15 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
H A Dbug80268_2.phpt15 file_put_contents(__DIR__ . '/80268.html', "<p>foo\0bar</p>");
/PHP-7.4/ext/
H A Dext_skel.php295 if (!file_put_contents($file, $source)) {
402 …if (file_put_contents($options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . 'EXPERIMENTAL', ''…
412 …if (!file_put_contents($options['dir'] . $options['ext'] . DIRECTORY_SEPARATOR . 'CREDITS', $optio…

Completed in 30 milliseconds

12345678910>>...13