Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c708 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
762 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
763 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
764 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
766 chk = ZSTR_LEN(text); in PHP_FUNCTION()
776 if (chk == 0) { in PHP_FUNCTION()
779 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
790 chk--; in PHP_FUNCTION()
801 chk--; in PHP_FUNCTION()
815 chk--; in PHP_FUNCTION()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます40628 # skip file2147.chk by check for positive name length like for sg16.thm "3D"
H A Dmagic40628 # skip file2147.chk by check for positive name length like for sg16.thm "3D"

Completed in 235 milliseconds