Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/php-src/ext/standard/tests/strings/
H A Dfprintf_variation_001.phpt28 print_r(file_get_contents($data_file));
H A Dfprintf_variation_002.phpt28 print_r(file_get_contents($data_file));
H A Dfprintf_variation_009.phpt28 print_r(file_get_contents($data_file));
H A Dvfprintf_basic2.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic7.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic7_64bit.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic1.phpt30 print_r(file_get_contents($data_file));
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt13 $thisfile = file_get_contents(__FILE__);
H A Dbug_40189.phpt18 var_dump(file_get_contents(__DIR__ . '/test.other'));
/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_UTF8_BOM.phpt14 var_dump(file_get_contents(__DIR__ . "/utf8_bom_output.tmp") === $output);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_01.phpt8 $html = file_get_contents(__DIR__."/parser_warning_01.html");
/php-src/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt93 echo @file_get_contents("test1://hello"),"\n";
95 echo @file_get_contents("test2://hello"),"\n";
H A Dsymlink_link_linkinfo_is_link_variation3.phpt38 $data_from_link = file_get_contents($linkname); // data read from $filename
60 $data_from_file = file_get_contents($filename);
82 $data_from_link = file_get_contents($linkname);
/php-src/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt42 $pam_service = file_get_contents('/etc/pam.d/mysql');
49 $pam_service = file_get_contents('/etc/pam.d/mysql-unix');
51 $pam_service = file_get_contents('/etc/pam.d/mysql');
/php-src/ext/phar/tests/
H A D011.phpt22 echo file_get_contents('phar://hio/a');
H A D010.phpt21 echo file_get_contents('phar://hio/a');
/php-src/ext/curl/tests/
H A Dcurl_write_file.phpt30 echo file_get_contents($test_file);
/php-src/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt39 $csr_file = file_get_contents(__DIR__ . '/cert.csr');
/php-src/ext/standard/tests/http/request_parse_body/
H A Dmultipart.phpt26 var_dump(file_get_contents($file_path));
/php-src/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput_gte_2_13.phpt27 echo file_get_contents($filename);
/php-src/ext/xmlwriter/tests/
H A D010.phpt38 var_dump(file_get_contents($file));
/php-src/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt28 var_dump(file_get_contents($out_fl));
/php-src/ext/standard/tests/mail/
H A Dmail_basic2.phpt29 echo file_get_contents($outFile);

Completed in 27 milliseconds

1...<<1112131415161718192021