Searched refs:dim_type (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_execute.c | 994 …*zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address_inner() argument 1013 if (dim_type == IS_CONST) { in zend_fetch_dimension_address_inner() 1087 …ion_address(temp_variable *result, zval **container_ptr, zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address() argument 1110 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address() 1195 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address() 1224 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address() 1251 …ion_address_read(temp_variable *result, zval *container, zval *dim, int dim_type, int type TSRMLS_… in zend_fetch_dimension_address_read() argument 1258 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address_read() 1328 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address_read() 1342 if (dim_type == IS_TMP_VAR) { in zend_fetch_dimension_address_read()
|
Completed in 9 milliseconds