Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_33689.phpt57 [0] => not_null
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt239 // verify the flags array countains a not_null flag and not nullable flags
246 if ($flag == 'not_null')
255 // verify the flags array countains a nullable flag and not not_null flags
262 if ($flag == 'not_null')
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5840 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
5852 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; local
5889 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =…

Completed in 27 milliseconds