Home
last modified time | relevance | path

Searched refs:encode (Results 26 – 47 of 47) sorted by relevance

12

/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re595 if (encode) {
603 if (encode) {
758 if (encode) {
795 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 1);
801 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 0);
837 static inline int php_url_scanner_reset_var_impl(zend_string *name, int encode, int type)
861 if (encode) {
957 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode)
959 return php_url_scanner_reset_var_impl(name, encode, 1);
963 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode)
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_encode_variation8.phpt35 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt29 $data = "A small string to encode\n";
H A Dgzencode_variation2.phpt28 $data = "A small string to encode\n";
/PHP-7.4/ext/soap/
H A Dphp_sdl.c518 h->encode = h->element->encode; in wsdl_soap_binding_header()
715 param->encode = param->element->encode; in wsdl_message()
1245 attr->encode = encoders[i]; in sdl_deserialize_attribute()
1548 const encode *enc; in get_sdl_from_cache()
2116 const encode *enc; in add_sdl_to_cache()
2462 if (pheader->encode && pheader->encode->details.sdl_type) { in make_persistent_sdl_function_headers()
2466 pheader->encode = penc; in make_persistent_sdl_function_headers()
2523 if (pparam->encode && pparam->encode->details.sdl_type) { in make_persistent_sdl_parameters()
2527 pparam->encode = penc; in make_persistent_sdl_parameters()
2620 if (pattr->encode) { in make_persistent_sdl_attribute()
[all …]
H A Dsoap.c531 const encode* enc; in php_soap_prepare_globals()
3372 enc = param->encode;
4351 enc = hdr->encode;
4443 enc = param->encode;
4589 if (param->encode && param->encode->details.type_str) {
4602 if (param->encode && param->encode->details.type_str) {
4626 if (param->encode && param->encode->details.type_str) {
4687 if (type->encode) {
4729 if (type->encode &&
4770 elementType->encode && elementType->encode->details.type_str) {
[all …]
H A Dphp_soap.h48 typedef struct _encode encode, *encodePtr; typedef
H A Dphp_packet_soap.c326 master_to_zval(&tmp, param->encode, val); in parse_packet_soap()
410 enc = hdr->encode; in parse_packet_soap()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
H A Dhtmlentities22.phpt2 htmlentities() / htmlspecialchars() ENT_DISALLOWED with entities and no double encode
/PHP-7.4/ext/mbstring/tests/
H A Dhtmlent.phpt25 // Using UTF-8 internally allows to encode/decode ALL characters.
/PHP-7.4/ext/xmlrpc/tests/
H A D003.phpt2 xmlrpc_encode() Simple test encode array
/PHP-7.4/ext/session/
H A Dphp_session.h227 zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS); member
262 zend_string *(*encode)(PS_SERIALIZER_ENCODE_ARGS),
H A Dsession.c237 return PS(serializer)->encode(); in php_session_encode()
1035 PHPAPI int php_session_register_serializer(const char *name, zend_string *(*encode)(PS_SERIALIZER_E… in php_session_register_serializer()
1043 ps_serializers[i].encode = encode; in php_session_register_serializer()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c62 …if (PASS == pfc->data->m.encode((compress_buf + COMPRESSED_HEADER_SIZE + MYSQLND_HEADER_SIZE), &tm… in write_compressed_packet()
290 MYSQLND_METHOD(mysqlnd_pfc, encode)(zend_uchar * compress_buffer, size_t * compress_buffer_len, in MYSQLND_METHOD() argument
485 MYSQLND_METHOD(mysqlnd_pfc, encode),
H A Dmysqlnd_structs.h1137 func_mysqlnd_pfc__encode encode; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/ext/gd/
H A Dconfig.w3227 …CHECK_HEADER_ADD_INCLUDE("encode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
/PHP-7.4/
H A Dphp.ini-development1707 ; given by corresponding encode setting. When empty mbstring.internal_encoding
1710 ; http://php.net/exif.encode-unicode
1719 ; http://php.net/exif.encode-jis
H A Dphp.ini-production1707 ; given by corresponding encode setting. When empty mbstring.internal_encoding
1710 ; http://php.net/exif.encode-unicode
1719 ; http://php.net/exif.encode-jis
H A DNEWS2606 . Fixed bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string). (cmb)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3805 # https://encode.ru/threads/456-zpaq-updates/page32
26578 # Using the -a or -base64 option, OpenSSL will base64-encode the data.
27823 # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
H A Dmagic3805 # https://encode.ru/threads/456-zpaq-updates/page32
26578 # Using the -a or -base64 option, OpenSSL will base64-encode the data.
27823 # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)

Completed in 202 milliseconds

12