Home
last modified time | relevance | path

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

/PHP-5.3/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 $
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddivmod.c48 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale TSRMLS_DC) in bc_divmod() argument
66 bc_sub (num1, temp, rem, rscale); in bc_divmod()
H A Dbcmath.h140 bc_num *rem, int scale TSRMLS_DC));
/PHP-5.3/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.c150 int rem; in utf32le_left_adjust_char_head() local
154 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
155 return (UChar* )(s - rem); in utf32le_left_adjust_char_head()
/PHP-5.3/ext/pdo/
H A Dpdo.c341 unsigned int rem = (unsigned int)(i64 - quo*10U); in php_pdo_int64_to_str() local
342 *--p = digit_vec[rem]; in php_pdo_int64_to_str()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c4871 int rem; in parse_exp() local
4873 rem = ONIGENC_MBC_MINLEN(env->enc) - len; in parse_exp()
4874 (void )node_str_head_pad(&NSTRING(*np), rem, (UChar )0); in parse_exp()
4875 if (len + rem == enc_len(env->enc, NSTRING(*np).s)) { in parse_exp()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic10918 >1 string/cW rem\ DOS batch file text

Completed in 60 milliseconds