Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/ext/mbstring/
H A Dmbstring.h160 zend_long func_overload; variable
H A Dmbstring.c1562 mbstring_globals->func_overload = 0; in PHP_INI_END()
1641 if (MBSTRG(func_overload)){ in PHP_MINIT_FUNCTION()
1648 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_MINIT_FUNCTION()
1681 if (MBSTRG(func_overload)){ in PHP_MSHUTDOWN_FUNCTION()
1687 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_MSHUTDOWN_FUNCTION()
1723 if (MBSTRG(func_overload)){ in PHP_RINIT_FUNCTION()
4518 add_assoc_long(return_value, "func_overload", MBSTRG(func_overload)); in PHP_FUNCTION()
4519 if (MBSTRG(func_overload)){ in PHP_FUNCTION()
4523 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4594 RETVAL_LONG(MBSTRG(func_overload)); in PHP_FUNCTION()
[all …]
/PHP-7.3/
H A Dphp.ini-development1699 ;mbstring.func_overload = 0
H A Dphp.ini-production1701 ;mbstring.func_overload = 0

Completed in 33 milliseconds