Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 1 – 25 of 507) sorted by last modified time

12345678910>>...21

/php-src/ext/standard/tests/file/
H A D002.phpt31 echo file_get_contents($name);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2877 function file_get_contents(string $filename, bool $use_include_path = false, $context = null, int $…
H A Dbasic_functions_arginfo.h2668 ZEND_FUNCTION(file_get_contents);
3306 ZEND_FE(file_get_contents, arginfo_file_get_contents)
/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);
5317 $xml = file_get_contents($pathName);
5496 $xml = file_get_contents($pathName);
5652 $xml = file_get_contents($pathName);
/php-src/ext/dom/tests/modern/common/
H A Dnamespace_sxe_interaction.phpt30 echo file_get_contents(__DIR__ . "/namespace_sxe_interaction1.xml"), "\n";
31 echo file_get_contents(__DIR__ . "/namespace_sxe_interaction2.xml"), "\n";
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromString_02.phpt10 echo file_get_contents(__DIR__ . "/fromString_02.xml");
H A DXMLDocument_createFromString_override_encoding.phpt9 …Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncoding: 'no…
15 $dom = Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncodin…
20 $dom = Dom\XMLDocument::createFromString(file_get_contents(__DIR__ . '/dummy.xml'), overrideEncodin…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_DOM_HTML_NO_DEFAULT_NS.phpt8 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HT…
14 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HT…
H A DHTMLDocument_fromString_parser_warning_01.phpt8 $html = file_get_contents(__DIR__."/parser_warning_01.html");
H A DHTMLDocument_fromString_parser_warning_02.phpt8 $html = file_get_contents(__DIR__."/parser_warning_02.html");
H A DHTMLDocument_fromString_parser_warning_03.phpt8 $html = file_get_contents(__DIR__."/parser_warning_03.html");
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_unicode_error.phpt10 Dom\HTMLDocument::createFromString(file_get_contents(__DIR__."/utf16le_error.html"));
H A DHTMLDocument_GB18030.phpt14 var_dump(file_get_contents(__DIR__ . "/gb18030_output.tmp") === $output);
H A DHTMLDocument_Shift_JIS.phpt14 var_dump(file_get_contents(__DIR__ . "/shift_jis.tmp") === $output);
H A DHTMLDocument_UTF16BE_BOM.phpt14 var_dump(file_get_contents(__DIR__ . "/utf16be_bom_output.tmp") === $output);
H A DHTMLDocument_UTF16LE_BOM.phpt14 var_dump(file_get_contents(__DIR__ . "/utf16le_bom_output.tmp") === $output);
H A DHTMLDocument_UTF8_BOM.phpt14 var_dump(file_get_contents(__DIR__ . "/utf8_bom_output.tmp") === $output);
H A DHTMLDocument_Windows1251.phpt14 var_dump(file_get_contents(__DIR__ . "/windows1251_output.tmp") === $output);
H A DHTMLDocument_createFromString_override_encoding.phpt9 …Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . '/gb18030_without_charset.html'), o…
15 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . '/gb18030_without_charset.htm…
20 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . '/fallback_encoding.html'), o…
/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/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);
/php-src/scripts/dev/
H A Dbless_tests.php21 $phpt = file_get_contents($path);
22 $out = file_get_contents($outPath);
/php-src/ext/opcache/tests/
H A Dgh8846.phpt25 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php');
27 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php?skip=1');
/php-src/scripts/gdb/
H A Ddebug_gdb_scripts_gen.php10 $gdbscript = file_get_contents(sprintf("%s/.gdbinit", $rootDir));
11 $pyscript = file_get_contents(sprintf("%s/php_gdb.py", __DIR__));

Completed in 90 milliseconds

12345678910>>...21