Searched refs:ZEND_CONST_COND (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_multiply.h | 175 if (ZEND_CONST_COND(offset == 0, 0)) { in zend_safe_address() 209 if (ZEND_CONST_COND(offset == 0, 0)) { in zend_safe_address()
|
H A D | zend_execute.h | 138 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && Z_ISREF_P(value)) { in zend_copy_to_variable() 144 if (ZEND_CONST_COND(value_type == IS_CONST, 0)) { in zend_copy_to_variable() 152 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_copy_to_variable()
|
H A D | zend_portability.h | 352 # define ZEND_CONST_COND(_condition, _default) \ macro 355 # define ZEND_CONST_COND(_condition, _default) \ macro
|
H A D | zend_execute.c | 2702 if (ZEND_CONST_COND(dim_type != IS_CONST, 1)) { in zend_fetch_dimension_address_inner() 2709 retval = zend_hash_find_ex(ht, offset_key, ZEND_CONST_COND(dim_type == IS_CONST, 0)); in zend_fetch_dimension_address_inner() 2830 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address() 2890 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address() 3035 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read() 3060 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
|
Completed in 40 milliseconds