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.c1376 zend_ffi_type *dim_type; in zend_ffi_cdata_read_dim() local
1389 dim_type = type->array.type; in zend_ffi_cdata_read_dim()
1391 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1394 type->array.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1406 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim()
1408 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1411 type->pointer.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1952 zend_ffi_type *dim_type; in zend_ffi_cdata_it_get_current_data() local
1959 dim_type = type->array.type; in zend_ffi_cdata_it_get_current_data()
1961 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_it_get_current_data()
[all …]
/php-src/Zend/Optimizer/
H A Dzend_inference.c2186 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_array_result_type() argument
2200 if (dim_type & (MAY_BE_LONG|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_RESOURCE|MAY_BE_DOUBLE)) { in assign_dim_array_result_type()
2206 if (dim_type & MAY_BE_STRING) { in assign_dim_array_result_type()
2216 if (dim_type & (MAY_BE_UNDEF|MAY_BE_NULL)) { in assign_dim_array_result_type()
2231 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, uint8_t dim_op_type) { in assign_dim_result_type() argument
2245 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.c11885 if (dim_type == IS_UNDEF && type == BP_VAR_W && packed_loaded) {
12403 uint8_t dim_type) argument
12864 uint8_t dim_type) argument
12927 op2_info, op2_addr, op2_range, dim_type, NULL, NULL, NULL,
13039 uint8_t dim_type, argument
13238 uint8_t dim_type, argument
13303 op2_info, op2_addr, op2_range, dim_type, NULL, NULL, NULL,
13414 uint8_t dim_type, argument
13469 if (dim_type != IS_UNKNOWN
13470 && dim_type != IS_UNDEF
[all …]

Completed in 80 milliseconds