Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 1 – 25 of 357) sorted by path

12345678910>>...15

/php-src/.github/
H A Dnightly_matrix.php33 file_put_contents($branch_commit_cache_file, json_encode($branch_commit_map));
/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/Zend/tests/
H A Dbug52508.phpt8 file_put_contents($file, "a = 1");
H A Dbug60771.phpt5 file_put_contents('test.php',str_repeat('passed, ',1024));
H A Dbug63741.phpt5 file_put_contents(__DIR__."/bug63741.tmp.php",
H A Dbug66660.phpt7 file_put_contents(__DIR__."/bug66660.tmp.php", "<?php __CLASS__ ?>");
H A Dbug70748.phpt9 file_put_contents($ini_file, $ini);
H A Dbug78396.phpt2 Bug #78396: Second file_put_contents in Shutdown hangs script
7 file_put_contents(__DIR__ . '/bug78396.txt', '1', FILE_APPEND | LOCK_EX);
8 file_put_contents(__DIR__ . '/bug78396.txt', '2', FILE_APPEND | LOCK_EX);
H A Dclass_constants_003.phpt15 file_put_contents($filename, $class_data);
H A Dhalt_compiler2.phpt7 file_put_contents(__DIR__ . '/test1.php', $text);
10 file_put_contents(__DIR__ . '/test2.php', $text);
/php-src/Zend/tests/offsets/
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 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 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 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 Druntime_compile_time_offset_access.phpt41 file_put_contents($const_dim_filename, makeTestFile($container_orig, $offset));
59file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_{$failuresNb}_const.txt", $constOutput);
60file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_{$failuresNb}_var.txt", $varOutput);
61file_put_contents(__DIR__ . DIRECTORY_SEPARATOR . "debug_{$failuresNb}_test_case.txt", makeTestFil…
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…
/php-src/Zend/
H A Dzend_vm_gen.php3030 file_put_contents($filename, $contents);
/php-src/benchmark/
H A Dbenchmark.php49 file_put_contents($summaryFile, $result);
/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/bz2/tests/
H A Dbug71263.phpt31 file_put_contents($fn, $compressed);
/php-src/ext/curl/tests/
H A Dbug48207.phpt31 file_put_contents($tempname, "Hello World!\nHello World!");
H A Dbug77711.phpt16 file_put_contents($filename, "Test.");

Completed in 52 milliseconds

12345678910>>...15