Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.c2702 if (ZEND_CONST_COND(dim_type != IS_CONST, 1)) { in zend_fetch_dimension_address_inner()
2709 retval = zend_hash_find_ex(ht, offset_key, ZEND_CONST_COND(dim_type == IS_CONST, 0)); in zend_fetch_dimension_address_inner()
2830 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2832 } else if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address()
2890 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2910 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W EXECUTE_DATA_CC); in zend_fetch_dimension_address_W()
2916 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_RW EXECUTE_DATA_CC); in zend_fetch_dimension_address_RW()
2922 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET EXECUTE_DATA_CC); in zend_fetch_dimension_address_UNSET()
3035 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
3038 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address_read()
[all …]
/php-src/ext/ffi/
H A Dffi.c1377 zend_ffi_type *dim_type; in zend_ffi_cdata_read_dim() local
1390 dim_type = type->array.type; in zend_ffi_cdata_read_dim()
1392 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1395 type->array.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1407 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim()
1409 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1412 type->pointer.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1953 zend_ffi_type *dim_type; in zend_ffi_cdata_it_get_current_data() local
1960 dim_type = type->array.type; in zend_ffi_cdata_it_get_current_data()
1962 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_it_get_current_data()
[all …]
/php-src/Zend/Optimizer/
H A Dzend_inference.c2190 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_array_result_type() argument
2204 if (dim_type & (MAY_BE_LONG|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_RESOURCE|MAY_BE_DOUBLE)) { in assign_dim_array_result_type()
2210 if (dim_type & MAY_BE_STRING) { in assign_dim_array_result_type()
2220 if (dim_type & (MAY_BE_UNDEF|MAY_BE_NULL)) { in assign_dim_array_result_type()
2235 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_result_type() argument
2249 tmp |= assign_dim_array_result_type(arr_type, dim_type, value_type, dim_op_type); in assign_dim_result_type()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c12028 if (dim_type == IS_UNDEF && type == BP_VAR_W && packed_loaded) {
12546 uint8_t dim_type) argument
13007 uint8_t dim_type) argument
13070 op2_info, op2_addr, op2_range, dim_type, NULL, NULL, NULL,
13182 uint8_t dim_type, argument
13381 uint8_t dim_type, argument
13446 op2_info, op2_addr, op2_range, dim_type, NULL, NULL, NULL,
13557 uint8_t dim_type, argument
13619 if (dim_type != IS_UNKNOWN
13620 && dim_type != IS_UNDEF
[all …]

Completed in 93 milliseconds