Home
last modified time | relevance | path

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

/php-src/ext/calendar/
H A Djewish.c432 zend_long chk; in MoladOfMetonicCycle() local
436 chk = (zend_long)metonicCycle; in MoladOfMetonicCycle()
438 if (chk > (ZEND_LONG_MAX - NEW_MOON_OF_CREATION) / (HALAKIM_PER_METONIC_CYCLE & 0xFFFF)) { in MoladOfMetonicCycle()
447 r1 += chk * (HALAKIM_PER_METONIC_CYCLE & 0xFFFF); in MoladOfMetonicCycle()
449 if (chk > (ZEND_LONG_MAX - (r1 >> 16)) / ((HALAKIM_PER_METONIC_CYCLE >> 16) & 0xFFFF)) { in MoladOfMetonicCycle()
456 r2 += chk * ((HALAKIM_PER_METONIC_CYCLE >> 16) & 0xFFFF); in MoladOfMetonicCycle()
/php-src/ext/standard/
H A Dstring.c706 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
760 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
761 newtext = zend_string_safe_alloc(chk, breakchar_len, ZSTR_LEN(text), 0); in PHP_FUNCTION()
762 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
764 chk = ZSTR_LEN(text); in PHP_FUNCTION()
774 if (chk == 0) { in PHP_FUNCTION()
777 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
788 chk--; in PHP_FUNCTION()
799 chk--; in PHP_FUNCTION()
813 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 173 milliseconds