Home
last modified time | relevance | path

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

/PHP-8.3/ext/calendar/
H A Djewish.c436 zend_long chk; in MoladOfMetonicCycle() local
440 chk = (zend_long)metonicCycle; in MoladOfMetonicCycle()
442 if (chk > (ZEND_LONG_MAX - NEW_MOON_OF_CREATION) / (HALAKIM_PER_METONIC_CYCLE & 0xFFFF)) { in MoladOfMetonicCycle()
451 r1 += chk * (HALAKIM_PER_METONIC_CYCLE & 0xFFFF); in MoladOfMetonicCycle()
453 if (chk > (ZEND_LONG_MAX - (r1 >> 16)) / ((HALAKIM_PER_METONIC_CYCLE >> 16) & 0xFFFF)) { in MoladOfMetonicCycle()
460 r2 += chk * ((HALAKIM_PER_METONIC_CYCLE >> 16) & 0xFFFF); in MoladOfMetonicCycle()
/PHP-8.3/ext/standard/
H A Dstring.c680 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
734 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
735 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
736 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
738 chk = ZSTR_LEN(text); in PHP_FUNCTION()
748 if (chk == 0) { in PHP_FUNCTION()
751 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
762 chk--; in PHP_FUNCTION()
773 chk--; in PHP_FUNCTION()
787 chk--; in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic40628 # skip file2147.chk by check for positive name length like for sg16.thm "3D"
H A Dmagic私はガラスを食べられます40628 # skip file2147.chk by check for positive name length like for sg16.thm "3D"

Completed in 150 milliseconds