MSSQL_BOTH        454 ext/mssql/php_mssql.c 	REGISTER_LONG_CONSTANT("MSSQL_BOTH", MSSQL_BOTH, CONST_CS | CONST_PERSISTENT);
MSSQL_BOTH       1508 ext/mssql/php_mssql.c 		case MSSQL_BOTH:
MSSQL_BOTH       1512 ext/mssql/php_mssql.c 			result_type = (resulttype > 0 && (resulttype & MSSQL_BOTH)) ? resulttype : result_type;
MSSQL_BOTH       1598 ext/mssql/php_mssql.c 	php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, MSSQL_BOTH);