Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 176 – 200 of 205) sorted by relevance

123456789

/PHP-5.4/
H A Dserver-tests.php573 file_put_contents($tmp_file,$script);
1280 file_put_contents($tmp_file,$section_text['FILE']);
1502 file_put_contents($logname,$wanted);
1508 file_put_contents($logname,$output);
1514 file_put_contents($logname,generate_diff($wanted,$output));
1520 file_put_contents($logname,
H A Drun-tests.php429 file_put_contents($output_file, $failed_tests_data);
1030 if (file_put_contents($filename_copy, $text, FILE_BINARY) === false) {
1035 if (file_put_contents($filename, $text, FILE_BINARY) === false) {
2069 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =…
2074 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY…
2084 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==…
2089 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh
2098 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "
/PHP-5.4/sapi/cli/tests/
H A D014.phpt28 file_put_contents($filename, $code);
/PHP-5.4/sapi/cgi/tests/
H A D008.phpt31 file_put_contents($filename, $code);
H A D011.phpt16 file_put_contents($GLOBALS['f'], $script);
/PHP-5.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt209 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
219 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
503 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
513 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
805 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
815 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dphar_setdefaultstub.phpt229 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
239 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
524 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
534 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
819 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
829 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
H A Dphar_unlinkarchive.phpt25 file_put_contents($pdname, 'blahblah');
/PHP-5.4/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-5.4/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));
H A Dopenssl.phar173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
/PHP-5.4/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt60 file_put_contents($fname6 . '.pubkey', $pubkey['key']);
/PHP-5.4/ext/standard/tests/strings/
H A Dhighlight_file.phpt32 file_put_contents($filename, $data);
/PHP-5.4/ext/standard/tests/file/
H A Dfile_variation.phpt31 file_put_contents( $file_path1."/file1_variation.tmp", "aaaaaaaaaaaaaaabbbbbbbbbbb11111111122222222…
H A Dparse_ini_file_variation5.phpt28 file_put_contents($filename, $contents);
H A Dfgetss_basic1.phpt37 file_put_contents($filename, $string_with_tags);
H A Dfgetss_variation4.phpt43 file_put_contents($filename, $string_with_tags);
H A Dfgetss_variation2.phpt40 file_put_contents($filename, $string_with_tags);
/PHP-5.4/win32/build/
H A Dmkdist.php447 file_put_contents($dist_dir . '/phar.phar.bat', "%~dp0php.exe %~dp0pharcommand.phar %*\r\n");
/PHP-5.4/Zend/tests/
H A Dbug60771.phpt5 file_put_contents('test.php',str_repeat('passed, ',1024));
/PHP-5.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc329 file_put_contents($zipfile, $write);
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc42 file_put_contents($tmp_file, stream_get_contents($fs));
/PHP-5.4/ext/standard/
H A Dfile.c570 PHP_FUNCTION(file_put_contents) in PHP_FUNCTION() argument

Completed in 60 milliseconds

123456789