Home
last modified time | relevance | path

Searched refs:mbstring (Results 301 – 323 of 323) sorted by relevance

1...<<111213

/PHP-7.4/ext/mbstring/tests/
H A Dbug48645.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_ereg_replace_variation1.phpt7 extension_loaded('mbstring') or die('skip');
14 * Source code: ext/mbstring/php_mbregex.c
H A Dillformed_utf_sequences.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_stripos.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_strpos.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_regex_encoding_variation2.phpt5 extension_loaded('mbstring') or die('skip');
12 * Source code: ext/mbstring/php_mbregex.c
H A Dpictogram1.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dbug47399.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_chr_ord.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dmb_encode_mimeheader_indent.phpt5 extension_loaded('mbstring') or die('skip');
13 * Source code: ext/mbstring/mbstring.c
/PHP-7.4/ext/mbstring/
H A Dmbstring.c593 PHP_MINIT(mbstring),
594 PHP_MSHUTDOWN(mbstring),
595 PHP_RINIT(mbstring),
596 PHP_RSHUTDOWN(mbstring),
597 PHP_MINFO(mbstring),
600 PHP_GINIT(mbstring),
601 PHP_GSHUTDOWN(mbstring),
619 ZEND_GET_MODULE(mbstring) in ZEND_GET_MODULE() argument
1590 PHP_MINIT_FUNCTION(mbstring) in PHP_MINIT_FUNCTION() argument
1714 PHP_RINIT_FUNCTION(mbstring) in PHP_RINIT_FUNCTION() argument
[all …]
H A Dmb_gpc.c48 ZEND_EXTERN_MODULE_GLOBALS(mbstring) in ZEND_EXTERN_MODULE_GLOBALS() argument
H A Dphp_unicode.c48 ZEND_EXTERN_MODULE_GLOBALS(mbstring) in ZEND_EXTERN_MODULE_GLOBALS() argument
H A Dphp_mbregex.c50 ZEND_EXTERN_MODULE_GLOBALS(mbstring)
/PHP-7.4/ext/pcre/tests/
H A Dbug76514.phpt140 "heroku-sys/ext-mbstring": "*"
228 "heroku-sys/ext-mbstring": "*",
H A Dpreg_match_error4.phpt41 "heroku-sys\\/ext-mbstring": "*",
130 "heroku-sys\\/ext-mbstring": "*",
364 "heroku-sys\\/ext-mbstring": "*",
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt8 if (!extension_loaded('mbstring') || !extension_loaded('pdo') || !extension_loaded('pdo_oci')) die(…
/PHP-7.4/build/
H A DMakefile.global123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o…
/PHP-7.4/
H A DREADME.REDIST.BINS2 2. libmbfl (ext/mbstring) see ext/mbstring/libmbfl/LICENSE
18 18. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
620 18. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
H A DCONTRIBUTING.md177 └─ mbstring/
179 ├─ unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
H A DEXTENSIONS378 EXTENSION: mbstring
H A DUPGRADING300 . Added mbstring.regex_retry_limit ini setting defaulting to 1000000. It
566 conversion the iconv or mbstring extensions could be used instead.
H A DNEWS88 . Fixed bug #76167 (mbstring may use pointer from some previous request).
2104 - mbstring:
2650 . Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3
2657 . Fixed bug #76706 (mbstring.http_output_conv_mimetypes is ignored). (cmb)

Completed in 78 milliseconds

1...<<111213