Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c1763 if (type1->kind == ZEND_FFI_TYPE_POINTER || type1->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2111 if (type1 == type2) { in zend_ffi_is_same_type()
2113 } else if (type1->kind == type2->kind) { in zend_ffi_is_same_type()
2117 type1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_is_same_type()
2125 type1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_is_same_type()
4239 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4251 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
4256 if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) { in ZEND_METHOD()
4294 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4315 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge.phpt79 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));
743 string(5) "type1"
/PHP-7.4/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
/PHP-7.4/ext/standard/
H A Darray.c2795 int type1, type2; local
2799 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);
2802 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
2804 } else if (type1 == IS_LONG || type2 == IS_LONG) {

Completed in 42 milliseconds