Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 126 – 150 of 362) sorted by relevance

12345678910>>...15

/php-src/sapi/cli/tests/
H A D010-2.phpt23 file_put_contents($filename_txt, $txt);
/php-src/ext/openssl/tests/
H A Dgh9339.phpt14 file_put_contents($configFile, sprintf($configCode, __DIR__ . '/' . str_repeat('a', 9000)));
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt2 Test file_put_contents() and file_get_contents() functions with 5GB string
52 $result = file_put_contents($tmpfile, $large_string);
H A Dlink_win32.phpt15 file_put_contents($filename, $content);
H A Dauto_detect_line_endings_2.phpt10 file_put_contents($filePath, "fooBar1\rfooBar2\rfooBar3");
H A Dbug44607.phpt10 file_put_contents($tempnam, $data);
H A Dbug65701.phpt16 file_put_contents($src, "Hello World");
/php-src/ext/opcache/tests/
H A Dfunc_info.phpt23 file_put_contents("func_info_generated.php", $contents);
H A Dbug72014.phpt11 file_put_contents(__DIR__ . "/bug72014.annon.php", <<<PHP
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_setCsvControl_basic.phpt7 file_put_contents('csv_control_data_basic.csv',
H A DSplFileObject_setCsvControl_error001.phpt7 file_put_contents('csv_control_data_error001.csv',
H A DSplFileObject_setCsvControl_error002.phpt7 file_put_contents('csv_control_data_error002.csv',
H A DSplFileObject_setCsvControl_variation001.phpt7 file_put_contents('csv_control_data_variation001.csv',
H A DSplFileObject_setCsvControl_error003.phpt9 file_put_contents('csv_control_data_error003.csv',
/php-src/ext/standard/tests/general_functions/
H A Dbug49056.phpt13 file_put_contents( $filename, $string);
/php-src/ext/phar/tests/
H A D008.phpt11 file_put_contents(__DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php', $file);
H A Dphar_gobyebye.phpt17 file_put_contents($fname2, '<?php Phar::unlinkArchive("' . addslashes($fname) . '");');
18 file_put_contents($pname . '/foo/hi', '<?php
/php-src/sapi/cgi/tests/
H A D009.phpt17 file_put_contents($f, '<?php var_dump($_SERVER["TRANSLATED_PATH"]); ?>');
H A Dbug75574_utf8.phpt20 file_put_contents($fn, "<?php\nvar_dump(putenv('FOO=啊'));\n//var_dump(`echo %FOO%`);\nvar_dump(gete…
/php-src/ext/ffi/tests/
H A D301-win32.phpt18 file_put_contents($fn, $cont);
/php-src/Zend/tests/
H A Dbug63741.phpt5 file_put_contents(__DIR__."/bug63741.tmp.php",
/php-src/ext/gd/tests/
H A Dbug77973.phpt13 file_put_contents($filepath, $contents);
/php-src/pear/
H A Dfetch.php67 if (is_resource($fp) && file_put_contents($argv[2], $fp)) {
/php-src/ext/curl/tests/
H A Dbug77711.phpt16 file_put_contents($filename, "Test.");
/php-src/ext/standard/tests/file/windows_links/
H A Dbug78862.phpt5 file_put_contents(__DIR__ . '/bug78862.target', 'foo');

Completed in 21 milliseconds

12345678910>>...15