Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt144 // 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 Dtype.phpt163 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 Dgettype_settype_basic.phpt540 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.0/Zend/tests/
H A Dsettype_resource.phpt44 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.0/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt2 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 Dbug74267.phpt6 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 Dbug77231.phpt2 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 Dbug50363.phpt2 Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter)
9 stream_filter_append($b, 'convert.quoted-printable-decode', STREAM_FILTER_WRITE);
/PHP-8.0/ext/intl/tests/
H A Duconverter_oop_basic.phpt2 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 Duconverter_oop_subst.phpt2 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 Duconverter_oop_callback_return.phpt2 UConverter::convert() w/ Callback Return Values
35 var_dump($c->convert("\x80\x81\x82\x83"));
37 var_dump($c->convert("\xC3\xB1\xC3\xB2\xC3\xB3\xC3\xB4"));
/PHP-8.0/ext/standard/tests/file/
H A Dbug68532.phpt2 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 Dbug43008.phpt13 . urlencode("convert.iconv.ISO-8859-15/UTF-8")
16 . '|' . urlencode("convert.iconv.UTF-8/ISO-8859-15")
/PHP-8.0/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt93 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
101 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
109 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
127 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
135 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
143 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
161 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
169 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
177 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
195 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
[all …]
H A Dbug62934.phpt2 Bug #62934: mb_convert_kana() does not convert iteration marks
/PHP-8.0/ext/iconv/tests/
H A Dbug76249.phpt2 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 Diconv_stream_filter_delimiter.phpt16 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 Diconv_stream_filter.phpt16 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.0/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt2 zlib.deflate (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
H A Dzlib_filter_inflate.phpt2 zlib.inflate (with convert.base64-decode)
10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
/PHP-8.0/ext/bz2/tests/
H A Dbz2_filter_compress.phpt2 bzip2.compress (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
H A Dbz2_filter_decompress.phpt2 bzip2.decompress (with convert.base64-decode)
10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug64166.phpt11 $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 Dbug64166_3.phpt8 $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 Dbug64166_2.phpt11 $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(

Completed in 26 milliseconds

1234