Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Durl_scanner_ex.h28 …l(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen, int encode);
29 …rl_scanner_add_session_var(char *name, size_t name_len, char *value, size_t value_len, int encode);
30 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
32 …nt php_url_scanner_add_var(char *name, size_t name_len, char *value, size_t value_len, int encode);
33 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
/PHP-7.4/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-7.4/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-7.4/ext/standard/tests/filters/
H A Dbug77231.phpt2 Bug #77231 (Segfault when using convert.quoted-printable-encode filter)
5 var_dump(file(urldecode('php://filter/convert.quoted-printable-encode/resource=data://,%bfAAAAAAAAF…
/PHP-7.4/ext/soap/
H A Dphp_encoding.c422 enc = encode; in master_to_xml_int()
476 encode = enc; in master_to_xml_int()
502 node = encode->to_xml(&encode->details, data, style, parent); in master_to_xml_int()
560 ret = encode->to_zval(ret, &encode->details, data); in master_to_zval_int()
591 encode = enc; in master_to_zval()
1399 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex()
1448 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex()
1804 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1830 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
3170 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval()
[all …]
H A Dphp_encoding.h190 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent);
191 zval *master_to_zval(zval *ret, encodePtr encode, xmlNodePtr data);
207 encodePtr get_conversion(int encode);
212 extern const encode defaultEncoding[];
H A Dphp_sdl.h100 encodePtr encode; member
206 encodePtr encode; member
217 encodePtr encode; member
252 encodePtr encode; member
H A Dphp_schema.c71 enc = emalloc(sizeof(encode)); in create_encoder()
73 memset(enc, 0, sizeof(encode)); in create_encoder()
336 cur_type->encode = emalloc(sizeof(encode)); in schema_simpleType()
337 memset(cur_type->encode, 0, sizeof(encode)); in schema_simpleType()
340 cur_type->encode->details.sdl_type = ptr; in schema_simpleType()
1391 cur_type->encode = emalloc(sizeof(encode)); in schema_complexType()
1392 memset(cur_type->encode, 0, sizeof(encode)); in schema_complexType()
1395 cur_type->encode->details.sdl_type = ptr; in schema_complexType()
1937 newAttr->encode = dummy_type->encode; in schema_attribute()
2115 attr->encode = tmp->encode; in schema_attribute_fixup()
[all …]
/PHP-7.4/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
/PHP-7.4/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-7.4/ext/json/tests/
H A Dbug50224.phpt2 bug #50224 (json_encode() does not always encode a float as a float)
17 echo "\n* Testing encode/decode symmetry\n\n";
37 * Testing encode/decode symmetry
/PHP-7.4/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 Dbug77608.phpt2 Bug #77608: http_build_query doesn't encode "+" in a float number
H A Dstr_rot13_basic.phpt31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
/PHP-7.4/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
/PHP-7.4/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
/PHP-7.4/ext/iconv/tests/
H A Dbug53891.phpt2 Bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string)
/PHP-7.4/tests/lang/string/
H A Dunicode_escape.phpt6 var_dump("\u{61}"); // ASCII "a" - characters below U+007F just encode as ASCII, as it's UTF-8
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_status.c150 int full, encode; in fpm_status_handle_request() local
229 encode = 0; in fpm_status_handle_request()
235 encode = 1; in fpm_status_handle_request()
310 encode = 1; in fpm_status_handle_request()
517 if (!encode) { in fpm_status_handle_request()

Completed in 50 milliseconds

12