Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 176 – 200 of 357) sorted by relevance

12345678910>>...15

/php-src/sapi/cgi/tests/
H A Dapache_response_headers.phpt29 file_put_contents( $test_file, $code );
/php-src/sapi/fpm/tests/
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-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-bwd-limit-64-too-low-error.phpt26 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
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-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-bwd-limit-1050-msg-2048.phpt28 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwd-msg-with-nl.phpt25 file_put_contents('php://stderr', "msg 1\nmsg 2\nmsg 3");
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-bwp-msg-flush-split-real.phpt26 file_put_contents('php://stderr', str_repeat('a', 1022) . "\0fscf\0");
/php-src/ext/hash/tests/
H A Dhash_file_basic.phpt11 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt18 file_put_contents($fd,
/php-src/ext/xmlreader/tests/
H A D004.phpt11 file_put_contents($filename, $xmlstring);
/php-src/ext/xmlwriter/tests/
H A Dbug79029.phpt16 file_put_contents("bug79029_3.txt", "a");
/php-src/ext/spl/tests/
H A Dbug69181.phpt12 file_put_contents($filename, $csv);
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt16 file_put_contents($filename, "Test.");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug54977.phpt26 file_put_contents($prefix . $d . ".test", $d);
/php-src/ext/standard/tests/general_functions/
H A Dbug69646.phpt25 file_put_contents($script, $helper_script);
/php-src/sapi/cli/tests/
H A Dbug74600.phpt13 file_put_contents($ini_file, <<<INI
H A D021.phpt31 file_put_contents($filename, $script);
H A D013.phpt17 file_put_contents($filename_txt, "test\nfile\ncontents\n");
H A D008.phpt27 file_put_contents($filename, $code);

Completed in 23 milliseconds

12345678910>>...15