Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 251 – 275 of 357) sorted by relevance

1...<<1112131415

/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation1.phpt2 Test file_get_contents() and file_put_contents() functions : usage variations - all arguments
17 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
/php-src/sapi/cgi/tests/
H A D012.phpt38 file_put_contents($filename_good, $code);
50 file_put_contents($filename_bad, $code);
H A D003.phpt38 file_put_contents($filename, $code);
/php-src/Zend/tests/offsets/
H A DArrayAccess_container_offset_behaviour.phpt127file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayAccess_container_{$failuresNb}.txt",…
158file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayAccess_container_{$failuresNb}.txt",…
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt20 file_put_contents($inputFileName, $org_data);
/php-src/ext/phar/tests/
H A Dopendir_edgecases.phpt37 file_put_contents($pname . '/foo', '<?php
H A Dpharfileinfo_construct.phpt13 file_put_contents($fname, 'blah');
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt10 file_put_contents($file, <<<TMPFILE
H A Dbug70198.phpt37 file_put_contents($srv_fl, $srv_fl_cont);
H A Dproc_open_bug51800_right.phpt27 $r = file_put_contents($callee, '<?php
H A Dproc_open_bug51800_right2.phpt21 $r = file_put_contents($callee, '<?php
H A Dproc_open_bug69900.phpt23 file_put_contents($fl, $test_content);
/php-src/ext/opcache/tests/
H A Dfile_cache_error.phpt27 file_put_contents($file, '<?php echo "OK";');
/php-src/scripts/dev/
H A Dtidy.php83 file_put_contents($path, $code);
/php-src/ext/xmlreader/tests/
H A D008.phpt26 file_put_contents($file, $xmlstring);
/php-src/sapi/phpdbg/
H A Dcreate-test.php139 } elseif (file_put_contents($testfile, $testdata)) {
/php-src/tests/func/
H A D010.phpt57 file_put_contents(__DIR__.'/010-file.php', $str);
/php-src/ext/curl/tests/
H A Dbug48207.phpt31 file_put_contents($tempname, "Hello World!\nHello World!");
H A Dcurl_setopt_array_basic.phpt27 file_put_contents($tempname, "Hello World!\nHello World!");
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_016.phpt35 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_class_017.phpt35 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_003.phpt33 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_sid_002.phpt34 return file_put_contents($this->path . $id, $data);
/php-src/sapi/cli/tests/
H A Dbug61546.phpt24 file_put_contents("bug61546_sub.php", $test_code);
/php-src/ext/openssl/tests/
H A Dbug74720_1.phpt63 file_put_contents($tmpPath, $content);

Completed in 30 milliseconds

1...<<1112131415