Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 26 – 50 of 507) sorted by path

12345678910>>...21

/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt14 $xsd = file_get_contents(__DIR__."/book.xsd");
H A DDOMDocument_validate_on_parse_variation.phpt14 $XMLStringGood = file_get_contents(__DIR__.'/note.xml');
H A DDOMNode_C14NFile_basic.phpt26 $content = file_get_contents($output);
H A Ddom_xinclude.phpt13 $data = file_get_contents(__DIR__."/xinclude.xml");
H A Ddomdocumentloadxml_test_method.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
H A Ddomdocumentloadxml_test_method_savexml.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
/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/html/encoding/
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…
H A DHTMLDocument_encoding_unicode_error.phpt10 Dom\HTMLDocument::createFromString(file_get_contents(__DIR__."/utf16le_error.html"));
/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/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…
H A DXMLDocument_fromString_02.phpt10 echo file_get_contents(__DIR__ . "/fromString_02.xml");
/php-src/ext/exif/tests/
H A Dgh10834.phpt22 $this->data = file_get_contents(__DIR__.'/bug50845.jpg');
/php-src/ext/
H A Dext_skel.php239 $source = file_get_contents($file);
/php-src/ext/ffi/tests/
H A D301-win32.phpt16 file_get_contents("$fn.in")
H A Dgh9698.phpt12 file_get_contents('badffi://x');

Completed in 81 milliseconds

12345678910>>...21