Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 101 – 125 of 357) sorted by relevance

12345678910>>...15

/php-src/ext/standard/tests/general_functions/
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-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_getflags_basic.phpt10 file_put_contents('SplFileObject_getflags_basic.csv', 'eerste;tweede;derde');
H A DSplFileObject_getflags_error001.phpt10 file_put_contents('SplFileObject_getflags_error001.csv', 'eerste;tweede;derde');
H A Dbug77024.phpt13 file_put_contents($tmp, "line1\nline2\nline3\n");
/php-src/Zend/tests/
H A Dclass_constants_003.phpt15 file_put_contents($filename, $class_data);
H A Dbug70748.phpt9 file_put_contents($ini_file, $ini);
/php-src/ext/standard/tests/file/
H A Dbug53848.phpt7 file_put_contents($file, "a,b\n c, d");
H A Dgh9227.phpt10 var_dump(file_put_contents(__DIR__ . "/gh9227.txt", "bar"));
H A Dfscanf.phpt8 file_put_contents($filename, "data");
62 file_put_contents($filename, "data");
H A Dbug69100.phpt9 file_put_contents($fileIn, str_repeat('A', 64 * 1024));
H A Dbug39673.phpt9 file_put_contents($filename, $str);
H A Dfile_get_contents_with_large_length.phpt10 file_put_contents($file_path, $file_content);
/php-src/ext/opcache/tests/
H A Dopcache_invalidate_deleted_file.phpt12 file_put_contents($file, <<<PHP
H A Dbug71127.phpt13 file_put_contents($file, "<?php define('FOO', 'bad'); echo FOO;?>");
/php-src/ext/phar/tests/
H A Dfgc_edgecases.phpt21 file_put_contents($fname, "blah\n");
22 file_put_contents("fgc_edgecases.txt", "test\n");
27 file_put_contents($pname . '/foo/hi', '<?php
H A Dcreate_new_phar_c.phpt11 file_put_contents('phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/a.php',
/php-src/ext/fileinfo/tests/
H A Dbug61964-mb.phpt31 file_put_contents($dir . "/test1.txt", "string\n> Core\n> Me");
32 file_put_contents($dir . "/test2.txt", "a\nb\n");
H A Dbug61964.phpt31 file_put_contents($dir . "/test1.txt", "string\n> Core\n> Me");
32 file_put_contents($dir . "/test2.txt", "a\nb\n");
/php-src/ext/hash/tests/
H A Dhash_update_file.phpt8 file_put_contents($filePath, 'The quick brown fox jumped over the lazy dog.');
/php-src/sapi/cli/tests/
H A Dargv_mb.phpt14 file_put_contents($argv_fl, "<?php var_dump(\$argv); ?>");
/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php58 file_put_contents(__DIR__ . '/rare_cp_bitvec.h', $result);
/php-src/ext/xmlreader/tests/
H A Dstatic.phpt11 file_put_contents($filename, $xmlstring);
/php-src/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt15 file_put_contents($outFile, $data);

Completed in 22 milliseconds

12345678910>>...15