Home
last modified time | relevance | path

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

/PHP-8.1/ext/ffi/
H A Dffi.c1796 if (type1->kind == ZEND_FFI_TYPE_POINTER || type1->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2157 if (type1 == type2) { in zend_ffi_is_same_type()
2159 } else if (type1->kind == type2->kind) { in zend_ffi_is_same_type()
2163 type1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_is_same_type()
2171 type1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_is_same_type()
4271 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4283 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
4288 if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) { in ZEND_METHOD()
4326 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4347 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
[all …]
/PHP-8.1/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-8.1/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
/PHP-8.1/ext/standard/
H A Darray.c2737 int type1, type2; local
2741 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);
2744 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
2746 } else if (type1 == IS_LONG || type2 == IS_LONG) {

Completed in 54 milliseconds