Searched refs:not_null (Results 1 – 3 of 3) sorted by relevance
57 [0] => not_null
239 // verify the flags array countains a not_null flag and not nullable flags246 if ($flag == 'not_null')255 // verify the flags array countains a nullable flag and not not_null flags262 if ($flag == 'not_null')
5840 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; local5889 …if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) =…
Completed in 23 milliseconds