Home
last modified time | relevance | path

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

12

/PHP-7.1/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.1/ext/opcache/tests/
H A Dwrong_inlining_005.phpt6 function by_ref(&$var)
15 by_ref(get_array()[0]);
/PHP-7.1/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.1/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.1/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.c2455 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get() argument
2460 if (by_ref) { in pdo_stmt_iter_get()
/PHP-7.1/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h86 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.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.1/Zend/
H A Dzend_interfaces.c254 …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
258 if (by_ref) { in zend_user_it_get_iterator()
276 …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
293 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.h150 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_compile.c4030 opline->extended_value = by_ref; in zend_compile_static_var_common()
4191 by_ref = 0; in zend_compile_return()
4207 if (by_ref) { in zend_compile_return()
4225 if (by_ref && expr_ast) { in zend_compile_return()
4524 if (by_ref) { in zend_compile_foreach()
4528 if (by_ref && is_variable) { in zend_compile_foreach()
4534 if (by_ref) { in zend_compile_foreach()
4555 if (by_ref) { in zend_compile_foreach()
7253 zend_bool by_ref; in zend_compile_array() local
7262 by_ref = elem_ast->attr; in zend_compile_array()
[all …]
H A Dzend_generators.c1217 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1227 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
/PHP-7.1/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.1/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.1/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.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()
1820 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator() argument
1825 if (by_ref) { in spl_filesystem_tree_get_iterator()
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c2442 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator() argument
2446 if (by_ref) { in php_sxe_get_iterator()

Completed in 136 milliseconds

12