Home
last modified time | relevance | path

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

/PHP-8.3/ext/odbc/tests/
H A Dodbc_field_type_001.phpt14 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');
/PHP-8.3/ext/opcache/tests/opt/
H A Dsccp_023.phpt12 function a ($field_type, $allowed_values) {
19 return $settings[$field_type];
/PHP-8.3/ext/ffi/
H A Dffi.c1277 zend_ffi_type *field_type = field->type; in zend_ffi_cdata_read_field() local
1279 if (ZEND_FFI_TYPE_IS_OWNED(field_type)) { in zend_ffi_cdata_read_field()
1280 field_type = ZEND_FFI_TYPE(field_type); in zend_ffi_cdata_read_field()
1283 field->type = field_type = zend_ffi_remember_type(field_type); in zend_ffi_cdata_read_field()
6087 zend_ffi_type *field_type; local
6091 field_type = ZEND_FFI_TYPE(field_dcl->type);
6110 struct_type->size += field_type->size;
6130 zend_ffi_type *field_type; local
6187 struct_type->size += field_type->size;
6198 zend_ffi_type *field_type; local
[all …]

Completed in 27 milliseconds