Home
last modified time | relevance | path

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

12345

/PHP-5.5/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.phpt159 string(42) "settype(): Cannot convert to resource type"
169 string(42) "settype(): Cannot convert to resource type"
172 string(42) "settype(): Cannot convert to resource type"
182 string(42) "settype(): Cannot convert to resource type"
185 string(42) "settype(): Cannot convert to resource type"
188 string(42) "settype(): Cannot convert to resource type"
191 string(42) "settype(): Cannot convert to resource type"
194 string(42) "settype(): Cannot convert to resource type"
197 string(42) "settype(): Cannot convert to resource type"
200 string(42) "settype(): Cannot convert to resource type"
[all …]
/PHP-5.5/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-5.5/ext/sybase_ct/tests/
H A Dtest_types.phpt28 convert(datetime, "2004-01-23") as "date",
30 convert(bit, 1) as "bit",
31 convert(smalldatetime, "2004-01-23") as "smalldate",
32 convert(char(10), "char") as "char10"
48 convert(datetime, "2004-01-23") as "date",
50 convert(bit, 1) as "bit",
51 convert(smalldatetime, "2004-01-23") as "smalldate",
52 convert(char(10), "char") as "char10"
/PHP-5.5/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 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-5.5/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-5.5/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(b"convert.iconv.ISO-8859-15/UTF-8")
14 . b'|' . urlencode(b"convert.iconv.UTF-8/ISO-8859-15")
/PHP-5.5/ext/iconv/tests/
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-5.5/ext/xmlrpc/libxmlrpc/
H A Dencodings.c60 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* … in convert() function
118 return convert(s, len, newlen, encoding, "UTF-8"); in utf8_encode()
124 return convert(s, len, newlen, "UTF-8", encoding); in utf8_decode()
/PHP-5.5/ext/gmp/tests/
H A D018.phpt63 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
66 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
87 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
90 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
95 Warning: gmp_sqrtrem(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D036.phpt39 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
42 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
45 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D016.phpt49 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
52 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
55 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
58 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D029.phpt44 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D030.phpt44 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D032.phpt44 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D006.phpt36 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
43 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D023.phpt47 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
53 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.5/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-5.5/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);

Completed in 60 milliseconds

12345