Home
last modified time | relevance | path

Searched refs:mb (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strtoupper_basic.phpt38 $mb = mb_strtoupper($greek_lower, 'UTF-8');
39 var_dump(base64_encode($mb));
41 if ($mb == $greek_upper) {
H A Dmb_strtolower_basic.phpt37 $mb = mb_strtolower($greek_upper, 'UTF-8');
38 var_dump(base64_encode($mb));
40 if ($mb == $greek_lower) {
H A Dmb_ereg_variation3.phpt22 mb_regex_encoding('utf-8'); // have to set otherwise won't match $mb properly
23 $mb = base64_decode('5pel5pys6Kqe');
29 "$mb" => b'[[:graph:]]+',
31 b"$mb\t" => b'[[:print:]]+',
H A Dmb_strrchr_variation5.phpt32 echo "-- mb data in utf-8 --\n";
56 -- mb data in utf-8 --
H A Dmb_strstr_variation5.phpt32 echo "-- mb data in utf-8 --\n";
56 -- mb data in utf-8 --
H A Dmb_strrchr_variation6.phpt39 echo "-- mb data in utf-8 --\n";
61 -- mb data in utf-8 --
H A Dmb_strstr_variation6.phpt39 echo "-- mb data in utf-8 --\n";
61 -- mb data in utf-8 --
/PHP-5.5/Zend/tests/
H A Dbug40770.phpt15 $mb=148;
17 for ($i=0; $i<=$mb; $i++) {
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt9 Manuel Baldassarri mb@ideato.it
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja200 From beta4, we have included the multibyte (mb) regex library which comes with
203 each function name has been changed. Therefore, mb regex functions are
205 encoding used in mb regex is configured in i18n.internal_encoding.
276 between these encodings on the fly. Also, the addition of the mb regex
277 library allows you to handle mb strings without fear of getting mb char
605 Same as subcut. If position is the 2nd byte of a mb character, it will cut
607 chopping a single byte from a mb character. In another words, if you
608 set length to 5, you will only get two mb characters. If no encoding
673 mb version of ereg() and eregi()
678 mb version of ereg_replace() and eregi_replace()
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_64.c38 #define RLDI(dst, src, sh, mb, type) \ argument
39 …(type) << 2) | (((sh) & 0x1f) << 11) | (((sh) & 0x20) >> 4) | (((mb) & 0x1f) << 6) | ((mb) & 0x20))
/PHP-5.5/
H A Dconfig.sub278 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c782 const struct magic_entry *mb = CAST(const struct magic_entry *, b); in apprentice_sort() local
784 size_t sb = apprentice_magic_strength(mb->mp); in apprentice_sort()
/PHP-5.5/ext/imap/
H A Dphp_imap.c5052 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
5056 if (*mb->user) { in mm_login()
5057 strlcpy (user, mb->user, MAILTMPLEN); in mm_login()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1297 2003/12/12: [impl] rename mb -> mbc, mblen() to enc_len().
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12395 #mathematica .mb

Completed in 81 milliseconds