Home
last modified time | relevance | path

Searched refs:encoded (Results 51 – 75 of 86) sorted by path

1234

/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-09.phpt13 // forcefully interpret an UTF-8 encoded string as EUC-JP and then convert it
15 // valid EUC-encoded character "鴻".
/PHP-5.5/ext/openssl/
H A DREADME150 not be included in the encoded section.
155 The message will be encoded using a RC2-40 bit cipher.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt64 5.12, including support for UTF-8/16/32 encoded strings and Unicode
4914 alternatives and repetitions in the pattern. These are encoded in the
8158 greater than 0xFFFF. The code points that are encoded by UTF-16 pairs
/PHP-5.5/ext/session/tests/
H A Dsession_decode_basic.phpt88 $encoded = session_encode();
89 var_dump(session_decode($encoded));
H A Dsession_decode_basic_serialize.phpt89 $encoded = session_encode();
90 var_dump(session_decode($encoded));
H A Dsession_decode_error2.phpt22 $encoded = substr($data, 0, $index);
23 var_dump(session_decode($encoded));
H A Dsession_decode_variation3.phpt26 $encoded = "foo|i:1234567890;";
27 var_dump(session_decode($encoded));
H A Dsession_decode_variation4.phpt24 $encoded = "A2Zvb2k6MTIzNDU2Nzg5MDs=";
25 var_dump(session_decode(base64_decode($encoded)));
H A Dsession_encode_variation7.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
H A Dsession_encode_variation8.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-5.5/ext/soap/tests/schema/
H A Dschema074.phpt17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded
H A Dschema075.phpt16 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormD…
H A Dschema076.phpt16 …s:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded", 'attributeFormD…
H A Dschema077.phpt16 …schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded");
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-5.5/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug21453.phpt2 Bug #21453 (handling of non-encoded <)
H A Dhttp_build_query_variation1.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation3.phpt12 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…

Completed in 66 milliseconds

1234