Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/array/
H A Dbug29493.phpt33 // is_ref($a) = true
55 // is_ref($a) = true
59 // is_ref($a) = true
/PHP-5.3/Zend/tests/
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
/PHP-5.3/ext/zip/
H A Dphp_zip.h42 # define Z_UNSET_ISREF_P(pz) pz->is_ref = 0
/PHP-5.3/Zend/
H A Dzend_closures.c338 zend_bool is_ref; in zval_copy_static_var() local
342 is_ref = Z_TYPE_PP(p) & IS_LEXICAL_REF; in zval_copy_static_var()
348 if (is_ref) { in zval_copy_static_var()
357 if (is_ref) { in zval_copy_static_var()
H A Dzend.h720 int is_ref, refcount; \
723 is_ref = Z_ISREF_PP(ppzv_dest); \
730 Z_SET_ISREF_TO_PP(ppzv_dest, is_ref); \
H A Dzend_compile.h439 void zend_do_fetch_lexical_variable(znode *varname, zend_bool is_ref TSRMLS_DC);
494 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR…
495 …d_array_element(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSRMLS_DC);
H A Dzend_API.h496 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref
565 zend_uchar is_ref = Z_ISREF_P(z); \
577 Z_SET_ISREF_TO_P(z, is_ref); \
H A Dzend_execute_API.c512 zend_uchar is_ref; in zval_update_constant_ex() local
520 is_ref = Z_ISREF_P(p); in zval_update_constant_ex()
590 Z_SET_ISREF_TO_P(p, is_ref); in zval_update_constant_ex()
H A Dzend_compile.c4043 void zend_do_init_array(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSR… in zend_do_init_array()
4062 opline->extended_value = is_ref; in zend_do_init_array()
4066 …element(znode *result, const znode *expr, const znode *offset, zend_bool is_ref TSRMLS_DC) /* {{{ … in zend_do_add_array_element()
4078 opline->extended_value = is_ref; in zend_do_add_array_element()
4284 void zend_do_fetch_lexical_variable(znode *varname, zend_bool is_ref TSRMLS_DC) /* {{{ */ in zend_do_fetch_lexical_variable()
4296 Z_TYPE(value.u.constant) |= is_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR; in zend_do_fetch_lexical_variable()
4300 …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.c2284 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
2291 Z_SET_ISREF_TO_P(symbol, is_ref); in zend_set_hash_symbol()
/PHP-5.3/ext/mysqli/tests/
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
/PHP-5.3/
H A D.gdbinit73 printf ",is_ref"
H A DNEWS5044 - Fixed bug #33282 (Re-assignment by reference does not clear the is_ref
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c3163 zend_uchar is_ref; in ZEND_METHOD() local
3179 is_ref = Z_ISREF_PP(variable_ptr); in ZEND_METHOD()
3184 Z_SET_ISREF_TO_PP(variable_ptr, is_ref); in ZEND_METHOD()

Completed in 92 milliseconds