Home
last modified time | relevance | path

Searched refs:file_put_contents (Results 351 – 358 of 358) sorted by relevance

1...<<1112131415

/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc328 file_put_contents($zipfile, $write);
/php-src/sapi/fpm/tests/
H A Dtester.inc434 file_put_contents($iniFile, $ini);
1482 file_put_contents($filePath, $content);
/php-src/ext/standard/
H A Dfile.c452 PHP_FUNCTION(file_put_contents) in PHP_FUNCTION() argument
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.h2670 ZEND_FUNCTION(file_put_contents);
3308 ZEND_FE(file_put_contents, arginfo_file_put_contents)
/php-src/Zend/
H A Dzend_vm_gen.php3030 file_put_contents($filename, $contents);
/php-src/ext/phar/phar/
H A Dpharcommand.inc1111 file_put_contents($stub, $phar->getStub());
/php-src/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt16 file_put_contents($fname2, 'a');

Completed in 87 milliseconds

1...<<1112131415