Home
last modified time | relevance | path

Searched refs:func_overload (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/ext/opcache/tests/
H A Dbug68644.phpt2 Bug #68644 strlen incorrect : mbstring + func_overload=2 + UTF-8 + Opcache
6 mbstring.func_overload=2
/PHP-5.6/ext/mbstring/tests/
H A Dbug52931.phpt6 mbstring.func_overload = 7
H A Doverload01.phpt12 mbstring.func_overload=7
H A Doverload02.phpt15 mbstring.func_overload=7
H A Dmb_substr.phpt7 mbstring.func_overload=0
H A Dmb_get_info.phpt12 mbstring.func_overload=2
36 ["func_overload"]=>
H A Dmb_split.phpt9 mbstring.func_overload=0
H A Dmb_strlen.phpt6 mbstring.func_overload=0
/PHP-5.6/ext/mbstring/
H A Dmbstring.h180 long func_overload; variable
H A Dmbstring.c1524 mbstring_globals->func_overload = 0; in PHP_INI_END()
1625 if (MBSTRG(func_overload)){ in PHP_RINIT_FUNCTION()
1629 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RINIT_FUNCTION()
1685 if (MBSTRG(func_overload)){ in PHP_RSHUTDOWN_FUNCTION()
1688 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RSHUTDOWN_FUNCTION()
2797 if (((MBSTRG(func_overload) & MB_OVERLOAD_STRING) == MB_OVERLOAD_STRING) in PHP_FUNCTION()
4410 add_assoc_long(return_value, "func_overload", MBSTRG(func_overload)); in PHP_FUNCTION()
4411 if (MBSTRG(func_overload)){ in PHP_FUNCTION()
4416 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4488 RETVAL_LONG(MBSTRG(func_overload)); in PHP_FUNCTION()
[all …]
/PHP-5.6/
H A Dphp.ini-development1811 ;mbstring.func_overload = 0
H A Dphp.ini-production1811 ;mbstring.func_overload = 0
H A DNEWS1716 . Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8
10589 "mbstring.func_overload" is enabled). (Rui)

Completed in 74 milliseconds