Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 46) sorted by relevance

12

/PHP-5.5/ext/standard/tests/file/
H A Dbug68532.phpt2 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-5.5/ext/standard/tests/streams/
H A Dbug64166.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
H A Dbug64166_3.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
8 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array(
20 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_WRITE, array(
H A Dbug64166_2.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - split reads
11 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
22 stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ, array(
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
12 $res = stream_filter_append($fd, 'convert.quoted-printable-encode', STREAM_FILTER_READ);
/PHP-5.5/ext/soap/
H A Dphp_encoding.c441 enc = encode; in master_to_xml_int()
502 encode = enc; in master_to_xml_int()
523 encode = *new_enc; in master_to_xml_int()
588 ret = encode->to_zval(&encode->details, data TSRMLS_CC); in master_to_zval_int()
619 encode = enc; in master_to_zval()
1503 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex()
1551 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex()
1921 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1946 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
3318 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval()
[all …]
H A Dphp_encoding.h191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
192 zval *master_to_zval(encodePtr encode, xmlNodePtr data TSRMLS_DC);
208 encodePtr get_conversion(int encode);
213 extern encode defaultEncoding[];
H A Dphp_sdl.h101 encodePtr encode; member
207 encodePtr encode; member
218 encodePtr encode; member
253 encodePtr encode; member
H A Dphp_schema.c72 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()
1390 cur_type->encode = emalloc(sizeof(encode)); in schema_complexType()
1391 memset(cur_type->encode, 0, sizeof(encode)); in schema_complexType()
1394 cur_type->encode->details.sdl_type = *ptr; in schema_complexType()
1934 newAttr->encode = dummy_type->encode; in schema_attribute()
2114 attr->encode = (*tmp)->encode; in schema_attribute_fixup()
[all …]
H A Dphp_sdl.c519 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 …]
/PHP-5.5/ext/bz2/tests/
H A Dbz2_filter_compress.phpt2 bzip2.compress (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt2 zlib.deflate (with convert.base64-encode)
11 stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
H A Dgzencode_basic1.phpt37 // Clear OS byte before encode
48 // Clear OS byte before encode
H A Dgzencode_variation2-win32.phpt24 $data = "A small string to encode\n";
H A Dgzencode_variation2.phpt24 $data = "A small string to encode\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_uudecode_basic.phpt36 $encode = convert_uuencode($string);
37 $decode = convert_uudecode($encode);
40 var_dump($encode, $decode, $string);
H A Dstr_rot13_basic.phpt31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
H A Dhtmlentities18.phpt2 htmlentities() / htmlspecialchars() "don't double encode" flag support
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1301 len = enclen(encode, q); in match_at()
1662 mb_len = enclen(encode, s); in match_at()
1774 mb_len = enclen(encode, s); in match_at()
1786 n = enclen(encode, s); in match_at()
1804 n = enclen(encode, s); in match_at()
1816 n = enclen(encode, s); in match_at()
1835 n = enclen(encode, s); in match_at()
1850 n = enclen(encode, s); in match_at()
1873 n = enclen(encode, s); in match_at()
1891 n = enclen(encode, s); in match_at()
[all …]
/PHP-5.5/ext/session/tests/
H A Dsession_encode_variation1.phpt34 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 Dsession_encode_variation2.phpt32 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
H A Dsession_encode_variation8.phpt35 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c55 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()
213 encode = 1; in fpm_status_handle_request()
418 if (!encode) { in fpm_status_handle_request()
/PHP-5.5/ext/xmlrpc/tests/
H A D004.phpt2 xmlrpc_encode() Simple test encode int
H A D005.phpt2 xmlrpc_encode() Simple test encode type double and String

Completed in 78 milliseconds

12