Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dstring.c939 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
989 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
990 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
991 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
993 chk = ZSTR_LEN(text); in PHP_FUNCTION()
1003 if (chk <= 0) { in PHP_FUNCTION()
1006 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
1017 chk--; in PHP_FUNCTION()
1028 chk--; in PHP_FUNCTION()
1042 chk--; in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds