Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.4/ext/xmlreader/tests/
H A D003-mb.phpt11 file_put_contents($filename, $xmlstring);
H A D015-get-errors.phpt13 file_put_contents($filename, $xmlstring);
H A D014.phpt13 file_put_contents($filename, $xmlstring);
H A D003.phpt11 file_put_contents($filename, $xmlstring);
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc62 file_put_contents($fname, $file);
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc62 file_put_contents($fname, $file);
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_sid_002.phpt36 return file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_001.phpt41 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_class_002.phpt41 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_002.phpt70 return file_put_contents($handler->path . $id, $data);
/PHP-7.4/ext/phar/tests/
H A Dbug81211.phpt19 file_put_contents(__DIR__ . '/bug81211/foobar/file', 'this file should NOT be included in the archi…
H A Dphar_extract.phpt61 file_put_contents(__DIR__ . '/oops', 'I is file');
81 file_put_contents(__DIR__ . '/extract/file1.txt', 'first');
H A Ddir.phpt37 file_put_contents('phar://' . __DIR__ . '/ok.phar/sub/directory.txt', 'hi');
40 file_put_contents(__DIR__ . '/oops.phar', '<?php this should screw em up __HALT_COMPILER();');
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt35 file_put_contents($filename, implode("\n",$tableRows));
36 file_put_contents($filenameWithDifferentNullValues, implode("\n",$tableRowsWithDifferentNullValues)…
37 file_put_contents($filenameWithDifferentNullValuesAndSelectedFields, implode("\n",$tableRowsWithDif…
/PHP-7.4/ext/standard/tests/strings/
H A Dget_meta_tags.phpt50 file_put_contents($filename, $html);
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt52 file_put_contents($output_file, $iniContent);
H A Dfgetss.phpt19 file_put_contents($filename, $str);
26 file_put_contents($filename, $str);
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_0.phpt66 file_put_contents($tmpFileIn, $originalEnvelopeData);
H A Dbug74798.phpt64 file_put_contents($tmpFileIn, $originalEnvelopeData);
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read.phpt40 var_dump(file_put_contents('test_bug_61367-read/bad', 'blah'));
/PHP-7.4/ext/standard/
H A Dfile.h56 PHP_FUNCTION(file_put_contents);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt40 var_dump(file_put_contents($p7, "hello"));
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc16 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
/PHP-7.4/ext/hash/tests/
H A Dhash_file_error.phpt17 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
/PHP-7.4/ext/mysqli/tests/
H A Dbug53503.phpt36 if (FALSE == file_put_contents('bug53503.data', "1\n2\n3\n"))

Completed in 35 milliseconds

1...<<111213