Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c4526 if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_TYPE_P(has_default) == IS_TRUE) { \
4543 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
4586 …if (!err && (has_default = zend_hash_str_find(Z_ARRVAL_P(def), "has default", sizeof("has default"… in php_pgsql_convert()

Completed in 14 milliseconds