Home
last modified time | relevance | path

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

12345

/php-src/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 …]
/php-src/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-src/Zend/tests/attributes/deprecated/functions/
H A Dthrowing_error_handler_001.phpt10 #[\Deprecated("convert to exception")]
22 #[\Deprecated("convert to exception")]
35 #[\Deprecated("convert to exception")]
48 $closure = #[\Deprecated("convert to exception")] function () {
59 #[\Deprecated("convert to exception")]
72 #[\Deprecated("convert to exception")]
86 Caught: Function test() is deprecated, convert to exception
87 Caught: Function test2() is deprecated, convert to exception
88 Caught: Method Clazz::test() is deprecated, convert to exception
89 Caught: Function {closure:%s:%d}() is deprecated, convert to exception
[all …]
/php-src/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-src/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
39 var_dump($c->convert("\x80\x81\x82\x83"));
41 var_dump($c->convert("\xC3\xB1\xC3\xB2\xC3\xB3\xC3\xB4"));
/php-src/win32/build/
H A Dmkico.sh3 convert php.svg -size 512x512 php.bmp
7 convert php.bmp -scale ${I}x${I} php-ico-${I}.png;
10 convert -adjoin php-ico-* php.ico
/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt90 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-src/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.phpt11 . urlencode("convert.iconv.ISO-8859-15/UTF-8")
14 . '|' . urlencode("convert.iconv.UTF-8/ISO-8859-15")
/php-src/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-…
/php-src/ext/gd/tests/
H A Dbug79945.phpt15 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
20 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
25 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
/php-src/ext/zlib/tests/
H A Dzlib_filter_inflate.phpt2 zlib.inflate (with convert.base64-decode)
10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
H A Dzlib_filter_deflate.phpt2 zlib.deflate (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
/php-src/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-src/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 31 milliseconds

12345