Home
last modified time | relevance | path

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

/PHP-5.4/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.c257 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_cmd()
354 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_arg()
H A Dfile.c1773 inc_len = (*ptr == '\0' ? 1: php_mblen(ptr, len)); in php_fgetcsv_lookup_trailing_spaces()
1778 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv_lookup_trailing_spaces()
2034 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2060 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2149 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2204 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2217 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2228 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2248 php_ignore_value(php_mblen(NULL, 0)); in php_fgetcsv()
2259 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
H A Dstring.c1424 inc_len = (*c == '\0' ? 1: php_mblen(c, cnt));
1430 php_ignore_value(php_mblen(NULL, 0));
/PHP-5.4/
H A DNEWS8080 - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on

Completed in 54 milliseconds