Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt170 // convert it to null
191 2: settype(): Cannot convert to resource type
197 2: settype(): Cannot convert to resource type
203 2: settype(): Cannot convert to resource type
209 2: settype(): Cannot convert to resource type
215 2: settype(): Cannot convert to resource type
221 2: settype(): Cannot convert to resource type
227 2: settype(): Cannot convert to resource type
234 2: settype(): Cannot convert to resource type
240 2: settype(): Cannot convert to resource type
[all …]
H A Dtype.phpt163 string(42) "settype(): Cannot convert to resource type"
173 string(42) "settype(): Cannot convert to resource type"
176 string(42) "settype(): Cannot convert to resource type"
186 string(42) "settype(): Cannot convert to resource type"
189 string(42) "settype(): Cannot convert to resource type"
192 string(42) "settype(): Cannot convert to resource type"
195 string(42) "settype(): Cannot convert to resource type"
198 string(42) "settype(): Cannot convert to resource type"
201 string(42) "settype(): Cannot convert to resource type"
204 string(42) "settype(): Cannot convert to resource type"
[all …]
/PHP-7.4/Zend/tests/
H A Dsettype_resource.phpt40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
72 Warning: settype(): Cannot convert to resource type in %s on line %d
75 Warning: settype(): Cannot convert to resource type in %s on line %d
[all …]
/PHP-7.4/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…
/PHP-7.4/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-7.4/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');
/PHP-7.4/ext/gmp/tests/
H A Dgmp_abs.phpt25 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
30 Warning: gmp_abs(): Unable to convert variable to GMP - wrong type in %s on line %d
36 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
39 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
48 Warning: gmp_abs(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_and.phpt35 Warning: gmp_and(): Unable to convert variable to GMP - string is not an integer in %s on line %d
46 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
49 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
52 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_init.phpt29 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
41 Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in %s on line %d
44 Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in %s on line %d
47 Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in %s on line %d
H A Dgmp_or.phpt35 Warning: gmp_or(): Unable to convert variable to GMP - string is not an integer in %s on line %d
46 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
49 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
52 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_sub.phpt32 Warning: gmp_sub(): Unable to convert variable to GMP - string is not an integer in %s on line %d
38 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
51 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
55 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_xor.phpt35 Warning: gmp_xor(): Unable to convert variable to GMP - string is not an integer in %s on line %d
46 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
49 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
52 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_nextprime.phpt35 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
38 Warning: gmp_nextprime(): Unable to convert variable to GMP - string is not an integer in %s on lin…
41 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt98 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
114 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
148 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
182 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
200 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
[all …]
/PHP-7.4/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-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c50 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* … in convert() function
103 return convert(s, len, newlen, encoding, "UTF-8"); in utf8_encode()
109 return convert(s, len, newlen, "UTF-8", encoding); in utf8_decode()
/PHP-7.4/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-7.4/ext/bz2/tests/
H A Dbz2_filter_decompress.phpt2 bzip2.decompress (with convert.base64-decode)
10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
H A Dbz2_filter_compress.phpt2 bzip2.compress (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);

Completed in 43 milliseconds

12345