Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/appveyor/
H A Dtest_task.bat20 rem setup MySQL related exts
34 rem setup PostgreSQL related exts
37 rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
43 rem setup ODBC related exts
49 rem prepare for ext/openssl
61 rem set OPENSSL_CONF=%OPENSSLDIR%\openssl.cnf
63 rem set SSLEAY_CONF=
65 rem prepare for Opcache
68 rem prepare for enchant
H A Dbuild_task.bat36 rem SDK is cached, deps info is cached as well
41 rem Something went wrong, most likely when concurrent builds were to fetch deps
42 rem updates. It might be, that some locking mechanism is needed.
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddivmod.c47 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 Dbcmath.h141 bc_num *rem, int scale));
/PHP-7.4/win32/
H A Dphp_inttypes.h53 intmax_t rem; member
289 result.rem = numer % denom; in imaxdiv()
291 if (numer < 0 && result.rem > 0) { in imaxdiv()
294 result.rem -= denom; in imaxdiv()
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c274 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
283 rem = (count % 5); in do_adjust_special_weekday()
286 if (rem == 0) { in do_adjust_special_weekday()
297 } else if (dow + rem > 5) { in do_adjust_special_weekday()
306 if (rem == 0) { in do_adjust_special_weekday()
314 } else if (dow + rem < 1) { in do_adjust_special_weekday()
319 time->d += rem; in do_adjust_special_weekday()
/PHP-7.4/ext/pdo/
H A Dpdo.c301 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str() local
302 *--p = digit_vec[rem]; in php_pdo_int64_to_str()
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc204 $rem = strlen($this->message) - $this->position;
213 if ($rem > $outLen) { // continuous line
215 if ($lineLen + ($rem - $outLen) < $this->limit) {
225 if ($rem !== $outLen) {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20438 >1 string/cW rem DOS batch file text
H A Dmagic20438 >1 string/cW rem DOS batch file text

Completed in 105 milliseconds