Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 111) sorted by last modified time

12345

/PHP-5.5/
H A Dphp.ini-development1056 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1056 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
/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);
/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/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt42 var_dump(sybase_select_ex($db, 'select convert(datetime, "notadate")'));
63 >>> Query: select convert(datetime, "notadate")
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/strings/
H A Dbug53021.phpt2 Bug #53021 (Failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1)
/PHP-5.5/ext/standard/tests/streams/
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(
/PHP-5.5/ext/standard/tests/math/
H A Dsrand_basic.phpt12 // Should return NULL if given anything that it can convert to long
H A Dmt_srand_basic.phpt5 // Should return NULL if given anything that it can convert to long
/PHP-5.5/ext/standard/tests/general_functions/
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 …]
H A Dgettype_settype_variation2.phpt177 // convert it to new type
H A Dgettype_settype_basic.phpt542 2: settype(): Cannot convert to resource type
554 2: settype(): Cannot convert to resource type
559 2: settype(): Cannot convert to resource type
571 2: settype(): Cannot convert to resource type
576 2: settype(): Cannot convert to resource type
581 2: settype(): Cannot convert to resource type
586 2: settype(): Cannot convert to resource type
591 2: settype(): Cannot convert to resource type
596 2: settype(): Cannot convert to resource type
601 2: settype(): Cannot convert to resource type
[all …]
H A Dgettype_settype_variation1.phpt170 // convert it to null
H A Dgettype_settype_variation3.phpt174 // convert it to new type
H A Dgettype_settype_variation4.phpt199 // convert it to new type
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 Dgettype_settype_variation6.phpt171 // convert it to null
H A Dgettype_settype_variation7.phpt170 // convert it to null
H A Dgettype_settype_variation8.phpt170 // convert it to null
/PHP-5.5/ext/standard/tests/filters/
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/standard/tests/file/
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/spl/tests/
H A Dspl_iterator_to_array_basic.phpt2 SPL: iterator_to_array, Test function to convert iterator to array
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string

Completed in 82 milliseconds

12345