type1            72281 ext/sqlite3/libsqlite/sqlite3.c   u16 type1;      /* Numeric type of left operand */
type1            72289 ext/sqlite3/libsqlite/sqlite3.c   type1 = numericType(pIn1);
type1            72295 ext/sqlite3/libsqlite/sqlite3.c   if( (type1 & type2 & MEM_Int)!=0 ){
type1            72351 ext/sqlite3/libsqlite/sqlite3.c     if( ((type1|type2)&MEM_Real)==0 && !bIntint ){
type1            2120 ext/standard/array.c 		int type1, type2;
type1            2124 ext/standard/array.c 		type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);
type1            2127 ext/standard/array.c 		if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
type1            2129 ext/standard/array.c 		} else if (type1 == IS_LONG || type2 == IS_LONG) {