Home
last modified time | relevance | path

Searched refs:mbstring (Results 1 – 25 of 467) sorted by last modified time

12345678910>>...19

/php-src/
H A DUPGRADING61 character indices in the same manner as most other mbstring functions. This
683 . Looking up mbstring encoding names is much faster now.
H A DUPGRADING.INTERNALS136 in ext/mbstring/libmbfl removed.
H A Dphp.ini-development940 ;extension=mbstring
1562 [mbstring]
1565 ; https://php.net/mbstring.language
1566 ;mbstring.language = Japanese
1573 ;mbstring.internal_encoding =
1581 ;mbstring.http_input =
1591 ;mbstring.http_output =
1604 ;mbstring.detect_order = auto
1612 ;mbstring.strict_detection = Off
1621 ;mbstring.regex_stack_limit=100000
[all …]
H A Dphp.ini-production942 ;extension=mbstring
1564 [mbstring]
1567 ; https://php.net/mbstring.language
1568 ;mbstring.language = Japanese
1575 ;mbstring.internal_encoding =
1583 ;mbstring.http_input =
1593 ;mbstring.http_output =
1606 ;mbstring.detect_order = auto
1614 ;mbstring.strict_detection = Off
1623 ;mbstring.regex_stack_limit=100000
[all …]
H A D.cirrus.yml17 …lreader --with-xsl --with-libxml --enable-shmop --enable-pcntl --enable-mbstring --with-curl --ena…
H A DEXTENSIONS356 EXTENSION: mbstring
/php-src/ext/mbstring/
H A Dmbstring.c199 PHP_MINIT(mbstring),
200 PHP_MSHUTDOWN(mbstring),
201 PHP_RINIT(mbstring),
202 PHP_RSHUTDOWN(mbstring),
203 PHP_MINFO(mbstring),
205 PHP_MODULE_GLOBALS(mbstring),
206 PHP_GINIT(mbstring),
207 PHP_GSHUTDOWN(mbstring),
225 ZEND_GET_MODULE(mbstring)
1049 PHP_MINIT_FUNCTION(mbstring) in PHP_MINIT_FUNCTION() argument
[all …]
H A Dconfig.w323 ARG_ENABLE("mbstring", "multibyte string functions", "no");
9 EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", PHP_MBSTRING_SHARED);
13 ADD_FLAG("CFLAGS_MBSTRING", "-Iext/mbstring -Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
18 FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
19 "ext\\mbstring\\libmbfl\\config.h", true);
21 ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
28 mbfilter_singlebyte.c", "mbstring");
33 mbfl_string.c", "mbstring");
37 nls_ua.c nls_tr.c", "mbstring");
41 AC_DEFINE('HAVE_MBSTRING', 1, 'Have mbstring support');
[all …]
H A Dmb_gpc.c39 ZEND_EXTERN_MODULE_GLOBALS(mbstring) in ZEND_EXTERN_MODULE_GLOBALS() argument
/php-src/ext/mbstring/tests/
H A Dgh13815.phpt4 mbstring
H A Dmb_encode_mimeheader_basic4.phpt4 mbstring
H A Dmb_ucfirst_lcfirst.phpt4 mbstring
H A Dgh8086.phpt4 mbstring
H A Dgh13123.phpt2 Segfault in mb_fast_convert() when mbstring.encoding_translation is enabled (GH-13123)
4 mbstring
17 mbstring.encoding_translation=On
18 mbstring.http_input=pass
/php-src/.github/workflows/
H A Dpush.yml255 --enable-mbstring \
H A Dnightly.yml672 --enable-mbstring \
/php-src/sapi/fuzzer/
H A DREADME.md4 …API, as well as all available fuzzers. If you don't build the exif/json/mbstring extensions, fuzze…
15 --enable-mbstring
31 * `php-fuzz-mbstring`: Fuzzing `mb_convert_encoding()` (requires `--enable-mbstring`)
32 * `php-fuzz-mbregex`: Fuzzing `mb_ereg[i]()` (requires --enable-mbstring)
76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
80 sapi/fuzzer/php-fuzz-mbstring -dict=$PWD/sapi/fuzzer/dict/mbstring ./my-mbstring-corpus
/php-src/.github/
H A DCODEOWNERS24 /ext/mbstring @alexdowad
H A Dlabeler.yml143 "Extension: mbstring":
146 - ext/mbstring/**/*
/php-src/.circleci/
H A Dconfig.yml118 --enable-mbstring \
/php-src/travis/
H A Dcompile.sh53 --enable-mbstring \
/php-src/.github/actions/configure-macos/
H A Daction.yml49 --enable-mbstring \
/php-src/.github/actions/configure-x32/
H A Daction.yml47 --enable-mbstring \
/php-src/.github/actions/configure-x64/
H A Daction.yml45 --enable-mbstring \
/php-src/build/
H A DMakefile.global131 rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h

Completed in 67 milliseconds

12345678910>>...19