/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 439 enc = encode; in master_to_xml_int() 496 encode = enc; in master_to_xml_int() 522 node = encode->to_xml(&encode->details, data, style, parent); in master_to_xml_int() 583 ret = encode->to_zval(&encode->details, data); in master_to_zval_int() 615 encode = enc; in master_to_zval() 1512 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex() 1560 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex() 1931 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object() 1956 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object() 3343 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval() [all …]
|
H A D | php_encoding.h | 191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent); 192 zval *master_to_zval(encodePtr encode, xmlNodePtr data); 208 encodePtr get_conversion(int encode); 213 extern encode defaultEncoding[];
|
H A D | php_sdl.h | 101 encodePtr encode; member 207 encodePtr encode; member 218 encodePtr encode; member 253 encodePtr encode; member
|
H A D | php_schema.c | 72 enc = emalloc(sizeof(encode)); in create_encoder() 74 memset(enc, 0, sizeof(encode)); in create_encoder() 337 cur_type->encode = emalloc(sizeof(encode)); in schema_simpleType() 338 memset(cur_type->encode, 0, sizeof(encode)); in schema_simpleType() 341 cur_type->encode->details.sdl_type = *ptr; in schema_simpleType() 1382 cur_type->encode = emalloc(sizeof(encode)); in schema_complexType() 1383 memset(cur_type->encode, 0, sizeof(encode)); in schema_complexType() 1386 cur_type->encode->details.sdl_type = *ptr; in schema_complexType() 1910 newAttr->encode = dummy_type->encode; in schema_attribute() 2072 attr->encode = (*tmp)->encode; in schema_attribute_fixup() [all …]
|
H A D | php_sdl.c | 519 h->encode = h->element->encode; in wsdl_soap_binding_header() 719 param->encode = param->element->encode; in wsdl_message() 1239 attr->encode = encoders[i]; in sdl_deserialize_attribute() 1335 type->encode = encoders[i]; in sdl_deserialize_type() 1479 tmp->encode = encoders[n]; in sdl_deserialize_soap_body() 1525 param->encode = encoders[n]; in sdl_deserialize_parameters() 2469 pheader->encode = *penc; in make_persistent_sdl_function_headers() 2530 if (pparam->encode && pparam->encode->details.sdl_type) { in make_persistent_sdl_parameters() 2534 pparam->encode = *penc; in make_persistent_sdl_parameters() 2635 if (pattr->encode) { in make_persistent_sdl_attribute() [all …]
|
H A D | soap.c | 3586 enc = (*param)->encode; 4063 hdr_enc = (*hdr)->encode; 4500 enc = (*hdr)->encode; 4614 enc = param->encode; 4764 if ((*param)->encode && (*param)->encode->details.type_str) { 4778 if ((*param)->encode && (*param)->encode->details.type_str) { 4804 if ((*param)->encode && (*param)->encode->details.type_str) { 4866 if (type->encode) { 4911 if (type->encode && 4953 elementType->encode && elementType->encode->details.type_str) { [all …]
|
H A D | php_soap.h | 51 typedef struct _encode encode, *encodePtr; typedef
|
H A D | php_packet_soap.c | 330 tmp = master_to_zval(param->encode, val); in parse_packet_soap() 415 enc = (*hdr)->encode; in parse_packet_soap()
|
/PHP-5.3/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 | gzencode_basic1.phpt | 37 // Clear OS byte before encode 48 // Clear OS byte before encode
|
H A D | gzencode_variation2.phpt | 20 $data = "A small string to encode\n";
|
/PHP-5.3/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 2 bzip2.compress (with convert.base64-encode) 11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | convert_uudecode_basic.phpt | 36 $encode = convert_uuencode($string); 37 $decode = convert_uudecode($encode); 40 var_dump($encode, $decode, $string);
|
H A D | str_rot13_basic.phpt | 31 $encode = str_rot13($str); 32 $decode = str_rot13($encode);
|
H A D | htmlentities18.phpt | 2 htmlentities() / htmlspecialchars() "don't double encode" flag support
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regexec.c | 1483 len = enc_len(encode, q); in match_at() 1846 mb_len = enc_len(encode, s); in match_at() 1958 mb_len = enc_len(encode, s); in match_at() 1970 n = enc_len(encode, s); in match_at() 1979 n = enc_len(encode, s); in match_at() 1988 n = enc_len(encode, s); in match_at() 2000 n = enc_len(encode, s); in match_at() 2019 n = enc_len(encode, s); in match_at() 2034 n = enc_len(encode, s); in match_at() 2057 n = enc_len(encode, s); in match_at() [all …]
|
H A D | README.ja | 111 sample/encode.c ���Ĥ���ʸ�������ǥ�������
|
/PHP-5.3/ext/session/tests/ |
H A D | session_encode_variation1.phpt | 34 Warning: session_encode(): Cannot encode non-existent session in %s on line %d 44 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
|
H A D | session_encode_variation2.phpt | 32 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
|
H A D | session_encode_variation8.phpt | 35 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_status.c | 55 int full, encode; in fpm_status_handle_request() local 132 encode = 0; in fpm_status_handle_request() 138 encode = 1; in fpm_status_handle_request() 212 encode = 1; in fpm_status_handle_request() 412 if (!encode) { in fpm_status_handle_request()
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | htmlent.phpt | 25 // Using UTF-8 internally allows to encode/decode ALL characters.
|
/PHP-5.3/ext/sqlite/ |
H A D | config.w32 | 28 ADD_SOURCES(configure_module_dirname + "/libsqlite/src", "opcodes.c parse.c encode.c \
|
H A D | config.m4 | 87 sqlite_extra_sources="libsqlite/src/encode.c" 94 libsqlite/src/parse.c libsqlite/src/encode.c \
|
/PHP-5.3/ext/session/ |
H A D | php_session.h | 166 int (*encode)(PS_SERIALIZER_ENCODE_ARGS); member 194 int (*encode)(PS_SERIALIZER_ENCODE_ARGS),
|