Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 176 – 200 of 472) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/standard/tests/file/
H A Dbug35781.phpt15 var_dump(file_get_contents($filename));
H A Dlink_win32.phpt19 $linkcontent = file_get_contents($linkname);
H A Dbug43008.phpt18 var_dump(urlencode(file_get_contents($url)));
H A Dstream_rfc2397_004.phpt19 var_dump(@file_get_contents($stream));
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dblog.phar.inc16 var_dump(file_get_contents("config.xml"));
/PHP-7.4/ext/phar/tests/
H A D012.phpt22 echo file_get_contents('phar://hio/a');
H A D031.phpt18 var_dump(file_get_contents($pname));
H A Dphar_metadata_read.phpt25 var_dump(file_get_contents($pname.'/'.$name));
46 var_dump(file_get_contents($pname.'/'.$name));
H A Daddfuncs.phpt13 echo file_get_contents($pname . '/a') . "\n";
15 echo file_get_contents($pname . '/b') . "\n";
/PHP-7.4/ext/openssl/tests/
H A Dbug61930.phpt9 $cert = file_get_contents(__DIR__.'/cert.crt');
H A Dbug64802.phpt10 $cert = file_get_contents(__DIR__.'/bug64802.pem');
H A Dopenssl_pkcs12_export_basic.phpt8 $cert = file_get_contents($cert_file);
11 $priv = file_get_contents($priv_file);
/PHP-7.4/ext/standard/tests/http/
H A Dbug73297.phpt26 echo file_get_contents('http://127.0.0.1:12342/', false, $ctx);
H A Dbug75535.phpt17 var_dump(file_get_contents('http://127.0.0.1:22351/'));
H A Dhttp_response_header_04.phpt18 $f = file_get_contents('http://127.0.0.1:22349/');
H A Dhttp_response_header_01.phpt18 $f = file_get_contents('http://127.0.0.1:22346/');
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_001.phpt17 echo file_get_contents($doc_dest);
/PHP-7.4/ext/standard/tests/mail/
H A Dbug54298.phpt13 echo file_get_contents('bug54298.eml');
/PHP-7.4/ext/phar/tests/files/
H A Dblog.phar.inc18 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
/PHP-7.4/ext/standard/tests/strings/
H A Dfprintf_variation_004.phpt22 print_r(file_get_contents($data_file));
H A Dfprintf_variation_005.phpt22 print_r(file_get_contents($data_file));
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error2.phpt15 $xsd = file_get_contents(__DIR__."/book-non-conforming-schema.xsd");
/PHP-7.4/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt11 $image = file_get_contents(__DIR__ . '/php.gif');
H A D18pg_escape_bytea_esc.phpt14 $image = file_get_contents(__DIR__ . '/php.gif');
H A D18pg_escape_bytea_hex.phpt17 $image = file_get_contents(__DIR__ . '/php.gif');

Completed in 79 milliseconds

12345678910>>...19