Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_2.phpt38 var_dump(file_get_contents($fn));
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_016.phpt31 return (string)@file_get_contents($this->path . $id);
H A Dsession_set_save_handler_class_017.phpt31 return (string)@file_get_contents($this->path . $id);
H A Dsession_set_save_handler_iface_003.phpt28 return (string)@file_get_contents($this->path . $id);
H A Dsession_set_save_handler_sid_002.phpt30 return @file_get_contents($this->path . $id);
H A Dsession_set_save_handler_class_018.phpt31 return (string)@file_get_contents($this->path . $id);
/php-src/ext/dom/tests/modern/html/encoding/
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);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_02.phpt8 $html = file_get_contents(__DIR__."/parser_warning_02.html");
/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/openssl/tests/
H A Dbug65538_001.phpt51 $html = file_get_contents($serverUri, false, $clientCtx);
H A Dbug74720_1.phpt76 var_dump(strpos(file_get_contents($outPath), $content) !== false);
H A Dbug74903.phpt68 $result = file_get_contents($tmpFileOut);
H A Dopenssl_cms_verify_basic.phpt27 var_dump(file_get_contents($pkcsfile));
H A Dopenssl_pkcs7_verify_basic.phpt30 var_dump(file_get_contents($pkcsfile));
H A Dbug65538_003.phpt56 $html = file_get_contents($serverUri, false, $clientCtx);
H A Dopenssl_csr_export_to_file_basic.phpt42 var_dump(file_get_contents($csrfile));
/php-src/ext/phar/
H A Dmakestub.php2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php'));
/php-src/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt38 $private = openssl_get_privatekey(file_get_contents(__DIR__ . '/files/private.pem'));
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt26 echo file_get_contents($alias . '/internal/file/here');
/php-src/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt39 $data = file_get_contents($filename);
/php-src/ext/zip/tests/
H A Dbug80833.phpt27 var_dump(file_get_contents("zip://" . __DIR__ . "/80833.zip#test.txt", false, $c));
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt18 $fileContent = file_get_contents(__DIR__ . '/test_variable_offsets.inc');
/php-src/ext/dom/tests/
H A Ddom_xinclude.phpt11 $data = file_get_contents(__DIR__."/xinclude.xml");
/php-src/ext/soap/tests/bugs/
H A Dbug55639.phpt29 file_get_contents("php://input");

Completed in 22 milliseconds

1...<<1112131415161718192021