Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c993 …*zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address_inner() argument
1012 if (dim_type == IS_CONST) { in zend_fetch_dimension_address_inner()
1086 …ion_address(temp_variable *result, zval **container_ptr, zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address() argument
1109 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address()
1194 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address()
1223 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address()
1250 …ion_address_read(temp_variable *result, zval *container, zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address_read() argument
1257 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address_read()
1327 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address_read()
1341 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address_read()

Completed in 9 milliseconds