Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 1 – 25 of 357) sorted by last modified time

12345678910>>...15

/php-src/.github/workflows/
H A Dnightly.yml438 …\Group('"'"'skip'"'"')]\n public function testSharedGet()", $c); file_put_contents("tests/Files…
481 … skip */\n public function testSanitizeDeepNestedString()", $c); file_put_contents("src/Symfony…
483 … */\n public function testCastNonTrailingCharPointer()", $c); file_put_contents("src/Symfony…
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt2 Test file_put_contents() and file_get_contents() functions with 5GB string
52 $result = file_put_contents($tmpfile, $large_string);
H A Dfile_get_contents_with_large_length.phpt10 file_put_contents($file_path, $file_content);
/php-src/ext/ftp/tests/
H A Dftp_fput_ascii_over_4_kib.phpt20 file_put_contents($filepath, $contents);
/php-src/scripts/dev/
H A Dbless_tests.php43 file_put_contents($path, $phpt);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2883 function file_put_contents(string $filename, mixed $data, int $flags = 0, $context = null): int|fal…
H A Dbasic_functions_arginfo.h2668 ZEND_FUNCTION(file_put_contents);
3305 ZEND_FE(file_put_contents, arginfo_file_put_contents)
/php-src/ext/standard/tests/general_functions/
H A Dghsa-pc52-254m-w9w7_1.phpt17 file_put_contents($batch_file_path, $batch_file_content);
H A Dghsa-pc52-254m-w9w7_2.phpt17 file_put_contents($batch_file_path, $batch_file_content);
H A Dghsa-pc52-254m-w9w7_3.phpt17 file_put_contents($batch_file_path, $batch_file_content);
/php-src/.github/
H A Dnightly_matrix.php33 file_put_contents($branch_commit_cache_file, json_encode($branch_commit_map));
/php-src/sapi/fpm/tests/
H A Dtester.inc434 file_put_contents($iniFile, $ini);
1482 file_put_contents($filePath, $content);
H A Dgh13563-conf-bool-env.phpt40 file_put_contents('php://stderr', str_repeat('a', 20) . "\n");
/php-src/build/
H A Dgen_stub.php121 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
146 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
6110 if (file_put_contents($filename, $content)) {
6127 if (file_put_contents("$classSynopsesDirectory/$filename", $content)) {
6139 if (file_put_contents($filename, $content)) {
6154 if (file_put_contents("$manualTarget/$filename", $content)) {
6166 if (file_put_contents($filename, $content)) {
6177 if (file_put_contents($filename, $optimizerInfo)) {
/php-src/ext/phar/phar/
H A Dpharcommand.inc1111 file_put_contents($stub, $phar->getStub());
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt17 file_put_contents(__DIR__ . "/BOM_edge.tmp", $data);
/php-src/ext/zlib/tests/
H A Dbug71417.phpt50 file_put_contents($fn, $compressed);
/php-src/Zend/tests/offsets/
H A Dnull_container_offset_behaviour.phpt277file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_null_container_{$failuresNb}.txt", $varOu…
304file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_null_container_{$failuresNb}.txt", $varOu…
H A DArrayObject_container_offset_behaviour.phpt329file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayObject_container_{$failuresNb}.txt",…
360file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayObject_container_{$failuresNb}.txt",…
H A Darray_container_offset_behaviour.phpt278file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_array_container_{$failuresNb}.txt", $varO…
305file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_array_container_{$failuresNb}.txt", $varO…
H A Dfalse_container_offset_behaviour.phpt285file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_false_container_{$failuresNb}.txt", $varO…
312file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_false_container_{$failuresNb}.txt", $varO…
H A Dinvalid_container_offset_behaviour.phpt77file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_invalid_container_{$failuresNb}.txt", $va…
98file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_invalid_container_{$failuresNb}.txt", $va…
H A DArrayAccess_container_offset_behaviour.phpt127file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayAccess_container_{$failuresNb}.txt",…
158file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_ArrayAccess_container_{$failuresNb}.txt",…
H A Dobject_container_offset_behaviour.phpt59file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_object_container_{$failuresNb}.txt", $var…
81file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_object_container_{$failuresNb}.txt", $var…
H A Dstring_container_offset_behaviour.phpt658file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_string_container_{$failuresNb}.txt", $var…
692file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_string_container_{$failuresNb}.txt", $var…

Completed in 114 milliseconds

12345678910>>...15