Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c2158 if (ZEND_CONST_COND(dim_type != IS_CONST, 1)) { in zend_fetch_dimension_address_inner()
2164 retval = zend_hash_find_ex(ht, offset_key, ZEND_CONST_COND(dim_type == IS_CONST, 0)); in zend_fetch_dimension_address_inner()
2307 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2310 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address()
2350 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2372 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W EXECUTE_DATA_CC); in zend_fetch_dimension_address_W()
2378 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_RW EXECUTE_DATA_CC); in zend_fetch_dimension_address_RW()
2384 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET EXECUTE_DATA_CC); in zend_fetch_dimension_address_UNSET()
2462 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
2465 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address_read()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c1274 zend_ffi_type *dim_type; in zend_ffi_cdata_read_dim() local
1287 dim_type = type->array.type; in zend_ffi_cdata_read_dim()
1289 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1292 type->array.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1304 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim()
1306 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_read_dim()
1309 type->pointer.type = dim_type = zend_ffi_remember_type(dim_type); in zend_ffi_cdata_read_dim()
1855 zend_ffi_type *dim_type; in zend_ffi_cdata_it_get_current_data() local
1862 dim_type = type->array.type; in zend_ffi_cdata_it_get_current_data()
1864 dim_type = ZEND_FFI_TYPE(dim_type); in zend_ffi_cdata_it_get_current_data()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2107 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_result_type() argument
2130 if (dim_type & (MAY_BE_LONG|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_RESOURCE|MAY_BE_DOUBLE)) { in assign_dim_result_type()
2133 if (dim_type & MAY_BE_STRING) { in assign_dim_result_type()
2140 if (dim_type & (MAY_BE_UNDEF|MAY_BE_NULL)) { in assign_dim_result_type()

Completed in 45 milliseconds