Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/tests/opt/
H A Dsccp_023.phpt12 function a ($field_type, $allowed_values) {
19 return $settings[$field_type];
/php-src/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()
6084 zend_ffi_type *field_type; local
6088 field_type = ZEND_FFI_TYPE(field_dcl->type);
6107 struct_type->size += field_type->size;
6127 zend_ffi_type *field_type; local
6184 struct_type->size += field_type->size;
6195 zend_ffi_type *field_type; local
[all …]

Completed in 28 milliseconds