Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 151 – 175 of 358) sorted by last modified time

12345678910>>...15

/php-src/sapi/cli/tests/
H A Dbug61977.phpt22 file_put_contents($doc_root . "/foo.{$mimetype}", '');
H A Dbug68291.phpt13 file_put_contents($docRoot . '/bug68291+test.html', 'Found');
H A Dgh8827-003.phpt31 file_put_contents('php://fd/1', "Also goes to stdoutFile\n");
33 file_put_contents('php://fd/2', "Goes to stderrFile\n");
H A Dphp_cli_server_012.phpt12 file_put_contents($doc_root . '/request.php', '<?php print_r($_REQUEST); ?>');
H A Dphp_cli_server_015.phpt14 file_put_contents($doc_root . "/syntax_error.php", "<?php non_exists_function(); ?>");
/php-src/sapi/cgi/tests/
H A D011.phpt16 file_put_contents($GLOBALS['f'], $script);
H A D002.phpt16 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); ?>');
22 file_put_contents($file, '<?php var_dump(ini_get("max_execution_time")); var_dump(ini_get("upload_t…
H A D003.phpt38 file_put_contents($filename, $code);
H A D004.phpt27 file_put_contents($filename, $code);
H A D006.phpt30 file_put_contents($filename, $code);
45 file_put_contents($filename, $code);
H A D009.phpt17 file_put_contents($f, '<?php var_dump($_SERVER["TRANSLATED_PATH"]); ?>');
H A D010.phpt17 file_put_contents($f, '<?php
24 file_put_contents($f, '<?php
30 file_put_contents($f, '<?php
H A Dapache_request_headers.phpt18 file_put_contents($file, '<?php print_r(apache_request_headers()); ?>');
H A Dapache_response_headers.phpt29 file_put_contents( $test_file, $code );
/php-src/pear/
H A Dfetch.php67 if (is_resource($fp) && file_put_contents($argv[2], $fp)) {
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt20 file_put_contents($inputFileName, $org_data);
H A Dzlib_scheme_file_put_contents_basic.phpt15 file_put_contents($outFile, $data);
/php-src/ext/zip/tests/
H A Dbug70103.phpt10 file_put_contents($dir . '/foo.txt', 'foo');
/php-src/ext/zip/examples/
H A Dfopen.php32 file_put_contents('t',$contents);
/php-src/ext/xmlreader/tests/
H A D003-mb.phpt11 file_put_contents($filename, $xmlstring);
H A D003.phpt11 file_put_contents($filename, $xmlstring);
H A D004.phpt11 file_put_contents($filename, $xmlstring);
H A D007.phpt11 file_put_contents($file, $xmlstring);
H A D008.phpt26 file_put_contents($file, $xmlstring);
/php-src/ext/xmlwriter/tests/
H A Dbug79029.phpt16 file_put_contents("bug79029_3.txt", "a");

Completed in 53 milliseconds

12345678910>>...15