Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/array/
H A Darray_merge.phpt75 var_dump(array_merge($begin_array[4], (array)"type1", (array)10, (array)12.34));
733 string(5) "type1"
/PHP-8.0/ext/ffi/
H A Dffi.c1789 if (type1->kind == ZEND_FFI_TYPE_POINTER || type1->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2144 if (type1 == type2) { in zend_ffi_is_same_type()
2146 } else if (type1->kind == type2->kind) { in zend_ffi_is_same_type()
2150 type1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_is_same_type()
2158 type1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_is_same_type()
4256 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4268 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
4273 if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) { in ZEND_METHOD()
4311 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4332 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
[all …]
/PHP-8.0/ext/ffi/tests/
H A D002.phpt18 typedef int type1;
/PHP-8.0/ext/standard/
H A Darray.c2748 int type1, type2; local
2752 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);
2755 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) {
2757 } else if (type1 == IS_LONG || type2 == IS_LONG) {

Completed in 38 milliseconds