/PHP-5.4/ext/standard/tests/streams/ |
H A D | bug64166.phpt | 2 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 D | bug64166_3.phpt | 2 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 D | bug64166_2.phpt | 2 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 D | bug65483.phpt | 2 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.4/ext/soap/ |
H A D | php_encoding.c | 441 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() 3327 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 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 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() 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 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 …]
|
/PHP-5.4/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 | 24 $data = "A small string to encode\n";
|
H A D | gzencode_variation2-win32.phpt | 24 $data = "A small string to encode\n";
|
/PHP-5.4/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.4/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.4/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 …]
|
/PHP-5.4/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.4/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() 213 encode = 1; in fpm_status_handle_request() 418 if (!encode) { in fpm_status_handle_request()
|
/PHP-5.4/ext/xmlrpc/tests/ |
H A D | 004.phpt | 2 xmlrpc_encode() Simple test encode int
|
H A D | 005.phpt | 2 xmlrpc_encode() Simple test encode type double and String
|
H A D | 003.phpt | 2 xmlrpc_encode() Simple test encode array
|