Home
last modified time | relevance | path

Searched refs:php_mblen (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_string.h156 # define php_mblen(ptr, len) 1 macro
159 # define php_mblen(ptr, len) ((ptr) == NULL ? memset(&BG(mblen_state), 0, sizeof(BG(mblen_state)))… macro
161 # define php_mblen(ptr, len) mblen(ptr, len) macro
H A Dexec.c307 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_cmd()
417 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_arg()
H A Dfile.c1782 inc_len = (*ptr == '\0' ? 1: php_mblen(ptr, len)); in php_fgetcsv_lookup_trailing_spaces()
1787 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv_lookup_trailing_spaces()
2055 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2081 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2170 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2225 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2238 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2249 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2269 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2280 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
H A Dstring.c1438 inc_len = (*c == '\0' ? 1: php_mblen(c, cnt));
1444 php_ignore_value(php_mblen(NULL, 0));
/PHP-5.5/
H A DNEWS9269 - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on

Completed in 51 milliseconds