Home
last modified time | relevance | path

Searched refs:is_unsigned (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/
H A Dsnprintf.h130 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned,
H A Dsnprintf.c211 PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, in ap_php_conv_10() argument
217 if (is_unsigned) { in ap_php_conv_10()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c427 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()
439 bind[ofs].is_unsigned = (stmt->stmt->fields[ofs].flags & UNSIGNED_FLAG) ? 1 : 0; in mysqli_stmt_bind_result_do_bind()

Completed in 20 milliseconds