Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/tests/
H A Dbug68644.phpt2 Bug #68644 strlen incorrect : mbstring + func_overload=2 + UTF-8 + Opcache
6 mbstring.func_overload=2
/PHP-7.0/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.phpt10 mbstring.func_overload=0
H A Dmb_strlen.phpt6 mbstring.func_overload=0
/PHP-7.0/ext/mbstring/
H A Dmbstring.h183 long func_overload; variable
H A Dmbstring.c1518 mbstring_globals->func_overload = 0; in PHP_INI_END()
1622 if (MBSTRG(func_overload)){ in PHP_RINIT_FUNCTION()
1627 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()
2922 if (((MBSTRG(func_overload) & MB_OVERLOAD_STRING) == MB_OVERLOAD_STRING) in PHP_FUNCTION()
4553 add_assoc_long(return_value, "func_overload", MBSTRG(func_overload)); in PHP_FUNCTION()
4554 if (MBSTRG(func_overload)){ in PHP_FUNCTION()
4558 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4629 RETVAL_LONG(MBSTRG(func_overload)); in PHP_FUNCTION()
[all …]
/PHP-7.0/
H A Dphp.ini-development1673 ;mbstring.func_overload = 0
H A Dphp.ini-production1673 ;mbstring.func_overload = 0
H A DNEWS2623 . Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8

Completed in 51 milliseconds