Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 26 – 50 of 358) sorted by last modified time

12345678910>>...15

/php-src/Zend/tests/offsets/
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…
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…
/php-src/ext/xmlreader/tests/
H A D014.phpt13 file_put_contents($filename, $xmlstring);
H A Dlibxml_global_state_entity_loader_bypass.phpt23 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc24 file_put_contents($doc_root . '/' . ($router ?: 'index.php'), '<?php ' . $code . ' ?>');
H A Dphp_cli_server_016.phpt14 file_put_contents($info->docRoot . '/router.php', <<<'PHP'
/php-src/scripts/dev/
H A Dtidy.php83 file_put_contents($path, $code);
/php-src/ext/fileinfo/tests/
H A Dcve-2014-1943-mb.phpt15 file_put_contents($fd, $a);
20 file_put_contents($fd, $b);
21 file_put_contents($fm, $m);
H A Dcve-2014-1943.phpt15 file_put_contents($fd, $a);
20 file_put_contents($fd, $b);
21 file_put_contents($fm, $m);
/php-src/ext/standard/
H A Dfile.c452 PHP_FUNCTION(file_put_contents) in PHP_FUNCTION() argument
/php-src/Zend/
H A Dzend_vm_gen.php3030 file_put_contents($filename, $contents);
/php-src/ext/openssl/tests/
H A Dgh9339.phpt14 file_put_contents($configFile, sprintf($configCode, __DIR__ . '/' . str_repeat('a', 9000)));
/php-src/ext/phar/tests/
H A Dbug81211.phpt20 file_put_contents(__DIR__ . '/bug81211/foobar/file', 'this file should NOT be included in the archi…
/php-src/ext/simplexml/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt24 file_put_contents("libxml_global_state_entity_loader_bypass.tmp", $xml);
/php-src/ext/standard/tests/file/
H A Dgh13136.phpt37 file_put_contents(__DIR__ . "/gh13071.tmp", str_repeat("a", 1024 * 1024 * 8));
/php-src/benchmark/
H A Dbenchmark.php49 file_put_contents($summaryFile, $result);
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php85 file_put_contents(__DIR__ . '/encodings.txt', implode("\n", $ordered_name_list));
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_001.phpt32 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_iface_002.phpt64 return file_put_contents($handler->path . $id, $data);
H A Dsession_set_save_handler_sid_001.phpt33 return (bool)file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_sid_002.phpt34 return file_put_contents($this->path . $id, $data);
H A Dsession_set_save_handler_class_002.phpt35 return (bool)file_put_contents($this->path . $id, $data);

Completed in 61 milliseconds

12345678910>>...15