Searched refs:rem (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/win32/ |
H A D | builddef.bat | 2 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.4/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 48 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 D | bcmath.h | 140 bc_num *rem, int scale TSRMLS_DC));
|
/PHP-5.4/ext/mbstring/oniguruma/enc/ |
H A D | utf32_be.c | 152 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 D | utf32_le.c | 150 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.4/ext/pdo/ |
H A D | pdo.c | 341 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.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 4871 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.4/ext/fileinfo/tests/ |
H A D | magic | 12846 >1 string/cW rem DOS batch file text
|
Completed in 50 milliseconds