int16_t 93 ext/mysqlnd/mysqlnd_portability.h typedef signed short int16_t; /* Signed integer >= 16 bits */ int16_t 95 ext/mysqlnd/mysqlnd_portability.h typedef int16 int16_t; /* Signed integer >= 16 bits */ int16_t 70 win32/php_stdint.h typedef __int16 int16_t;