/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation5.phpt | 170 // 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 D | type.phpt | 159 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-7.1/Zend/tests/ |
H A D | settype_resource.phpt | 40 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.1/ext/standard/tests/filters/ |
H A D | filter_errors_convert_base64_decode.phpt | 2 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 D | bug77231.phpt | 2 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.1/ext/intl/tests/ |
H A D | uconverter_oop_basic.phpt | 2 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 D | uconverter_oop_subst.phpt | 2 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 D | uconverter_oop_callback_return.phpt | 2 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.1/ext/gmp/tests/ |
H A D | gmp_abs.phpt | 25 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 D | gmp_sub.phpt | 32 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 D | gmp_and.phpt | 35 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 D | gmp_init.phpt | 29 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 D | gmp_or.phpt | 35 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 D | gmp_xor.phpt | 35 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 D | gmp_nextprime.phpt | 35 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
|
H A D | gmp_sqrtrem.phpt | 63 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 D | gmp_sign.phpt | 29 Warning: gmp_sign(): Unable to convert variable to GMP - string is not an integer in %s on line %d 32 Warning: gmp_init(): Unable to convert variable to GMP - string is not an integer in %s on line %d 38 Warning: gmp_sign(): Unable to convert variable to GMP - wrong type in %s on line %d
|
H A D | gmp_com.phpt | 30 Warning: gmp_com(): Unable to convert variable to GMP - string is not an integer in %s on line %d 39 Warning: gmp_com(): Unable to convert variable to GMP - wrong type in %s on line %d 44 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | bug68532.phpt | 2 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.1/ext/iconv/tests/ |
H A D | bug76249.phpt | 2 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 D | iconv_stream_filter_delimiter.phpt | 16 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.1/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 61 static char* convert(const char* src, int src_len, int *new_len, const char* from_enc, const char* … in convert() function 119 return convert(s, len, newlen, encoding, "UTF-8"); in utf8_encode() 125 return convert(s, len, newlen, "UTF-8", encoding); in utf8_decode()
|
/PHP-7.1/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 2 zlib.deflate (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
H A D | zlib_filter_inflate.phpt | 2 zlib.inflate (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|
/PHP-7.1/ext/bz2/tests/ |
H A D | bz2_filter_decompress.phpt | 2 bzip2.decompress (with convert.base64-decode) 10 stream_filter_append($fp, 'convert.base64-decode', STREAM_FILTER_WRITE);
|