Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c1714 if (dim_type != IS_CONST) { in zend_fetch_dimension_address_inner()
1720 retval = zend_hash_find_ex(ht, offset_key, dim_type == IS_CONST); in zend_fetch_dimension_address_inner()
1830 …retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type EXECUTE_DAT… in zend_fetch_dimension_address()
1861 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address()
1923 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W EXECUTE_DATA_CC); in zend_fetch_dimension_address_W()
1929 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_RW EXECUTE_DATA_CC); in zend_fetch_dimension_address_RW()
1935 zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET EXECUTE_DATA_CC); in zend_fetch_dimension_address_UNSET()
2021 if (dim_type == IS_CONST && Z_EXTRA_P(dim) == ZEND_EXTRA_VALUE) { in zend_fetch_dimension_address_read()
2051 …zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_R, 1, 0 EXECUTE_DATA_CC… in zend_fetch_dimension_address_read_R()
2063 …zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_IS, 1, 0 EXECUTE_DATA_C… in zend_fetch_dimension_address_read_IS()
[all …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c2105 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_result_type() argument
2125 if (dim_type & (MAY_BE_LONG|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_RESOURCE|MAY_BE_DOUBLE)) { in assign_dim_result_type()
2128 if (dim_type & MAY_BE_STRING) { in assign_dim_result_type()
2135 if (dim_type & (MAY_BE_UNDEF|MAY_BE_NULL)) { in assign_dim_result_type()

Completed in 22 milliseconds