Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/
H A Durl_scanner_ex.h26 …l(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen, int encode);
27 …dd_session_var(const char *name, size_t name_len, const char *value, size_t value_len, int encode);
28 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode);
30 …canner_add_var(const char *name, size_t name_len, const char *value, size_t value_len, int encode);
31 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode);
H A Durl_scanner_ex.re595 if (encode) {
603 if (encode) {
759 if (encode) {
800 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 1);
806 return php_url_scanner_add_var_impl(name, name_len, value, value_len, encode, 0);
842 static inline int php_url_scanner_reset_var_impl(zend_string *name, int encode, int type)
866 if (encode) {
962 PHPAPI int php_url_scanner_reset_session_var(zend_string *name, int encode)
964 return php_url_scanner_reset_var_impl(name, encode, 1);
968 PHPAPI int php_url_scanner_reset_var(zend_string *name, int encode)
[all …]
/PHP-8.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-8.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-8.2/ext/gd/tests/
H A Dbug79945.phpt12 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
17 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
22 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
/PHP-8.2/ext/soap/
H A Dphp_encoding.c416 enc = encode; in master_to_xml_int()
470 encode = enc; in master_to_xml_int()
496 node = encode->to_xml(&encode->details, data, style, parent); in master_to_xml_int()
554 ret = encode->to_zval(ret, &encode->details, data); in master_to_zval_int()
585 encode = enc; in master_to_zval()
1393 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex()
1442 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex()
1802 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1828 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
3167 if (type->encode && enc != &type->encode->details) { in sdl_guess_convert_zval()
[all …]
H A Dphp_encoding.h195 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent);
196 zval *master_to_zval(zval *ret, encodePtr encode, xmlNodePtr data);
212 encodePtr get_conversion(int encode);
217 extern const encode defaultEncoding[];
H A Dphp_sdl.h98 encodePtr encode; member
204 encodePtr encode; member
215 encodePtr encode; member
250 encodePtr encode; member
H A Dphp_schema.c69 enc = emalloc(sizeof(encode)); in create_encoder()
71 memset(enc, 0, sizeof(encode)); in create_encoder()
355 cur_type->encode = emalloc(sizeof(encode)); in schema_simpleType()
356 memset(cur_type->encode, 0, sizeof(encode)); in schema_simpleType()
359 cur_type->encode->details.sdl_type = ptr; in schema_simpleType()
1410 cur_type->encode = emalloc(sizeof(encode)); in schema_complexType()
1411 memset(cur_type->encode, 0, sizeof(encode)); in schema_complexType()
1414 cur_type->encode->details.sdl_type = ptr; in schema_complexType()
1956 newAttr->encode = dummy_type->encode; in schema_attribute()
2134 attr->encode = tmp->encode; in schema_attribute_fixup()
[all …]
/PHP-8.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-8.2/ext/json/tests/
H A Dbug50224.phpt2 bug #50224 (json_encode() does not always encode a float as a float)
15 echo "\n* Testing encode/decode symmetry\n\n";
35 * Testing encode/decode symmetry
/PHP-8.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-8.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);
H A Dgzencode_variation2-win32.phpt23 $data = "A small string to encode\n";
H A Dgzencode_variation2.phpt22 $data = "A small string to encode\n";
/PHP-8.2/ext/standard/tests/strings/
H A Dconvert_uudecode_basic.phpt31 $encode = convert_uuencode($string);
32 $decode = convert_uudecode($encode);
35 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.phpt27 $encode = str_rot13($str);
28 $decode = str_rot13($encode);
/PHP-8.2/ext/session/tests/
H A Dsession_encode_variation1.phpt30 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
40 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
H A Dsession_encode_variation2.phpt28 Warning: session_encode(): Cannot encode non-existent session in %s on line %d
/PHP-8.2/ext/iconv/tests/
H A Dbug53891.phpt2 Bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string)
/PHP-8.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 42 milliseconds

12