Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c920 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
974 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
975 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
976 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
978 chk = ZSTR_LEN(text); in PHP_FUNCTION()
988 if (chk == 0) { in PHP_FUNCTION()
991 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
1002 chk--; in PHP_FUNCTION()
1013 chk--; in PHP_FUNCTION()
1027 chk--; in PHP_FUNCTION()
[all …]
/PHP-7.4/
H A Drun-tests.php3520 $chk = $dir . DIRECTORY_SEPARATOR . "main" . DIRECTORY_SEPARATOR . "php_version.h";
3522 } while (!file_exists($chk) && --$max > 0);
3523 if (file_exists($chk)) {

Completed in 25 milliseconds