by_ref 165 Zend/zend.h zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref); by_ref 3438 Zend/zend_compile.c static void zend_compile_static_var_common(zend_ast *var_ast, zval *value, zend_bool by_ref) /* {{{ */ by_ref 3461 Zend/zend_compile.c opline = zend_emit_op(&result, by_ref ? ZEND_FETCH_W : ZEND_FETCH_R, &var_node, NULL); by_ref 3464 Zend/zend_compile.c if (by_ref) { by_ref 3579 Zend/zend_compile.c zend_bool by_ref = (CG(active_op_array)->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; by_ref 3587 Zend/zend_compile.c } else if (by_ref && zend_is_variable(expr_ast) && !zend_is_call(expr_ast)) { by_ref 3606 Zend/zend_compile.c opline = zend_emit_op(NULL, by_ref ? ZEND_RETURN_BY_REF : ZEND_RETURN, by_ref 3612 Zend/zend_compile.c } else if (by_ref && !zend_is_variable(expr_ast)) { by_ref 3891 Zend/zend_compile.c zend_bool by_ref = value_ast->kind == ZEND_AST_REF; by_ref 3908 Zend/zend_compile.c if (by_ref) { by_ref 3912 Zend/zend_compile.c if (by_ref && is_variable) { by_ref 3918 Zend/zend_compile.c if (by_ref) { by_ref 3923 Zend/zend_compile.c opline = zend_emit_op(&reset_node, by_ref ? ZEND_FE_RESET_RW : ZEND_FE_RESET_R, &expr_node, NULL); by_ref 3926 Zend/zend_compile.c opline = zend_emit_op(NULL, by_ref ? ZEND_FE_FETCH_RW : ZEND_FE_FETCH_R, &reset_node, NULL); by_ref 3935 Zend/zend_compile.c if (by_ref) { by_ref 4613 Zend/zend_compile.c zend_bool by_ref = var_ast->attr; by_ref 4621 Zend/zend_compile.c Z_CONST_FLAGS(zv) = by_ref ? IS_LEXICAL_REF : IS_LEXICAL_VAR; by_ref 4623 Zend/zend_compile.c zend_compile_static_var_common(var_ast, &zv, by_ref); by_ref 5841 Zend/zend_compile.c zend_bool by_ref = elem_ast->attr; by_ref 5845 Zend/zend_compile.c if (by_ref || elem_ast->child[0]->kind != ZEND_AST_ZVAL by_ref 6473 Zend/zend_compile.c zend_bool by_ref = elem_ast->attr; by_ref 6483 Zend/zend_compile.c if (by_ref) { by_ref 6499 Zend/zend_compile.c opline->extended_value |= by_ref; by_ref 1067 Zend/zend_generators.c zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1077 Zend/zend_generators.c if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REFERENCE)) { by_ref 260 Zend/zend_interfaces.c static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_ref) by_ref 264 Zend/zend_interfaces.c if (by_ref) { by_ref 282 Zend/zend_interfaces.c ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref) by_ref 299 Zend/zend_interfaces.c new_iterator = ce_it->get_iterator(ce_it, &iterator, by_ref); by_ref 71 Zend/zend_interfaces.h ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 138 ext/com_dotnet/com_iterator.c zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) by_ref 148 ext/com_dotnet/com_iterator.c if (by_ref) { by_ref 538 ext/com_dotnet/com_saproxy.c zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) by_ref 544 ext/com_dotnet/com_saproxy.c if (by_ref) { by_ref 86 ext/com_dotnet/php_com_dotnet_internal.h zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref); by_ref 182 ext/com_dotnet/php_com_dotnet_internal.h zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref); by_ref 1943 ext/date/php_date.c zend_object_iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1947 ext/date/php_date.c if (by_ref) { by_ref 255 ext/dom/dom_iterators.c zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 265 ext/dom/dom_iterators.c if (by_ref) { by_ref 127 ext/dom/php_dom.h zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 39 ext/intl/breakiterator/breakiterator_iterators.h zend_class_entry *ce, zval *object, int by_ref); by_ref 47 ext/mysqli/mysqli_result_iterator.c zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) by_ref 51 ext/mysqli/mysqli_result_iterator.c if (by_ref) { by_ref 215 ext/mysqli/php_mysqli_structs.h extern zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 2449 ext/pdo/pdo_stmt.c zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) by_ref 2454 ext/pdo/pdo_stmt.c if (by_ref) { by_ref 45 ext/pdo/php_pdo_int.h zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref); by_ref 2420 ext/simplexml/simplexml.c zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 2424 ext/simplexml/simplexml.c if (by_ref) { by_ref 154 ext/spl/spl_array.c zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 1144 ext/spl/spl_array.c zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1149 ext/spl/spl_array.c if (by_ref && (array_object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT)) { by_ref 1616 ext/spl/spl_directory.c zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) by_ref 1621 ext/spl/spl_directory.c if (by_ref) { by_ref 1814 ext/spl/spl_directory.c zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) by_ref 1819 ext/spl/spl_directory.c if (by_ref) { by_ref 368 ext/spl/spl_dllist.c zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 1298 ext/spl/spl_dllist.c zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1303 ext/spl/spl_dllist.c if (by_ref) { by_ref 213 ext/spl/spl_fixedarray.c zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 1024 ext/spl/spl_fixedarray.c zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1028 ext/spl/spl_fixedarray.c if (by_ref) { by_ref 350 ext/spl/spl_heap.c zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref); by_ref 1084 ext/spl/spl_heap.c zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1089 ext/spl/spl_heap.c if (by_ref) { by_ref 1108 ext/spl/spl_heap.c zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ by_ref 1113 ext/spl/spl_heap.c if (by_ref) { by_ref 441 ext/spl/spl_iterators.c static zend_object_iterator *spl_recursive_it_get_iterator(zend_class_entry *ce, zval *zobject, int by_ref) by_ref 446 ext/spl/spl_iterators.c if (by_ref) {