Home
last modified time | relevance | path

Searched refs:by_ref (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.0/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt10 function by_ref(&$arg) {
19 echo "------ Calling by_ref() with unreferenced argument ------\n";
21 call_user_func_array('by_ref', $arg);
30 echo "------ Calling by_ref() with referenced argument ------\n";
33 call_user_func_array('by_ref', $arg);
43 ------ Calling by_ref() with unreferenced argument ------
45 Warning: by_ref(): Argument #1 ($arg) must be passed by reference, value given in %s on line %d
55 ------ Calling by_ref() with referenced argument ------
/PHP-8.0/ext/opcache/tests/
H A Dwrong_inlining_005.phpt8 function by_ref(&$var)
17 by_ref(get_array()[0]);
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.h37 zend_class_entry *ce, zval *object, int by_ref);
H A Dbreakiterator_iterators.cpp93 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator() argument
96 if (by_ref) { in _breakiterator_get_iterator()
/PHP-8.0/ext/mysqli/
H A Dmysqli_result_iterator.c43 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator() argument
47 if (by_ref) { in php_mysqli_result_get_iterator()
H A Dphp_mysqli_structs.h174 …nd_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-8.0/ext/pdo/
H A Dphp_pdo_int.h40 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref);
/PHP-8.0/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h79 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref);
147 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref);
H A Dcom_iterator.c134 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get() argument
144 if (by_ref) { in php_com_iter_get()
H A Dcom_saproxy.c529 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get() argument
535 if (by_ref) { in php_com_saproxy_iter_get()
H A Dcom_handlers.c338 …zend_bool by_ref = (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOU… in com_method_get() local
339 f.arg_info[i].type = (zend_type) ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(by_ref, 0)); in com_method_get()
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp169 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator() argument
171 if (by_ref) { in IntlIterator_get_iterator()
/PHP-8.0/Zend/
H A Dzend_interfaces.c198 …tic zend_object_iterator *zend_user_it_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in zend_user_it_get_iterator() argument
202 if (by_ref) { in zend_user_it_get_iterator()
221 …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() argument
238 new_iterator = ce_it->get_iterator(ce_it, &iterator, by_ref); in zend_user_it_get_new_iterator()
H A Dzend_interfaces.h71 …end_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_compile.c4771 by_ref = 0; in zend_compile_return()
4791 if (by_ref) { in zend_compile_return()
4809 if (by_ref && expr_ast) { in zend_compile_return()
5147 if (by_ref) { in zend_compile_foreach()
5152 by_ref = 1; in zend_compile_foreach()
5161 if (by_ref) { in zend_compile_foreach()
5184 } else if (by_ref) { in zend_compile_foreach()
8848 zend_bool by_ref; in zend_compile_array() local
8869 by_ref = elem_ast->attr; in zend_compile_array()
8877 if (by_ref) { in zend_compile_array()
[all …]
H A Dzend.h154 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_generators.c1118 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1128 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
H A Dzend_weakrefs.c542 zend_class_entry *ce, zval *object, int by_ref) in zend_weakmap_get_iterator() argument
H A Dzend_compile.h136 zend_op *zend_compile_var(znode *node, zend_ast *ast, uint32_t type, bool by_ref);
/PHP-8.0/ext/dom/
H A Ddom_iterators.c257 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
267 if (by_ref) { in php_dom_get_iterator()
H A Dphp_dom.h126 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-8.0/ext/spl/
H A Dspl_heap.c1063 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() argument
1068 if (by_ref) { in spl_heap_get_iterator()
1088 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_pqueue_get_iterator() argument
1093 if (by_ref) { in spl_pqueue_get_iterator()
H A Dspl_fixedarray.c855 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_fixedarray_get_iterator() argument
859 if (by_ref) { in spl_fixedarray_get_iterator()
H A Dspl_dllist.c1305 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator() argument
1310 if (by_ref) { in spl_dllist_get_iterator()
H A Dspl_directory.c1621 …nd_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_dir_get_iterator() argument
1626 if (by_ref) { in spl_filesystem_dir_get_iterator()
1812 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator() argument
1817 if (by_ref) { in spl_filesystem_tree_get_iterator()

Completed in 263 milliseconds

12