Searched defs:is_null (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.c | 129 ZEND_ARG_INFO(0, is_null) 2004 /* {{{ proto bool mssql_bind(resource stmt, string param_name, mixed var, int type [, bool is_output [, bool is_null [, int maxlen]]]) 2013 zend_bool is_output = 0, is_null = 0; local 2019 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsZl|bbl", &stmt, ¶m_name, ¶m_name_len, &var, &type, &is_output, &is_null, &maxlen) == FAILURE) { 2036 if (is_null) { 2046 if (is_null) {
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | php_mysqli_structs.h | 111 char *is_null; member in struct:__anon123
|
| /PHP_TRUNK/ext/standard/ |
| H A D | php_type.h | 30 PHP_FUNCTION(is_null); variable
|
Completed in 9 milliseconds