Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 1 – 25 of 505) sorted by path

12345678910>>...21

/php-src/.github/
H A Dnightly_matrix.php18 …$branch_commit_map = json_decode(file_get_contents($branch_commit_cache_file), JSON_THROW_ON_ERROR…
126 $content = file_get_contents($file);
/php-src/.github/workflows/
H A Dnightly.yml438 …php -r '$c = file_get_contents("tests/Filesystem/FilesystemTest.php"); $c = str_replace("public fu…
481 …php -r '$c = file_get_contents("src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.…
483 …php -r '$c = file_get_contents("src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php"); …
/php-src/Zend/tests/
H A Dgh11138.phpt19 echo file_get_contents($destination), "\n";
H A Dlist_keyed_non_literals.phpt14 define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2"));
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt18 $fileContent = file_get_contents(__DIR__ . '/test_variable_offsets.inc');
/php-src/Zend/
H A Dzend_vm_gen.php3023 $orig_contents = file_get_contents($filename);
/php-src/benchmark/
H A Dgenerate_diff.php21 $headSummary = json_decode(file_get_contents($headSummaryFile), true);
22 $baseSummary = json_decode(file_get_contents($baseSummaryFile), true);
/php-src/build/
H A Dgen_stub.php77 $stubCode = file_get_contents($stubFile);
88 $fileInfo = parseStubFile($stubCode ?? file_get_contents($stubFile));
167 $arginfoCode = file_get_contents($arginfoFile);
5310 $xml = file_get_contents($pathName);
5489 $xml = file_get_contents($pathName);
5645 $xml = file_get_contents($pathName);
/php-src/ext/bz2/tests/
H A Dbug81092.phpt13 var_dump(strlen(bzdecompress(file_get_contents(__DIR__ . "/81092.bz2"))));
/php-src/ext/com_dotnet/tests/
H A Dbug66431_0.phpt16 $check_text = file_get_contents($fpath);
/php-src/ext/curl/
H A Dconfig.w3210 var m = reg.exec(file_get_contents(PHP_PHP_BUILD + "/include/curl/curlver.h"));
/php-src/ext/curl/tests/
H A Dcurl_read_callback.phpt38 $sOutput = file_get_contents($sWriteFile);
H A Dcurl_read_trampoline.phpt35 $sOutput = file_get_contents($sWriteFile);
H A Dcurl_reset.phpt30 echo file_get_contents($test_file);
H A Dcurl_setopt_basic002.phpt30 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
42 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
H A Dcurl_setopt_ssl.phpt39 $serverCert = file_get_contents($serverCertPath);
43 $serverKey = file_get_contents($serverKeyPath);
47 $clientCert = file_get_contents($clientCertPath);
51 $clientKey = file_get_contents($clientKeyPath);
H A Dcurl_write_file.phpt30 echo file_get_contents($test_file);
/php-src/ext/curl/tests/responder/
H A Dget.inc8 var_dump(file_get_contents('php://input'));
/php-src/ext/date/tests/
H A Dunserialize-test.phpt15 $s = file_get_contents(__DIR__ . "/{$file}");
/php-src/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt22 echo file_get_contents($filename);
H A DDOMDocument_saveHTMLFile_formatOutput.phpt23 echo file_get_contents($filename);
H A DDOMDocument_savexml_basic.phpt30 $result = file_get_contents($filename);
H A DDOMDocument_schemaValidateSource_addAttrs.phpt14 $xsd = file_get_contents(__DIR__."/book.xsd");
H A DDOMDocument_schemaValidateSource_basic.phpt15 $xsd = file_get_contents(__DIR__."/book.xsd");
H A DDOMDocument_schemaValidateSource_error2.phpt15 $xsd = file_get_contents(__DIR__."/book-non-conforming-schema.xsd");

Completed in 53 milliseconds

12345678910>>...21