Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dbuilddef.bat2 rem Generate phpts.def file, which exports symbols from our dll that
3 rem are present in some of the libraries which are compiled statically
4 rem into PHP
5 rem $Id: builddef.bat,v 1.4 2003-12-08 12:56:47 rrichards Exp $
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.1/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 prepare for ext/openssl
51 rem set OPENSSL_CONF=
52 rem set SSLEAY_CONF=
54 rem prepare for Opcache
57 rem prepare for enchant
H A Dbuild_task.bat24 rem SDK is cached, deps info is cached as well
29 rem Something went wrong, most likely when concurrent builds were to fetch deps
30 rem updates. It might be, that some locking mechanism is needed.
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Ddivmod.c48 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale) in bc_divmod() argument
66 bc_sub (num1, temp, rem, rscale); in bc_divmod()
H A Dbcmath.h140 bc_num *rem, int scale));
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c152 int rem; in utf32be_left_adjust_char_head() local
156 rem = (s - start) % 4; in utf32be_left_adjust_char_head()
157 return (UChar* )(s - rem); in utf32be_left_adjust_char_head()
H A Dutf32_le.c152 int rem; in utf32le_left_adjust_char_head() local
156 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
157 return (UChar* )(s - rem); in utf32le_left_adjust_char_head()
/PHP-7.1/ext/date/lib/
H A Dtm2unixtime.c251 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
260 rem = (count % 5); in do_adjust_special_weekday()
263 if (rem == 0) { in do_adjust_special_weekday()
274 } else if (dow + rem > 5) { in do_adjust_special_weekday()
283 if (rem == 0) { in do_adjust_special_weekday()
291 } else if (dow + rem < 1) { in do_adjust_special_weekday()
296 time->d += rem; in do_adjust_special_weekday()
/PHP-7.1/ext/pdo/
H A Dpdo.c317 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str() local
318 *--p = digit_vec[rem]; in php_pdo_int64_to_str()
/PHP-7.1/sapi/fpm/tests/
H A Dlogtool.inc184 $rem = strlen($this->message) - $this->position;
193 if ($rem > $outLen) { // continuous line
195 if ($lineLen + ($rem - $outLen) < $this->limit) {
205 if ($rem !== $outLen) {
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c3314 Node *rem; in expand_case_fold_string_alt() local
3318 r = expand_case_fold_make_rem_string(&rem, q, end, reg); in expand_case_fold_string_alt()
3327 onig_node_free(rem); in expand_case_fold_string_alt()
3330 if (IS_NULL(onig_node_list_add(xnode, rem))) { in expand_case_fold_string_alt()
3333 onig_node_free(rem); in expand_case_fold_string_alt()
H A Dregparse.c5135 int rem; in parse_exp() local
5137 rem = ONIGENC_MBC_MINLEN(env->enc) - len; in parse_exp()
5138 (void )node_str_head_pad(NSTR(*np), rem, (UChar )0); in parse_exp()
5139 if (len + rem == enclen(env->enc, NSTR(*np)->s)) { in parse_exp()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic14402 >1 string/cW rem DOS batch file text
H A Dmagic私はガラスを食べられます14402 >1 string/cW rem DOS batch file text

Completed in 347 milliseconds