Home
last modified time | relevance | path

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

1...<<11121314

/PHP-8.2/tests/func/
H A D010.phpt57 file_put_contents(__DIR__.'/010-file.php', $str);
/PHP-8.2/ext/phar/tests/
H A Dpharfileinfo_construct.phpt13 file_put_contents($fname, 'blah');
H A Dbug81211.phpt20 file_put_contents(__DIR__ . '/bug81211/foobar/file', 'this file should NOT be included in the archi…
/PHP-8.2/ext/xmlreader/tests/
H A D008.phpt26 file_put_contents($file, $xmlstring);
H A D015-move-errors.phpt13 file_put_contents($filename, $xmlstring);
/PHP-8.2/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-8.2/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt37 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_regenerate_id_cookie.phpt27 file_put_contents($file, '<?php
H A Dsession_set_save_handler_class_017.phpt37 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_class_018.phpt37 return file_put_contents($this->path . $id, $data)===FALSE ? FALSE : TRUE ;
H A Dsession_set_save_handler_iface_003.phpt38 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_sid_001.phpt38 return (bool)file_put_contents($this->path . $id, $data);
/PHP-8.2/ext/standard/tests/streams/
H A Dbug70198.phpt36 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-8.2/sapi/cli/tests/
H A Dbug61546.phpt24 file_put_contents("bug61546_sub.php", $test_code);
H A Dbug61977.phpt22 file_put_contents($doc_root . "/foo.{$mimetype}", '');
/PHP-8.2/ext/openssl/tests/
H A Dbug74720_1.phpt63 file_put_contents($tmpPath, $content);
H A Dbug74903.phpt64 file_put_contents($tmpFileIn, $envelopeData);
/PHP-8.2/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt44 file_put_contents($output_file, $iniContent);
/PHP-8.2/ext/bz2/tests/
H A Dbug71263.phpt31 file_put_contents($fn, $compressed);
/PHP-8.2/ext/phar/
H A Dmakestub.php106 file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");
/PHP-8.2/ext/libxml/tests/
H A Dbug61367-read_2.phpt42 var_dump(file_put_contents('test_bug_61367-read/bad', 'blah'));

Completed in 53 milliseconds

1...<<11121314