Home
last modified time | relevance | path

Searched refs:encoded (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-7.4/ext/soap/tests/schema/
H A Dschema075.phpt16 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormD…
H A Dschema081.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema082.phpt19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema083.phpt18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema084.phpt19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt12 // SJIS string (BASE64 encoded)
14 // JIS string (BASE64 encoded)
H A Dmb_decode_mimeheader_variation2.phpt11 * Description: Decodes the MIME "encoded-word" in the string
H A Dmb_ereg_variation5.phpt43 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation7.phpt41 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_encode_mimeheader_basic3.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_ereg_variation3.phpt50 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_encode_mimeheader_basic.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_encode_mimeheader_basic2.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_ereg_basic.phpt57 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt56 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-7.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dparse_str_basic3.phpt47 echo "\nTest string with encoded data\n";
187 Test string with encoded data
/PHP-7.4/ext/imap/tests/
H A Dimap_binary_basic.phpt17 $str = 'This is an example string to be base 64 encoded';
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil_utf8.inc11 /* Using a UTF-8 encoded filenames if !zend.multibyte, otherwise files in retrospective charset. */
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug50285.phpt2 Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
/PHP-7.4/ext/iconv/
H A Diconv.c1141 zend_string *encoded = NULL; in _php_iconv_mime_encode() local
1316 encoded = php_base64_encode((unsigned char *) buf, (out_size - out_left)); in _php_iconv_mime_encode()
1318 if (char_cnt < ZSTR_LEN(encoded)) { in _php_iconv_mime_encode()
1324 smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in _php_iconv_mime_encode()
1325 char_cnt -= ZSTR_LEN(encoded); in _php_iconv_mime_encode()
1329 zend_string_release_ex(encoded, 0); in _php_iconv_mime_encode()
1330 encoded = NULL; in _php_iconv_mime_encode()
1450 if (encoded != NULL) { in _php_iconv_mime_encode()
1451 zend_string_release_ex(encoded, 0); in _php_iconv_mime_encode()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c1004 zend_string *encoded; in phpdbg_process_print() local
1013encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_enc… in phpdbg_process_print()
1014 buflen = ZSTR_LEN(encoded); in phpdbg_process_print()
1015 memcpy(buf = emalloc(buflen + 1), ZSTR_VAL(encoded), buflen); in phpdbg_process_print()
/PHP-7.4/ext/filter/tests/
H A D033.phpt24 encoded PHP 1 foo%40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O…
/PHP-7.4/ext/session/tests/
H A Dsession_decode_error2.phpt23 $encoded = substr($data, 0, $index);
24 var_dump(session_decode($encoded));

Completed in 38 milliseconds

1234