Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/tests/
H A Dbug68644.phpt2 Bug #68644 strlen incorrect : mbstring + func_overload=2 + UTF-8 + Opcache
6 mbstring.func_overload=2
16 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
H A Dbug75729.phpt8 mbstring.func_overload=2
18 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
/PHP-7.2/ext/mbstring/tests/
H A Dbug52931.phpt6 mbstring.func_overload = 7
21 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
H A Doverload01.phpt12 mbstring.func_overload=7
23 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
H A Doverload02.phpt15 mbstring.func_overload=7
32 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
H A Dmb_get_info.phpt12 mbstring.func_overload=2
27 Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
37 ["func_overload"]=>
H A Dmb_substr.phpt7 mbstring.func_overload=0
H A Dmb_split.phpt10 mbstring.func_overload=0
H A Dmb_strlen.phpt6 mbstring.func_overload=0
/PHP-7.2/ext/mbstring/
H A Dmbstring.h188 long func_overload; variable
H A Dmbstring.c1518 mbstring_globals->func_overload = 0; in PHP_INI_END()
1624 if (MBSTRG(func_overload)){ in PHP_RINIT_FUNCTION()
1630 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RINIT_FUNCTION()
1688 if (MBSTRG(func_overload)){ in PHP_RSHUTDOWN_FUNCTION()
1691 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RSHUTDOWN_FUNCTION()
2955 if (((MBSTRG(func_overload) & MB_OVERLOAD_STRING) == MB_OVERLOAD_STRING) in PHP_FUNCTION()
4722 add_assoc_long(return_value, "func_overload", MBSTRG(func_overload)); in PHP_FUNCTION()
4723 if (MBSTRG(func_overload)){ in PHP_FUNCTION()
4727 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4798 RETVAL_LONG(MBSTRG(func_overload)); in PHP_FUNCTION()
[all …]
/PHP-7.2/
H A DUPGRADING211 . The mbstring.func_overload ini directive has been deprecated.
H A Dphp.ini-development1697 ;mbstring.func_overload = 0
H A Dphp.ini-production1699 ;mbstring.func_overload = 0

Completed in 40 milliseconds