/php-src/Zend/ |
H A D | zend_property_hooks.c | 27 bool by_ref; member 348 …nd_object_iterator *zend_hooked_object_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in zend_hooked_object_get_iterator()
|
H A D | zend_interfaces.c | 213 …tic zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in zend_user_it_get_iterator() 236 …zend_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref) in zend_user_it_get_new_iterator()
|
H A D | zend_generators.c | 1186 …ect_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in zend_generator_get_iterator()
|
H A D | zend_compile.c | 3060 static zend_op *zend_delayed_compile_dim(znode *result, zend_ast *ast, uint32_t type, bool by_ref) in zend_delayed_compile_dim() 3123 static zend_op *zend_compile_dim(znode *result, zend_ast *ast, uint32_t type, bool by_ref) /* {{{ */ in zend_compile_dim() 3205 static zend_op *zend_compile_prop(znode *result, zend_ast *ast, uint32_t type, bool by_ref) /* {{{ … in zend_compile_prop() 3216 static zend_op *zend_compile_static_prop(znode *result, zend_ast *ast, uint32_t type, bool by_ref, … in zend_compile_static_prop() 5684 bool by_ref = (CG(active_op_array)->fn_flags & ZEND_ACC_RETURN_REFERENCE) != 0; in zend_compile_return() local 6048 bool by_ref = value_ast->kind == ZEND_AST_REF; in zend_compile_foreach() local 10670 bool by_ref; in zend_compile_array() local 11571 static zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uint32_t type, bool by_ref) in zend_compile_var_inner() 11624 static zend_op *zend_compile_var(znode *result, zend_ast *ast, uint32_t type, bool by_ref) /* {{{ */ in zend_compile_var() 11632 static zend_op *zend_delayed_compile_var(znode *result, zend_ast *ast, uint32_t type, bool by_ref) … in zend_delayed_compile_var()
|
H A D | zend_weakrefs.c | 692 zend_class_entry *ce, zval *object, int by_ref) in zend_weakmap_get_iterator()
|
/php-src/ext/mysqli/ |
H A D | mysqli_result_iterator.c | 42 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator()
|
/php-src/ext/zend_test/ |
H A D | iterators.c | 90 int by_ref in test_traversable_get_iterator()
|
/php-src/ext/com_dotnet/ |
H A D | com_iterator.c | 134 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get()
|
H A D | com_handlers.c | 338 …bool by_ref = (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) !=… in com_method_get() local
|
H A D | com_saproxy.c | 536 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get()
|
/php-src/ext/intl/common/ |
H A D | common_enum.cpp | 170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator()
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 94 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator()
|
/php-src/ext/dom/ |
H A D | dom_iterators.c | 250 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator()
|
H A D | token_list.c | 710 zend_object_iterator *dom_token_list_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in dom_token_list_get_iterator()
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 1101 static zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) … in spl_heap_get_iterator() 1120 static zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_pqueue_get_iterator()
|
H A D | spl_array.c | 1516 bool by_ref; member 1643 static zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref)… in spl_array_get_iterator()
|
H A D | spl_fixedarray.c | 942 …c zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_fixedarray_get_iterator()
|
H A D | spl_directory.c | 1626 …nd_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_dir_get_iterator() 1819 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator()
|
H A D | spl_dllist.c | 1227 static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_dllist_get_iterator()
|
H A D | spl_iterators.c | 488 …end_object_iterator *spl_recursive_it_get_iterator(zend_class_entry *ce, zval *zobject, int by_ref) in spl_recursive_it_get_iterator()
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 2215 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get()
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 2440 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 1927 bool by_ref; member 2007 …ect_iterator *zend_ffi_cdata_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in zend_ffi_cdata_get_iterator()
|
/php-src/ext/date/ |
H A D | php_date.c | 1672 …iterator *date_object_period_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in date_object_period_get_iterator()
|