Home
last modified time | relevance | path

Searched refs:encoded (Results 26 – 50 of 86) sorted by relevance

1234

/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));
/PHP-5.5/ext/standard/tests/strings/
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_variation3.phpt12 …* 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…
/PHP-5.5/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt14 // SJIS string (BASE64 encoded)
16 // JIS string (BASE64 encoded)
H A Dmb_http_input.phpt22 // It must be url encoded....
H A Dmb_convert_encoding.phpt15 // SJIS string (BASE64 encoded)
17 // JIS string (BASE64 encoded)
H A Dmb_decode_mimeheader_error.phpt11 * Description: Decodes the MIME "encoded-word" in the string
H A Dmb_encode_mimeheader_variation6.phpt12 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-5.5/ext/standard/tests/url/
H A Durldecode_error_001.phpt6 * Description: Decodes URL-encoded string
/PHP-5.5/ext/xml/tests/
H A Dutf8_decode_error.phpt12 * Description: Converts a UTF-8 encoded string to ISO-8859-1
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt2 zlib.inflate of gzip-encoded stream
/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 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 Dschema077.phpt16 …schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc", "encoded");
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…
/PHP-5.5/ext/imap/tests/
H A Dimap_8bit_basic.phpt17 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
H A Dimap_binary_basic.phpt17 $str = b'This is an example string to be base 64 encoded';
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50285.phpt2 Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)

Completed in 23 milliseconds

1234