Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");
H A Dlog-dwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-dwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");
H A Dlog-bwd-limit-1050-msg-2048.phpt28 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwp-limit-1024-msg-120.phpt28 file_put_contents('php://stderr', str_repeat('a', 120) . "\n");
H A Dlog-bwp-limit-1500-msg-3300.phpt28 file_put_contents('php://stderr', str_repeat('a', 3300) . "\n");
H A Dlog-dwd-limit-1050-msg-2048.phpt28 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-dwp-limit-1000-msg-2000.phpt28 file_put_contents('php://stderr', str_repeat('a', 2000) . "\n");
H A Dlog-bwp-msg-flush-split-real.phpt26 file_put_contents('php://stderr', str_repeat('a', 1022) . "\0fscf\0");
H A Dlog-bwd-msg-with-nl.phpt25 file_put_contents('php://stderr', "msg 1\nmsg 2\nmsg 3");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open-mb1.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
H A Dproc_open-mb0.phpt14 file_put_contents($f,'<?php var_dump($argv); ?>');
H A Dbug69646.phpt25 file_put_contents($script, $helper_script);
/PHP-7.4/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt18 file_put_contents($fd,
/PHP-7.4/ext/xmlreader/tests/
H A D002.phpt10 file_put_contents($filename, $xmlstring);
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt13 file_put_contents(__DIR__."/testdir6/file$i.txt", "some content for file $i");
H A Dphar_gobyebye-win32.phpt15 file_put_contents($fname2, '<?php Phar::unlinkArchive("' . addslashes($fname) . '");');
16 file_put_contents($pname . '/foo/hi', '<?php
/PHP-7.4/sapi/cgi/tests/
H A Dapache_response_headers.phpt29 file_put_contents( $test_file, $code );
/PHP-7.4/sapi/cli/tests/
H A D008.phpt27 file_put_contents($filename, $code);
H A D013.phpt16 file_put_contents($filename_txt, "test\nfile\ncontents\n");
H A Dbug74600.phpt12 file_put_contents($ini_file, <<<INI
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt26 file_put_contents($prefix . $d . ".test", $d);
/PHP-7.4/ext/zip/tests/
H A Dbug70103.phpt12 file_put_contents($dir . '/foo.txt', 'foo');
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt16 file_put_contents($filename, "Test.");
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt33 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…
38 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…

Completed in 48 milliseconds

12345678910>>...13