Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/standard/
H A Durl_scanner_ex.h30 …l(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen, int encode);
31 …rl_scanner_add_session_var(char *name, size_t name_len, char *value, size_t value_len, int encode);
32 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
34 …nt php_url_scanner_add_var(char *name, size_t name_len, char *value, size_t value_len, int encode);
35 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
H A Durl_scanner_ex.c1012 if (encode) { in php_url_scanner_adapt_single_url()
1020 if (encode) { in php_url_scanner_adapt_single_url()
1175 if (encode) { in php_url_scanner_add_var_impl()
1212 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 1); in php_url_scanner_add_session_var()
1218 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 0); in php_url_scanner_add_var()
1254 static inline int php_url_scanner_reset_var_impl(zend_string *name, int encode, int type) in php_url_scanner_reset_var_impl() argument
1278 if (encode) { in php_url_scanner_reset_var_impl()
1374 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode) in php_url_scanner_reset_session_var() argument
1376 return php_url_scanner_reset_var_impl(name, encode, 1); in php_url_scanner_reset_session_var()
1380 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode) in php_url_scanner_reset_var() argument
[all …]
/PHP-7.2/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.2/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.2/ext/soap/
H A Dphp_encoding.c424 enc = encode; in master_to_xml_int()
478 encode = enc; in master_to_xml_int()
504 node = encode->to_xml(&encode->details, data, style, parent); in master_to_xml_int()
562 ret = encode->to_zval(ret, &encode->details, data); in master_to_zval_int()
593 encode = enc; in master_to_zval()
1430 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex()
1479 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex()
1829 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1855 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
3201 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);
192 zval *master_to_zval(zval *ret, encodePtr encode, xmlNodePtr data);
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()
1392 cur_type->encode = emalloc(sizeof(encode)); in schema_complexType()
1393 memset(cur_type->encode, 0, sizeof(encode)); in schema_complexType()
1396 cur_type->encode->details.sdl_type = ptr; in schema_complexType()
1939 newAttr->encode = dummy_type->encode; in schema_attribute()
2117 attr->encode = tmp->encode; in schema_attribute_fixup()
[all …]
/PHP-7.2/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.2/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.2/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);
/PHP-7.2/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.2/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.2/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.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1745 s += enclen(encode, s); in match_at()
1829 n = enclen(encode, s); in match_at()
1838 n = enclen(encode, s); in match_at()
1847 n = enclen(encode, s); in match_at()
1859 n = enclen(encode, s); in match_at()
1878 n = enclen(encode, s); in match_at()
1893 n = enclen(encode, s); in match_at()
1916 n = enclen(encode, s); in match_at()
1934 n = enclen(encode, s); in match_at()
1954 s += enclen(encode, s); in match_at()
[all …]
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_status.c54 int full, encode; in fpm_status_handle_request() local
133 encode = 0; in fpm_status_handle_request()
139 encode = 1; in fpm_status_handle_request()
214 encode = 1; in fpm_status_handle_request()
421 if (!encode) { in fpm_status_handle_request()
/PHP-7.2/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.2/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

Completed in 112 milliseconds

123