Searched refs:field_type (Results 1 – 4 of 4) sorted by relevance
14 odbc_exec($conn, 'CREATE TABLE field_type (foo INT, bar TEXT, baz VARBINARY(50))');16 $res = odbc_exec($conn, 'SELECT * FROM field_type');32 odbc_exec($conn, 'DROP TABLE field_type');
12 function a ($field_type, $allowed_values) {19 return $settings[$field_type];
309 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING345 $pr->field_type = $field['type'];390 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING441 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING466 $pr3->field_type = $field['type'];
1279 zend_ffi_type *field_type = field->type; in zend_ffi_cdata_read_field() local1281 if (ZEND_FFI_TYPE_IS_OWNED(field_type)) { in zend_ffi_cdata_read_field()1282 field_type = ZEND_FFI_TYPE(field_type); in zend_ffi_cdata_read_field()1285 field->type = field_type = zend_ffi_remember_type(field_type); in zend_ffi_cdata_read_field()6131 zend_ffi_type *field_type; local6135 field_type = ZEND_FFI_TYPE(field_dcl->type);6154 struct_type->size += field_type->size;6174 zend_ffi_type *field_type; local6231 struct_type->size += field_type->size;6242 zend_ffi_type *field_type; local[all …]
Completed in 42 milliseconds