Home
last modified time | relevance | path

Searched refs:fopen (Results 151 – 175 of 1248) sorted by path

12345678910>>...50

/php-src/ext/gd/tests/
H A Dbug66590.phpt19 $stream = fopen($filename, 'rb');
H A Dbug72339.phpt22 $fh = fopen($fname, "w");
H A Dbug73549.phpt13 $stream = fopen(__DIR__ . DIRECTORY_SEPARATOR . 'bug73549.png', 'w');
H A Dbug81739.phpt7 $s = fopen(__DIR__ . "/font.font", "w");
H A Dcreatefromwbmp2.phpt12 $fp = fopen($filename,"wb");
H A Dcreatefromwbmp2_extern.phpt12 $fp = fopen($filename,"wb");
H A Dimageloadfont_end_of_file_while_reading_header.phpt14 $fp = fopen($filename, 'wb');
21 $fp = fopen($filename, 'wb');
H A Dimageloadfont_invalid.phpt9 $fp = fopen($filename, 'wb');
/php-src/ext/gmp/tests/
H A Dgmp_div_q.phpt29 $fp = fopen(__FILE__, 'r');
H A Dgmp_div_qr.phpt35 $fp = fopen(__FILE__, 'r');
H A Dgmp_div_r.phpt29 $fp = fopen(__FILE__, 'r');
H A Dgmp_strval.phpt19 $fp = fopen(__FILE__, "r");
/php-src/ext/hash/tests/
H A Dhash_file_basic1.phpt10 if (($fp = fopen( $file, "w+")) == FALSE) {
H A Dhash_hmac_file_basic.phpt11 if (($fp = fopen( $file, "w+")) == FALSE) {
/php-src/ext/iconv/tests/
H A Dbug76249.phpt7 $fh = fopen('php://memory', 'rw');
H A Diconv_stream_filter.phpt9 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
H A Diconv_stream_filter_delimiter.phpt9 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
29 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
/php-src/ext/intl/tests/
H A Dmsgfmt_format_error6.phpt14 var_dump($mf->format(array("foo" => 'bar', 7 => fopen('php://memory', 'r+'))));
/php-src/ext/json/tests/
H A Dbug73254.phpt8 $fp = fopen('php://temp', 'r');
H A Djson_encode_basic.phpt12 $fp = fopen(__FILE__, "r");
H A Dunsupported_type_error.phpt6 $resource = fopen(__FILE__, "r");
/php-src/ext/libxml/tests/
H A Dbug61367-read.phpt45 $s = fopen( 'exploit://', 'r' );
H A Dbug61367-read_2.phpt46 $s = fopen( 'exploit://', 'r' );
H A Dbug61367-write.phpt30 $s = fopen( 'exploit://', 'r' );
H A Dbug63389.phpt7 $fp = fopen("php://input", "r");

Completed in 58 milliseconds

12345678910>>...50