Home
last modified time | relevance | path

Searched refs:convert (Results 101 – 114 of 114) sorted by path

12345

/PHP-7.4/ext/standard/tests/general_functions/
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/ext/standard/tests/math/
H A Dmt_srand_basic.phpt5 // Should return NULL if given anything that it can convert to long
H A Dsrand_basic.phpt12 // Should return NULL if given anything that it can convert to long
/PHP-7.4/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_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(
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 Dbug65483.phpt12 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug53021.phpt2 Bug #53021 (Failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1)
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re1003 /* we can't convert from packed to hash during unserialization, because
/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/
H A Dphp.ini-development1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
H A Dphp.ini-production1131 ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.

Completed in 39 milliseconds

12345