Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 501 – 508 of 508) sorted by relevance

1...<<21

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt66 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation9.phpt65 var_dump( file_get_contents($filename) );
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar554 $source = '$xdebug = ' . file_get_contents($path) . ";\n";
836 $source = '$xdebug = ' . file_get_contents($path) . ";\n";
/php-src/ext/standard/
H A Dfile.c382 PHP_FUNCTION(file_get_contents) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2885 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
H A Dbasic_functions_arginfo.h2686 ZEND_FUNCTION(file_get_contents);
3328 ZEND_FE(file_get_contents, arginfo_file_get_contents)
/php-src/Zend/
H A Dzend_vm_gen.php3023 $orig_contents = file_get_contents($filename);
/php-src/sapi/cgi/tests/
H A Dbug69487.phpt11 var_dump(strlen(file_get_contents('php://input')));

Completed in 68 milliseconds

1...<<21