dim_type         1031 Zend/zend_execute.c static inline zval **zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, int dim_type, int type TSRMLS_DC)
dim_type         1050 Zend/zend_execute.c 			if (dim_type == IS_CONST) {
dim_type         1120 Zend/zend_execute.c static void zend_fetch_dimension_address(temp_variable *result, zval **container_ptr, zval *dim, int dim_type, int type TSRMLS_DC)
dim_type         1143 Zend/zend_execute.c 				retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC);
dim_type         1228 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
dim_type         1257 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
dim_type         1284 Zend/zend_execute.c static void zend_fetch_dimension_address_read(temp_variable *result, zval *container, zval *dim, int dim_type, int type TSRMLS_DC)
dim_type         1291 Zend/zend_execute.c 			retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC);
dim_type         1361 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {
dim_type         1377 Zend/zend_execute.c 				if (dim_type == IS_TMP_VAR) {