Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/ffi/
H A Dffi.c1859 if (type1->kind == ZEND_FFI_TYPE_POINTER || type1->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2220 if (type1 == type2) { in zend_ffi_is_same_type()
2222 } else if (type1->kind == type2->kind) { in zend_ffi_is_same_type()
2226 type1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_is_same_type()
2234 type1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_is_same_type()
4391 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4403 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
4408 if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) { in ZEND_METHOD()
4446 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4467 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
[all …]
/php-src/ext/standard/tests/array/
H A Darray_merge.phpt75 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));
902 string(5) "type1"
/php-src/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
/php-src/ext/opcache/jit/ir/
H A Dir.c1788 …check_partial_aliasing(const ir_ctx *ctx, ir_ref addr1, ir_ref addr2, ir_type type1, ir_type type2) argument
1838 return offset1 + ir_type_size[type1] <= offset2 ? IR_NO_ALIAS : IR_MUST_ALIAS;

Completed in 41 milliseconds