Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/json/tests/
H A D009.phpt2 json_encode() with non-packed array that should be encoded as an array rather than object
H A Dunsupported_type_error.phpt2 An error is thrown when an unsupported type is encoded
H A D007.phpt33 string(53) "Control character error, possibly incorrectly encoded"
/PHP-8.1/ext/mbstring/tests/
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_ereg_variation4.phpt19 //contains japanese characters, ASCII digits and different, UTF-8 encoded digits
49 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_decode_mimeheader_basic.phpt10 //the following encoded-words are identical and are UTF-8 Japanese.
H A Dmb_encode_mimeheader_variation6.phpt8 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-8.1/ext/sqlite3/tests/
H A Dbug81742.phpt2 Bug #81742 (open_basedir bypass in SQLite3 by using url encoded file)
/PHP-8.1/ext/standard/tests/strings/
H A Dbug21453.phpt2 Bug #21453 (handling of non-encoded <)
/PHP-8.1/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
/PHP-8.1/tests/basic/
H A Dbug71273.phpt5 /* NOTE this file is required to be encoded in iso-8859-1 */
/PHP-8.1/ext/filter/tests/
H A D008.phpt37 string(7) "encoded"
/PHP-8.1/ext/standard/
H A Dpassword.c308 zend_string *salt, *out, *encoded; in php_password_argon2_hash() local
356 encoded = zend_string_alloc(encoded_len - 1, 0); in php_password_argon2_hash()
367 ZSTR_VAL(encoded), in php_password_argon2_hash()
377 zend_string_efree(encoded); in php_password_argon2_hash()
382 ZSTR_VAL(encoded)[ZSTR_LEN(encoded)] = 0; in php_password_argon2_hash() local
383 return encoded; in php_password_argon2_hash()
/PHP-8.1/tests/strings/
H A D001.phpt93 $encoded = rawurlencode($raw);
98 if ($encoded == $correct) {
113 $encoded = urlencode($raw);
118 if ($encoded == $correct) {
/PHP-8.1/ext/dom/tests/
H A Dbug79971_2.phpt19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/PHP-8.1/ext/zlib/tests/
H A Dgzencode_variation1.phpt15 print "skip - OS is encoded in headers, tested header is non Darwin";
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-8.1/ext/intl/tests/
H A Dbug62017.phpt2 Bug #62017: datefmt_create with incorrectly encoded timezone leaks pattern
/PHP-8.1/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-8.1/ext/imap/tests/
H A Dimap_base64_basic.phpt9 $str = 'This is an example string to be base 64 encoded';
H A Dimap_8bit_basic.phpt10 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
/PHP-8.1/ext/soap/tests/
H A Dbug69668.phpt2 Bug #69668 (SOAP: special XML characters in namespace URIs not encoded)
/PHP-8.1/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…

Completed in 58 milliseconds

1234