Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/tests/array/
H A Dbug29493.phpt33 // is_ref($a) = true
55 // is_ref($a) = true
59 // is_ref($a) = true
/PHP-7.0/Zend/
H A Dzend_variables.c275 zend_bool is_ref; in zval_copy_static_var() local
279 is_ref = Z_CONST_FLAGS_P(p) & IS_LEXICAL_REF; in zval_copy_static_var()
286 if (is_ref) { in zval_copy_static_var()
297 if (!is_ref) { in zval_copy_static_var()
306 if (is_ref) { in zval_copy_static_var()
H A Dzend_API.h534 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref
H A Dzend_API.c2741 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
2748 if (is_ref) { in zend_set_hash_symbol()
H A Dzend_compile.c4525 zend_bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
4585 arg_info->pass_by_reference = is_ref; in zend_compile_params()
/PHP-7.0/Zend/tests/
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
H A Dbug71336.phpt2 Bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())
/PHP-7.0/ext/zip/
H A Dphp_zip.h45 # define Z_UNSET_ISREF_P(pz) pz->is_ref = 0
/PHP-7.0/ext/standard/
H A Dvar.c35 #define COMMON (is_ref ? "&" : "")
83 int is_ref = 0; in php_var_dump() local
180 is_ref = 1; in php_var_dump()
253 int is_ref = 0; in php_debug_zval_dump() local
345 is_ref = 1; in php_debug_zval_dump()
594 zend_bool is_ref = Z_ISREF_P(var); in php_add_var_hash() local
598 if (!is_ref && Z_TYPE_P(var) != IS_OBJECT) { in php_add_var_hash()
603 if (is_ref && Z_TYPE_P(Z_REFVAL_P(var)) == IS_OBJECT) { in php_add_var_hash()
614 if (is_ref) { in php_add_var_hash()
/PHP-7.0/ext/mysqli/tests/
H A D009.phpt52 $c8 = 4567;// change this to test how mysqli/mysqlnd handles is_ref changing
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.c653 #define COMMON (is_ref ? "&" : "")
661 zend_bool is_ref = 0; in phpdbg_xml_var_dump() local
666 is_ref = Z_ISREF_P(zv) && GC_REFCOUNT(Z_COUNTED_P(zv)) > 1; in phpdbg_xml_var_dump()
/PHP-7.0/
H A DNEWS1943 . Fixed bug #71336 (Wrong is_ref on properties as exposed via

Completed in 89 milliseconds