Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/array/
H A Dbug29493.phpt33 // is_ref($a) = true
55 // is_ref($a) = true
59 // is_ref($a) = true
/PHP-5.5/Zend/
H A Dzend_variables.c196 zend_bool is_ref; in zval_copy_static_var() local
200 is_ref = Z_TYPE_PP(p) & IS_LEXICAL_REF; in zval_copy_static_var()
206 if (is_ref) { in zval_copy_static_var()
215 if (is_ref) { in zval_copy_static_var()
H A Dzend.h808 int is_ref, refcount; \
811 is_ref = Z_ISREF_PP(ppzv_dest); \
818 Z_SET_ISREF_TO_PP(ppzv_dest, is_ref); \
H A Dzend_compile.h517 void zend_do_fetch_lexical_variable(znode *varname, zend_bool is_ref TSRMLS_DC);
583 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR…
584 …d_array_element(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSRMLS_DC);
H A Dzend_API.h512 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref
598 zend_uchar is_ref = Z_ISREF_P(z); \
610 Z_SET_ISREF_TO_P(z, is_ref); \
H A Dzend_execute_API.c477 zend_uchar is_ref; in zval_update_constant_ex() local
485 is_ref = Z_ISREF_P(p); in zval_update_constant_ex()
555 Z_SET_ISREF_TO_P(p, is_ref); in zval_update_constant_ex()
H A Dzend_compile.c5737 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR… in zend_do_init_array()
5768 opline->extended_value = is_ref; in zend_do_init_array()
5772 …element(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSRMLS_DC) /* {{{ … in zend_do_add_array_element()
5796 opline->extended_value = is_ref; in zend_do_add_array_element()
6033 void zend_do_fetch_lexical_variable(znode *varname, zend_bool is_ref TSRMLS_DC) /* {{{ */ in zend_do_fetch_lexical_variable()
6045 Z_TYPE(value.u.constant) |= is_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR; in zend_do_fetch_lexical_variable()
6049 …zend_do_fetch_static_variable(varname, &value, is_ref ? ZEND_FETCH_STATIC : ZEND_FETCH_LEXICAL TSR… in zend_do_fetch_lexical_variable()
H A Dzend_API.c2594 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref in zend_set_hash_symbol() argument
2601 Z_SET_ISREF_TO_P(symbol, is_ref); in zend_set_hash_symbol()
/PHP-5.5/Zend/tests/
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h134 #define Z_ISREF_P(pz) (pz)->is_ref
137 #define Z_SET_ISREF_TO_P(pz, isref) (pz)->is_ref = (isref)
142 #define PZ_ISREF_P(pz) (pz)->is_ref
145 #define PZ_SET_ISREF_TO_P(pz, isref) (pz)->is_ref = (isref)
/PHP-5.5/ext/zip/
H A Dphp_zip.h42 # define Z_UNSET_ISREF_P(pz) pz->is_ref = 0
/PHP-5.5/ext/mysqli/tests/
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
/PHP-5.5/
H A D.gdbinit178 printf ",is_ref"
H A DNEWS8094 - Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3461 zend_uchar is_ref; in ZEND_METHOD() local
3477 is_ref = Z_ISREF_PP(variable_ptr); in ZEND_METHOD()
3482 Z_SET_ISREF_TO_PP(variable_ptr, is_ref); in ZEND_METHOD()

Completed in 102 milliseconds