Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_33689.phpt60 [0] => not_null
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt267 // verify the flags array contains a not_null flag and not nullable flags
274 if ($flag == 'not_null')
283 // verify the flags array contains a nullable flag and not not_null flags
290 if ($flag == 'not_null')
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4555 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
4567 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
4606 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =… in php_pgsql_convert()

Completed in 22 milliseconds