Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 51 – 75 of 358) sorted by last modified time

12345678910>>...15

/php-src/ext/spl/tests/
H A Dgh12721.phpt6 file_put_contents('file1.gh12721', 'hello');
/php-src/ext/openssl/tests/
H A DCertificateGenerator.inc121 file_put_contents($configFile, $configCode);
153 file_put_contents($file, $certText . PHP_EOL . $keyText);
/php-src/sapi/phpdbg/tests/
H A Dgh12675.phpt6 ev file_put_contents("gh12675_1.tmp", "<?php echo 'hi';\necho 2;")
7 ev file_put_contents("gh12675_2.tmp", "<?php echo 'hi';")
/php-src/ext/standard/tests/file/
H A Dbug69442.phpt14 file_put_contents($tmpFile, $code);
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_018.phpt35 return file_put_contents($this->path . $id, $data)===FALSE ? FALSE : TRUE ;
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);
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt61 file_put_contents($fname6 . '.pubkey', $pubkey['key']);
H A Dphar_begin_setstub_commit.phpt31 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…
36 file_put_contents(__DIR__ . '/myfakestub.php', '<?php var_dump("First resource"); Phar::mapPhar("ph…
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt34 file_put_contents(__DIR__ . "/foobar.dtd", $dtd);
/php-src/ext/opcache/tests/
H A Dopcache_invalidate_deleted_file.phpt12 file_put_contents($file, <<<PHP
/php-src/win32/build/
H A Dmkdist.php503file_put_contents($dist_dir . '/phar.phar.bat', "\"%~dp0php.exe\" \"%~dp0pharcommand.phar\" %*\r\n…
/php-src/ext/standard/tests/streams/
H A Dbug76857.phpt5 file_put_contents(__DIR__ . '/bug76857_data.txt', 'test data');
/php-src/sapi/cli/tests/
H A D014.phpt28 file_put_contents($filename, $code);
H A D024.phpt27 file_put_contents($filename_good, $code);
39 file_put_contents($filename_bad, $code);
/php-src/sapi/cgi/tests/
H A D008.phpt31 file_put_contents($filename, $code);
H A D012.phpt38 file_put_contents($filename_good, $code);
50 file_put_contents($filename_bad, $code);
/php-src/ext/standard/tests/strings/
H A Dhighlight_file.phpt31 file_put_contents($filename, $data);
/php-src/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt37 file_put_contents($filename, implode("\n",$tableRows));
38 file_put_contents($filenameWithDifferentNullValues, implode("\n",$tableRowsWithDifferentNullValues)…
39 file_put_contents($filenameWithDifferentNullValuesAndSelectedFields, implode("\n",$tableRowsWithDif…
/php-src/ext/mysqli/tests/
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"))
H A Dbug53503.phpt37 if (FALSE == file_put_contents('bug53503.data', "1\n2\n3\n"))
/php-src/ext/zip/tests/
H A Doo_addfile.phpt32 file_put_contents($del, 'foo');
/php-src/Zend/tests/
H A Dbug70748.phpt9 file_put_contents($ini_file, $ini);
/php-src/ext/gd/tests/
H A Dbug77973.phpt13 file_put_contents($filepath, $contents);

Completed in 31 milliseconds

12345678910>>...15