Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/opcache/tests/
H A Dwrong_inlining_005.phpt8 function by_ref(&$var)
17 by_ref(get_array()[0]);
/PHP-7.2/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.2/ext/mysqli/
H A Dmysqli_result_iterator.c47 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator() argument
51 if (by_ref) { in php_mysqli_result_get_iterator()
H A Dphp_mysqli_structs.h215 …nd_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-7.2/ext/pdo/
H A Dphp_pdo_int.h45 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref);
H A Dpdo_stmt.c2457 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get() argument
2462 if (by_ref) { in pdo_stmt_iter_get()
/PHP-7.2/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h88 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref);
184 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref);
H A Dcom_iterator.c137 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get() argument
147 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.2/Zend/
H A Dzend_interfaces.c238 …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
242 if (by_ref) { in zend_user_it_get_iterator()
260 …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
277 new_iterator = ce_it->get_iterator(ce_it, &iterator, by_ref); in zend_user_it_get_new_iterator()
H A Dzend_interfaces.h72 …end_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_compile.c4278 opline->extended_value = by_ref; in zend_compile_static_var_common()
4438 by_ref = 0; in zend_compile_return()
4454 if (by_ref) { in zend_compile_return()
4472 if (by_ref && expr_ast) { in zend_compile_return()
4771 if (by_ref) { in zend_compile_foreach()
4775 if (by_ref && is_variable) { in zend_compile_foreach()
4781 if (by_ref) { in zend_compile_foreach()
4802 if (by_ref) { in zend_compile_foreach()
7615 zend_bool by_ref; in zend_compile_array() local
7624 by_ref = elem_ast->attr; in zend_compile_array()
[all …]
H A Dzend.h149 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_generators.c1221 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1231 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
/PHP-7.2/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.2/ext/dom/
H A Ddom_iterators.c260 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
270 if (by_ref) { in php_dom_get_iterator()
H A Dphp_dom.h127 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/PHP-7.2/ext/spl/
H A Dspl_heap.c350 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1086 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() argument
1091 if (by_ref) { in spl_heap_get_iterator()
1110 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_pqueue_get_iterator() argument
1115 if (by_ref) { in spl_pqueue_get_iterator()
H A Dspl_fixedarray.c207 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1012 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator() argument
1016 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);
1298 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator() argument
1303 if (by_ref) { in spl_dllist_get_iterator()
H A Dspl_array.c167 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1172 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{… in spl_array_get_iterator() argument
1177 if (by_ref && (array_object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT)) { in spl_array_get_iterator()
H A Dspl_directory.c1644 …nd_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_dir_get_iterator() argument
1649 if (by_ref) { in spl_filesystem_dir_get_iterator()
1843 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator() argument
1848 if (by_ref) { in spl_filesystem_tree_get_iterator()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c2430 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator() argument
2434 if (by_ref) { in php_sxe_get_iterator()

Completed in 126 milliseconds

12