Home
last modified time | relevance | path

Searched refs:decode (Results 26 – 50 of 53) sorted by relevance

123

/PHP-7.1/ext/standard/tests/serialize/
H A Dbug70219.phpt30 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
/PHP-7.1/ext/pgsql/tests/
H A Dbug37100_9.phpt18 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
H A Dbug37100.phpt19 pg_query("INSERT INTO test_bug VALUES (decode('0103AA000812','hex'))");
/PHP-7.1/ext/session/tests/
H A Dbug72562.phpt39 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%ebug72…
H A Dsession_decode_variation3.phpt51 Warning: session_decode(): Session is not active. You cannot decode session data in %s on line %d
/PHP-7.1/ext/mbstring/tests/
H A Dhtmlent.phpt26 // Using UTF-8 internally allows to encode/decode ALL characters.
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_print.c84 char *decode = phpdbg_decode_opline(op_array, opline); in phpdbg_print_function_helper() local
88 decode); in phpdbg_print_function_helper()
89 efree(decode); in phpdbg_print_function_helper()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c123 int error = pfc->data->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
216 …retval = pfc->data->m.decode(pfc->data->uncompressed_data->data, decompressed_size, compressed_dat… in MYSQLND_METHOD()
240 MYSQLND_METHOD(mysqlnd_pfc, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_… in MYSQLND_METHOD() argument
459 MYSQLND_METHOD(mysqlnd_pfc, decode),
H A Dmysqlnd_net.c420 int error = net->data->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
576 …retval = net->data->m.decode(net->uncompressed_data->data, decompressed_size, compressed_data, net… in MYSQLND_METHOD()
600 MYSQLND_METHOD(mysqlnd_net, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_… in MYSQLND_METHOD() argument
1176 MYSQLND_METHOD(mysqlnd_net, decode),
H A Dmysqlnd_structs.h1092 func_mysqlnd_pfc__decode decode; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.1/ext/imap/
H A Dphp_imap.c2529 char *decode; in PHP_FUNCTION() local
2538 if (decode == NULL) { in PHP_FUNCTION()
2552 char *decode; in PHP_FUNCTION() local
2561 if (decode == NULL) { in PHP_FUNCTION()
2575 char *decode; in PHP_FUNCTION() local
2584 if (decode == NULL) { in PHP_FUNCTION()
2598 char *decode; in PHP_FUNCTION() local
2607 if (decode == NULL) { in PHP_FUNCTION()
4313 decode = text; in PHP_FUNCTION()
4320 if (decode == NULL) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dconvert_uuencode_basic.phpt20 b"Here is a simple string to test convert_uuencode/decode",
H A Dhtml_entity_decode3.phpt2 html_entity_decode: Do not decode numerical entities that refer to non-SGML or otherwise disallowed…
H A Dhtml_entity_decode_macroman.phpt137 echo "Special test for  (shouldn't decode):\n";
153 Special test for  (shouldn't decode):
H A Dhtml_entity_decode_win1251.phpt137 echo "Special test for ˜ (shouldn't decode):\n";
153 Special test for ˜ (shouldn't decode):
/PHP-7.1/ext/session/
H A Dphp_session.h231 int (*decode)(PS_SERIALIZER_DECODE_ARGS); member
265 int (*decode)(PS_SERIALIZER_DECODE_ARGS));
H A Dsession.c246 if (PS(serializer)->decode(ZSTR_VAL(data), ZSTR_LEN(data)) == FAILURE) { in php_session_decode()
979 …nst char *name, zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS), int (*decode)(PS_SERIALIZER_DEC…
988 ps_serializers[i].decode = decode;
/PHP-7.1/ext/soap/interop/
H A Dtest.utility.php128 $v = $response->decode($return);
/PHP-7.1/ext/iconv/tests/
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
/PHP-7.1/ext/gd/
H A Dconfig.w3227 …CHECK_HEADER_ADD_INCLUDE("decode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
H A Dconfig.m476 test -f $i/include/webp/decode.h && GD_WEBP_DIR=$i && break
80 AC_MSG_ERROR([webp/decode.h not found.])
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c831 zend_long decode = 1; in php_stream_url_wrap_http_ex() local
834 decode = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()
836 if (decode) { in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/exif/
H A Dexif.c2621 char *decode; in exif_process_user_comment() local
2636 decode = "UCS-2BE"; in exif_process_user_comment()
2640 decode = "UCS-2LE"; in exif_process_user_comment()
2644 decode = ImageInfo->decode_unicode_be; in exif_process_user_comment()
2646 decode = ImageInfo->decode_unicode_le; in exif_process_user_comment()
2649 from = zend_multibyte_fetch_encoding(decode); in exif_process_user_comment()
/PHP-7.1/
H A Dphp.ini-development1718 ; Tell the jpeg decode to ignore warnings and try to create
1728 ; is used. For the decode settings you can distinguish between motorola and
1729 ; intel byte order. A decode setting cannot be empty.
1733 ; http://php.net/exif.decode-unicode-motorola
1736 ; http://php.net/exif.decode-unicode-intel
1742 ; http://php.net/exif.decode-jis-motorola
1745 ; http://php.net/exif.decode-jis-intel
H A Dphp.ini-production1718 ; Tell the jpeg decode to ignore warnings and try to create
1728 ; is used. For the decode settings you can distinguish between motorola and
1729 ; intel byte order. A decode setting cannot be empty.
1733 ; http://php.net/exif.decode-unicode-motorola
1736 ; http://php.net/exif.decode-unicode-intel
1742 ; http://php.net/exif.decode-jis-motorola
1745 ; http://php.net/exif.decode-jis-intel

Completed in 108 milliseconds

123