Home
last modified time | relevance | path

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

12345

/php-src/ext/json/tests/
H A D007.phpt33 string(53) "Control character error, possibly incorrectly encoded"
/php-src/ext/mbstring/tests/
H A Dcp1254_encoding.phpt19 // Test replacement character which cannot be encoded in CP1254
H A Dmb_decode_mimeheader_basic.phpt10 //the following encoded-words are identical and are UTF-8 Japanese.
H A Dmb_convert_variables.phpt15 // SJIS string (BASE64 encoded)
17 // JIS string (BASE64 encoded)
37 print(base64_encode($s)."\n"); // Converted to SJIS (base64 encoded)
42 print(base64_encode($s)."\n"); // Converted to JIS (base64 encoded)
H A Dmb_encode_mimeheader_variation6.phpt8 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Darmscii8_encoding.phpt36 // Test replacement character which cannot be encoded in ARMSCII-8
H A Dmb_send_mail07.phpt34 * the Base64-encoded ISO-2022-KR string contained an extraneous 0xF ('shift out')
/php-src/ext/intl/tests/
H A Dbug62017.phpt2 Bug #62017: datefmt_create with incorrectly encoded timezone leaks pattern
/php-src/ext/zlib/tests/
H A Dgzencode_variation2.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
H A Dzlib_filter_inflate2.phpt2 zlib.inflate of gzip-encoded stream
/php-src/ext/session/tests/
H A Dsession_decode_basic.phpt84 $encoded = session_encode();
85 var_dump(session_decode($encoded));
H A Dsession_decode_basic_serialize.phpt85 $encoded = session_encode();
86 var_dump(session_decode($encoded));
/php-src/ext/soap/tests/
H A Dbug69668.phpt2 Bug #69668 (SOAP: special XML characters in namespace URIs not encoded)
/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with encoded path (bu…
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
/php-src/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…
/php-src/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-src/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt25 echo "\nTest string with encoded data\n";
124 Test string with encoded data

Completed in 29 milliseconds

12345