Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c946 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
1000 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
1001 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
1002 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
1004 chk = ZSTR_LEN(text); in PHP_FUNCTION()
1014 if (chk <= 0) { in PHP_FUNCTION()
1017 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
1028 chk--; in PHP_FUNCTION()
1039 chk--; in PHP_FUNCTION()
1053 chk--; in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds