Searched refs:rem (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/.github/scripts/windows/ |
H A D | test_task.bat | 24 rem setup MySQL related exts 38 rem setup PostgreSQL related exts 48 rem setup ODBC related exts 54 rem setup Firebird related exts 73 rem prepare for ext/openssl 90 rem set SSLEAY_CONF= 92 rem prepare for OPcache 97 rem prepare for enchant 111 rem prepare for snmp 118 rem prepare for mail [all …]
|
H A D | build_task.bat | 16 rem SDK is cached, deps info is cached as well 21 rem Something went wrong, most likely when concurrent builds were to fetch deps 22 rem updates. It might be, that some locking mechanism is needed. 34 rem Some undefined behavior is reported on 32-bit, this should be fixed
|
/PHP-8.2/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 47 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale) in bc_divmod() argument 65 bc_sub (num1, temp, rem, rscale); in bc_divmod()
|
H A D | bcmath.h | 129 int bc_divmod(bc_num num1, bc_num num2, bc_num *quo, bc_num *rem, int scale);
|
/PHP-8.2/ext/date/lib/ |
H A D | tm2unixtime.c | 277 timelib_sll count, dow, rem; in do_adjust_special_weekday() local 286 rem = (count % 5); in do_adjust_special_weekday() 289 if (rem == 0) { in do_adjust_special_weekday() 300 } else if (dow + rem > 5) { in do_adjust_special_weekday() 309 if (rem == 0) { in do_adjust_special_weekday() 317 } else if (dow + rem < 1) { in do_adjust_special_weekday() 322 time->d += rem; in do_adjust_special_weekday()
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | logtool.inc | 308 $rem = strlen($this->message) - $this->position; 318 if ($rem > $outLen) { // continuous line 320 if ($lineLen + ($rem - $outLen) < $this->limit) { 331 if ($rem !== $outLen) {
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.c | 3618 size_t rem; local 3620 rem = sizeof(Bigint) - sizeof(ULong) - sizeof(int); 3624 if (i > ((INT_MAX >> 2) + rem)) 3625 i = (INT_MAX >> 2) + rem; 3627 rem + j <= (size_t)i; j <<= 1)
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 249 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 23072 >1 string/cW rem DOS batch file text
|
H A D | magic私はガラスを食べられます | 23072 >1 string/cW rem DOS batch file text
|
Completed in 202 milliseconds