Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/soap/tests/schema/
H A Dschema074.phpt18 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded
H A Dschema075.phpt17 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormD…
H A Dschema076.phpt17 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormD…
H A Dschema077.phpt17 …schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded");
H A Dschema081.phpt18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema082.phpt20 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema083.phpt19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema084.phpt20 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-8.1/ext/imap/tests/
H A Dimap_binary_basic.phpt10 $str = 'This is an example string to be base 64 encoded';
/PHP-8.1/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-8.1/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt25 echo "\nTest string with encoded data\n";
124 Test string with encoded data
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt37 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation5.phpt39 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_basic.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt46 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation6.phpt52 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dsjis_encoding.phpt35 * SJIS-encoded text. */
H A Dmb_internal_encoding_variation2.phpt9 * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
H A Dmb_detect_encoding.phpt9 // SJIS string (BASE64 encoded)
11 // JIS string (BASE64 encoded)
H A Dutf_encodings.phpt933 // 'Optional direct' characters are Base64-encoded in mbstring's implementation
1011 $encoded = encode("\x12\x34", 'UTF-16BE'); // 3 Base64 bytes, 2 bits of padding...
1012 $corrupted = substr($encoded, 0, 2) . chr(ord($encoded[2]) + 1);
H A Dmb_regex_encoding_variation2.phpt13 * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
/PHP-8.1/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-8.1/ext/iconv/
H A Diconv.c916 zend_string *encoded = NULL; in _php_iconv_mime_encode() local
1069 encoded = php_base64_encode((unsigned char *) buf, (out_size - out_left)); in _php_iconv_mime_encode()
1071 if (char_cnt < ZSTR_LEN(encoded)) { in _php_iconv_mime_encode()
1077 smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in _php_iconv_mime_encode()
1078 char_cnt -= ZSTR_LEN(encoded); in _php_iconv_mime_encode()
1082 zend_string_release_ex(encoded, 0); in _php_iconv_mime_encode()
1083 encoded = NULL; in _php_iconv_mime_encode()
1183 if (encoded != NULL) { in _php_iconv_mime_encode()
1184 zend_string_release_ex(encoded, 0); in _php_iconv_mime_encode()
/PHP-8.1/ext/session/tests/
H A Dsession_decode_error2.phpt19 $encoded = substr($data, 0, $index);
20 var_dump(session_decode($encoded));

Completed in 32 milliseconds

1234