Home
last modified time | relevance | path

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

/php-src/ext/pdo_mysql/tests/
H A Dbug_33689.phpt58 [0] => not_null
/php-src/ext/pgsql/
H A Dpgsql.c4838 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
4850 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
4889 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =… in php_pgsql_convert()

Completed in 18 milliseconds