Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.3/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.3/ext/standard/tests/strings/
H A Dconvert_uudecode_basic.phpt20 "Here is a simple string to test convert_uuencode/decode",
37 $decode = convert_uudecode($encode);
39 if ($decode != $string) {
40 var_dump($encode, $decode, $string);
H A Dstr_rot13_basic.phpt32 $decode = str_rot13($encode);
33 if (strcmp($str, $decode) == 0) {
H A Dhtmlspecialchars_basic.phpt45 echo "\nTry with double decode FALSE\n";
53 echo "\nTry with double decode TRUE\n";
89 Try with double decode FALSE
94 Try with double decode TRUE
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
H A Dconvert_uuencode_basic.phpt20 b"Here is a simple string to test convert_uuencode/decode",
/PHP-5.3/ext/zlib/tests/
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.3/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);
/PHP-5.3/ext/openssl/tests/
H A Dbug61124.phpt11 Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s
/PHP-5.3/ext/json/tests/
H A Dbug41403.phpt2 Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
/PHP-5.3/ext/standard/tests/file/
H A Dstream_rfc2397_006.phpt28 …:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unable to decode in %sstream_rfc239…
/PHP-5.3/ext/pgsql/tests/
H A Dbug37100.phpt18 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
H A Dbug37100_85.phpt18 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
/PHP-5.3/ext/session/tests/
H A Dsession_decode_variation3.phpt51 Warning: session_decode(): Unknown session.serialize_handler. Failed to decode session object in %s…
/PHP-5.3/ext/mbstring/tests/
H A Dhtmlent.phpt25 // Using UTF-8 internally allows to encode/decode ALL characters.
/PHP-5.3/ext/session/
H A Dphp_session.h167 int (*decode)(PS_SERIALIZER_DECODE_ARGS); member
195 int (*decode)(PS_SERIALIZER_DECODE_ARGS));
H A Dsession.c285 if (PS(serializer)->decode(val, vallen TSRMLS_CC) == FAILURE) { in php_session_decode()
1013 …alizer(const char *name, int (*encode)(PS_SERIALIZER_ENCODE_ARGS), int (*decode)(PS_SERIALIZER_DEC…
1022 ps_serializers[i].decode = decode;
/PHP-5.3/ext/imap/
H A Dphp_imap.c2470 char *text, *decode; in PHP_FUNCTION() local
2480 if (decode == NULL) { in PHP_FUNCTION()
2493 char *text, *decode; in PHP_FUNCTION() local
2503 if (decode == NULL) { in PHP_FUNCTION()
2516 char *text, *decode; in PHP_FUNCTION() local
2526 if (decode == NULL) { in PHP_FUNCTION()
2539 char *text, *decode; in PHP_FUNCTION() local
2549 if (decode == NULL) { in PHP_FUNCTION()
4263 decode = text; in PHP_FUNCTION()
4270 if (decode == NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/soap/interop/
H A Dtest.utility.php128 $v = $response->decode($return);
/PHP-5.3/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_net.c289 int error = net->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
446 …ret = net->m.decode(net->uncompressed_data->data, decompressed_size, compressed_data, net_payload_… in mysqlnd_read_compressed_packet_from_stream_and_fill_read_buffer()
470 MYSQLND_METHOD(mysqlnd_net, decode)(zend_uchar * uncompressed_data, size_t uncompressed_data_len, in MYSQLND_METHOD() argument
886 MYSQLND_METHOD(mysqlnd_net, decode),
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c752 long decode = 1; in php_stream_url_wrap_http_ex() local
757 decode = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
759 if (decode) { in php_stream_url_wrap_http_ex()
/PHP-5.3/ext/exif/
H A Dexif.c2644 char *decode; in exif_process_user_comment() local
2660 decode = "UCS-2BE"; in exif_process_user_comment()
2664 decode = "UCS-2LE"; in exif_process_user_comment()
2668 decode = ImageInfo->decode_unicode_be; in exif_process_user_comment()
2670 decode = ImageInfo->decode_unicode_le; in exif_process_user_comment()
2672 …*pszInfoPtr = php_mb_convert_encoding(szValuePtr, ByteCount, ImageInfo->encode_unicode, decode, &l… in exif_process_user_comment()
/PHP-5.3/
H A Dphp.ini-development1830 ; Tell the jpeg decode to ignore warnings and try to create
1840 ; is used. For the decode settings you can distinguish between motorola and
1841 ; intel byte order. A decode setting cannot be empty.
1845 ; http://php.net/exif.decode-unicode-motorola
1848 ; http://php.net/exif.decode-unicode-intel
1854 ; http://php.net/exif.decode-jis-motorola
1857 ; http://php.net/exif.decode-jis-intel

Completed in 81 milliseconds

12