Home
last modified time | relevance | path

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

12

/PHP-7.3/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: Parameter 1 to by_ref() expected to be a reference, value given in %s on line %d
55 ------ Calling by_ref() with referenced argument ------
/PHP-7.3/ext/opcache/tests/
H A Dwrong_inlining_005.phpt8 function by_ref(&$var)
17 by_ref(get_array()[0]);
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_iterators.h39 zend_class_entry *ce, zval *object, int by_ref);
H A Dbreakiterator_iterators.cpp94 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator() argument
97 if (by_ref) { in _breakiterator_get_iterator()
/PHP-7.3/ext/mysqli/
H A Dmysqli_result_iterator.c45 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator() argument
49 if (by_ref) { in php_mysqli_result_get_iterator()
H A Dphp_mysqli_structs.h203 …nd_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-7.3/ext/pdo/
H A Dphp_pdo_int.h43 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref);
H A Dpdo_stmt.c2459 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get() argument
2464 if (by_ref) { in pdo_stmt_iter_get()
/PHP-7.3/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h84 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref);
182 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref);
H A Dcom_iterator.c135 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get() argument
145 if (by_ref) { in php_com_iter_get()
H A Dcom_saproxy.c536 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get() argument
542 if (by_ref) { in php_com_saproxy_iter_get()
/PHP-7.3/Zend/
H A Dzend_interfaces.c239 …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
243 if (by_ref) { in zend_user_it_get_iterator()
261 …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
278 new_iterator = ce_it->get_iterator(ce_it, &iterator, by_ref); in zend_user_it_get_new_iterator()
H A Dzend_interfaces.h70 …end_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_compile.c4462 by_ref = 0; in zend_compile_return()
4478 if (by_ref) { in zend_compile_return()
4496 if (by_ref && expr_ast) { in zend_compile_return()
4818 if (by_ref) { in zend_compile_foreach()
4823 by_ref = 1; in zend_compile_foreach()
4826 if (by_ref && is_variable) { in zend_compile_foreach()
4832 if (by_ref) { in zend_compile_foreach()
4855 } else if (by_ref) { in zend_compile_foreach()
7707 zend_bool by_ref; in zend_compile_array() local
7716 by_ref = elem_ast->attr; in zend_compile_array()
[all …]
H A Dzend.h148 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_generators.c1171 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1181 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
/PHP-7.3/ext/intl/common/
H A Dcommon_enum.cpp170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator() argument
172 if (by_ref) { in IntlIterator_get_iterator()
/PHP-7.3/ext/dom/
H A Ddom_iterators.c258 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
268 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-7.3/ext/spl/
H A Dspl_heap.c346 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1076 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() argument
1081 if (by_ref) { in spl_heap_get_iterator()
1100 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_pqueue_get_iterator() argument
1105 if (by_ref) { in spl_pqueue_get_iterator()
H A Dspl_fixedarray.c203 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
988 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator() argument
992 if (by_ref) { in spl_fixedarray_get_iterator()
H A Dspl_dllist.c368 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1296 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator() argument
1301 if (by_ref) { in spl_dllist_get_iterator()
H A Dspl_array.c165 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1169 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{… in spl_array_get_iterator() argument
1174 if (by_ref && (array_object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT)) { in spl_array_get_iterator()
H A Dspl_directory.c1642 …nd_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_dir_get_iterator() argument
1647 if (by_ref) { in spl_filesystem_dir_get_iterator()
1842 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator() argument
1847 if (by_ref) { in spl_filesystem_tree_get_iterator()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c2388 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator() argument
2392 if (by_ref) { in php_sxe_get_iterator()

Completed in 102 milliseconds

12