Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 301 – 325 of 348) sorted by relevance

1...<<11121314

/PHP-8.2/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt69 return file_put_contents($handler->path . $id, $data);
/PHP-8.2/ext/xmlreader/tests/
H A D003-get-errors.phpt13 file_put_contents($filename, $xmlstring);
H A D003-move-errors.phpt13 file_put_contents($filename, $xmlstring);
H A D015.phpt13 file_put_contents($filename, $xmlstring);
/PHP-8.2/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_002.phpt19 file_put_contents($batch_file_path, $batch_file_content);
/PHP-8.2/ext/mysqli/tests/
H A Dbug53503.phpt37 if (FALSE == file_put_contents('bug53503.data', "1\n2\n3\n"))
H A Dbug77956.phpt34 if (FALSE == file_put_contents('bug77956.data', "waa? meukee!"))
H A Dbug68077.phpt40 if (FALSE == file_put_contents(__DIR__ . '/bug53503.data', "1\n2\n3\n"))
/PHP-8.2/sapi/cli/tests/
H A D014.phpt28 file_put_contents($filename, $code);
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_0.phpt40 file_put_contents($path, "hello" . $i++);
H A Dtest_cp874_to_utf8_0.phpt37 file_put_contents($pathw, "hello" . $i++);
H A Dutil.inc89 file_put_contents($full, $content);
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt60 file_put_contents($fname6 . '.pubkey', $pubkey['key']);
/PHP-8.2/sapi/cgi/tests/
H A D008.phpt31 file_put_contents($filename, $code);
H A D011.phpt16 file_put_contents($GLOBALS['f'], $script);
/PHP-8.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt228 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
238 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
523 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
533 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
818 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
828 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dphar_createdefaultstub.phpt208 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
218 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
502 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
512 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
804 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
814 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dphar_unlinkarchive.phpt25 file_put_contents($pdname, 'blahblah');
/PHP-8.2/ext/standard/tests/strings/
H A Dhighlight_file.phpt31 file_put_contents($filename, $data);
/PHP-8.2/ext/standard/tests/file/
H A Dfile_variation.phpt26 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
/PHP-8.2/ext/zlib/tests/
H A Dbug71417.phpt50 file_put_contents($fn, $compressed);
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dopenssl.phar173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
/PHP-8.2/ext/phar/tests/files/
H A Dinclude_path2.phar173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dnophar.phar173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));

Completed in 36 milliseconds

1...<<11121314