Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_only_of_type.phpt12 <div class="only-of-type1">
27 test_helper($dom, '.only-of-type1 p:only-of-type');
33 --- Selector: .only-of-type1 p:only-of-type ---
/php-src/ext/ffi/
H A Dffi.c1861 if (type1->kind == ZEND_FFI_TYPE_POINTER || type1->kind == ZEND_FFI_TYPE_ARRAY) { in zend_ffi_cdata_do_operation()
2222 if (type1 == type2) { in zend_ffi_is_same_type()
2224 } else if (type1->kind == type2->kind) { in zend_ffi_is_same_type()
2228 type1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_is_same_type()
2236 type1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_is_same_type()
4438 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4450 type1 = ZEND_FFI_TYPE(cdata1->type); in ZEND_METHOD()
4455 if (type1->kind != ZEND_FFI_TYPE_POINTER && size > type1->size) { in ZEND_METHOD()
4493 zend_ffi_type *type1, *type2; in ZEND_METHOD() local
4514 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.c1824 …check_partial_aliasing(const ir_ctx *ctx, ir_ref addr1, ir_ref addr2, ir_type type1, ir_type type2) argument
1878 return offset1 + ir_type_size[type1] <= offset2 ? IR_NO_ALIAS : IR_MUST_ALIAS;

Completed in 46 milliseconds