Home
last modified time | relevance | path

Searched refs:field_type (Results 1 – 4 of 4) 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/mysqli/tests/
H A Dfake_server.inc309 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING
345 $pr->field_type = $field['type'];
390 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING
441 $pr2->field_type = 'fd'; // FIELD_TYPE_VAR_STRING
466 $pr3->field_type = $field['type'];
/php-src/ext/ffi/
H A Dffi.c1279 zend_ffi_type *field_type = field->type; in zend_ffi_cdata_read_field() local
1281 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; local
6135 field_type = ZEND_FFI_TYPE(field_dcl->type);
6154 struct_type->size += field_type->size;
6174 zend_ffi_type *field_type; local
6231 struct_type->size += field_type->size;
6242 zend_ffi_type *field_type; local
[all …]

Completed in 24 milliseconds