Home
last modified time | relevance | path

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

1...<<21

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation6.phpt64 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation7.phpt64 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation8.phpt64 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation12.phpt62 var_dump( file_get_contents($filename) );
H A Dftruncate_variation6-win32.phpt58 var_dump( file_get_contents($filename) );
H A Dftruncate_variation6.phpt58 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation9.phpt65 var_dump( file_get_contents($filename) );
H A Dfputcsv_variation13.phpt66 var_dump( file_get_contents($filename) );
/php-src/build/
H A Dgen_stub.php77 $stubCode = file_get_contents($stubFile);
90 $stubContent = $stubCode ?? file_get_contents($stubFile);
176 $arginfoCode = file_get_contents($arginfoFile);
5430 $xml = file_get_contents($pathName);
5611 $xml = file_get_contents($pathName);
5769 $xml = file_get_contents($pathName);
/php-src/sapi/fpm/tests/
H A Dtester.inc1379 $pidContent = file_get_contents($pidFile);
2079 print file_get_contents($accessLog);
2092 return file_get_contents($accessLog);
/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.php2865 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
H A Dbasic_functions_arginfo.h2634 ZEND_FUNCTION(file_get_contents);
3236 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 77 milliseconds

1...<<21