Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 151 – 175 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/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.phpt26 var_dump(file_get_contents($pname.'/'.$name));
47 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_readU.phpt26 var_dump(file_get_contents($pname.'/'.$name));
47 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_gobyebye.phpt21 echo file_get_contents("foo/hi");
37 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
H A D015.phpt18 echo file_get_contents($pname .'/a');
H A D015b.phpt18 var_dump(file_get_contents($pname . '/a'));
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dblog.phar.inc16 var_dump(file_get_contents("config.xml"));
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_001.phpt18 echo file_get_contents($doc_dest);
H A D005.phpt25 echo file_get_contents($doc_dest);
H A D006.phpt21 echo file_get_contents($doc_dest);
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_004.phpt19 var_dump(@file_get_contents($stream));
H A Dbug43008.phpt16 var_dump(urlencode(file_get_contents($url)));
/PHP-5.5/ext/openssl/tests/
H A D005.phpt11 $csr = file_get_contents(dirname(__FILE__) . '/005_crt.txt');
H A Dcve2013_4073.phpt8 $cert = file_get_contents(__DIR__ . '/cve2013_4073.pem');
/PHP-5.5/ext/phar/tests/files/
H A Dblog.phar.inc18 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
/PHP-5.5/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt11 $image = file_get_contents(dirname(__FILE__) . '/php.gif');
H A D18pg_escape_bytea_esc.phpt14 $image = file_get_contents(dirname(__FILE__) . '/php.gif');
H A D18pg_escape_bytea_hex.phpt17 $image = file_get_contents(dirname(__FILE__) . '/php.gif');
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_savexml_basic.phpt32 $result = file_get_contents($filename);
H A DDOMDocument_schemaValidateSource_error2.phpt15 $xsd = file_get_contents(dirname(__FILE__)."/book-non-conforming-schema.xsd");
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt2 Test compress.zlib:// scheme with the file_get_contents
H A Dzlib_scheme_file_read_file_basic.phpt2 Test compress.zlib:// scheme with the file_get_contents
/PHP-5.5/ext/xsl/tests/
H A Dxslt007.phpt12 print file_get_contents(dirname(__FILE__)."/out.xml");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt34 $file, filesize($file), file_get_contents($file),
51 $file, filesize($file), file_get_contents($file),

Completed in 29 milliseconds

12345678910>>...15