/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation5.phpt | 144 // convert it to resource 166 Cannot convert to resource type 171 Cannot convert to resource type 176 Cannot convert to resource type 181 Cannot convert to resource type 186 Cannot convert to resource type 191 Cannot convert to resource type 196 Cannot convert to resource type 202 Cannot convert to resource type 207 Cannot convert to resource type [all …]
|
H A D | type.phpt | 163 Error: Cannot convert to resource type 172 Error: Cannot convert to resource type 174 Error: Cannot convert to resource type 183 Error: Cannot convert to resource type 185 Error: Cannot convert to resource type 187 Error: Cannot convert to resource type 189 Error: Cannot convert to resource type 191 Error: Cannot convert to resource type 193 Error: Cannot convert to resource type 195 Error: Cannot convert to resource type [all …]
|
H A D | gettype_settype_basic.phpt | 540 Cannot convert to resource type 542 Cannot convert to resource type 544 Cannot convert to resource type 546 Cannot convert to resource type 548 Cannot convert to resource type 550 Cannot convert to resource type 552 Cannot convert to resource type 554 Cannot convert to resource type 556 Cannot convert to resource type 558 Cannot convert to resource type [all …]
|
/PHP-8.1/Zend/tests/ |
H A D | settype_resource.phpt | 44 Cannot convert to resource type 46 Cannot convert to resource type 48 Cannot convert to resource type 50 Cannot convert to resource type 52 Cannot convert to resource type 54 Cannot convert to resource type 56 Cannot convert to resource type 59 Cannot convert to resource type 68 Cannot convert to resource type 70 Cannot convert to resource type [all …]
|
/PHP-8.1/ext/standard/tests/filters/ |
H A D | filter_errors_convert_base64_decode.phpt | 2 Filter errors: convert.base64-decode 4 <?php require 'filter_errors.inc'; filter_errors_skipif('convert.base64-decode'); ?> 8 filter_errors_test('convert.base64-decode', '==='); 13 Warning: stream_filter_append(): Stream filter (convert.base64-decode): invalid byte sequence in %s 18 Warning: stream_get_contents(): Stream filter (convert.base64-decode): invalid byte sequence in %s
|
H A D | bug74267.phpt | 6 stream_filter_append($stream, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE, ['line-break-… 23 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on … 25 Warning: fwrite(): Stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
|
H A D | bug77231.phpt | 2 Bug #77231 (Segfault when using convert.quoted-printable-encode filter) 5 var_dump(file(urldecode('php://filter/convert.quoted-printable-encode/resource=data://,%bfAAAAAAAAF…
|
H A D | bug50363.phpt | 2 Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter) 9 stream_filter_append($b, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE);
|
/PHP-8.1/ext/intl/tests/ |
H A D | uconverter_oop_basic.phpt | 2 Basic UConverter::convert() usage 8 var_dump($c->convert("This is an ascii string")); 10 var_dump(urlencode($c->convert("Espa\xF1ol"))); // U+00F1 LATIN SMALL LETTER N WITH TILDE 11 var_dump(urlencode($c->convert("Stra\xDFa"))); // U+00DF LATIN SMALL LETTER SHARP S 12 var_dump(urlencode($c->convert("Stra\xC3\x9Fa", true))); // Reverse prior op 15 var_dump(bin2hex($k->convert("\xE4"))); // U+0414 CYRILLIC CAPITAL LETTER DE
|
H A D | uconverter_oop_subst.phpt | 2 Basic UConverter::convert() w/ Subsitution 16 var_dump($c->convert("This is an ascii string")); 17 var_dump($c->convert("Snowman: (\xE2\x98\x83)"));
|
H A D | uconverter_oop_callback_return.phpt | 2 UConverter::convert() w/ Callback Return Values 39 var_dump($c->convert("\x80\x81\x82\x83")); 41 var_dump($c->convert("\xC3\xB1\xC3\xB2\xC3\xB3\xC3\xB4"));
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_convert_encoding_array2.phpt | 90 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 98 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 106 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 124 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 132 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 140 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 158 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 166 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 174 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d 192 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d [all …]
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | bug68532.phpt | 2 Bug #68532: convert.base64-encode omits padding bytes 9 $filter = stream_filter_append($stream, 'convert.base64-encode'); 16 $filter = stream_filter_append($fileStream , 'convert.base64-encode');
|
H A D | bug43008.phpt | 11 . urlencode("convert.iconv.ISO-8859-15/UTF-8") 14 . '|' . urlencode("convert.iconv.UTF-8/ISO-8859-15")
|
/PHP-8.1/ext/iconv/tests/ |
H A D | bug76249.phpt | 2 Bug #76249 (stream filter convert.iconv leads to infinite loop on invalid sequence) 10 if (false === @stream_filter_append($fh, 'convert.iconv.ucs-2/utf8//IGNORE', STREAM_FILTER_READ, []… 11 stream_filter_append($fh, 'convert.iconv.ucs-2/utf-8//IGNORE', STREAM_FILTER_READ, []);
|
H A D | iconv_stream_filter_delimiter.phpt | 16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP'); 23 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP.EUC-JP'); 30 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP\0EUC-JP'); 47 Warning: stream_filter_append(): Unable to create or locate filter "convert.iconv.ISO-2022-JP\0EUC-…
|
H A D | iconv_stream_filter.phpt | 16 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP'); 24 stream_filter_append($fp, 'convert.iconv.ISO-2022-JP/EUC-JP');
|
/PHP-8.1/ext/gd/tests/ |
H A D | bug79945.phpt | 12 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png'); 17 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png'); 22 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
|
/PHP-8.1/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 2 zlib.deflate (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
H A D | zlib_filter_inflate.phpt | 2 zlib.inflate (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|
/PHP-8.1/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 2 bzip2.compress (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
H A D | bz2_filter_decompress.phpt | 2 bzip2.decompress (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | bug64166.phpt | 11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array( 20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
|
H A D | bug64166_3.phpt | 8 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array( 20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array(
|
H A D | bug64166_2.phpt | 11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array( 22 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
|