Home
last modified time | relevance | path

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

12

/PHP-7.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: 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.0/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.0/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.0/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.c2460 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get() argument
2465 if (by_ref) { in pdo_stmt_iter_get()
/PHP-7.0/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.c138 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_iter_get() argument
148 if (by_ref) { in php_com_iter_get()
H A Dcom_saproxy.c538 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get() argument
544 if (by_ref) { in php_com_saproxy_iter_get()
/PHP-7.0/Zend/
H A Dzend_interfaces.c260 …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
264 if (by_ref) { in zend_user_it_get_iterator()
282 …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
299 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.h165 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
H A Dzend_compile.c3515 if (by_ref) { in zend_compile_static_var_common()
3942 zend_bool by_ref = value_ast->kind == ZEND_AST_REF; in zend_compile_foreach() local
3959 if (by_ref) { in zend_compile_foreach()
3963 if (by_ref && is_variable) { in zend_compile_foreach()
3969 if (by_ref) { in zend_compile_foreach()
3986 if (by_ref) { in zend_compile_foreach()
4685 zend_bool by_ref = var_ast->attr; in zend_compile_closure_uses() local
5918 zend_bool by_ref = elem_ast->attr; in zend_try_ct_eval_array() local
6554 zend_bool by_ref = elem_ast->attr; in zend_compile_array() local
6564 if (by_ref) { in zend_compile_array()
[all …]
H A Dzend_generators.c1069 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument
1079 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
/PHP-7.0/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.0/ext/dom/
H A Ddom_iterators.c255 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
265 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.0/ext/spl/
H A Dspl_heap.c350 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1084 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() argument
1089 if (by_ref) { in spl_heap_get_iterator()
1108 zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_pqueue_get_iterator() argument
1113 if (by_ref) { in spl_pqueue_get_iterator()
H A Dspl_fixedarray.c213 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1039 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator() argument
1043 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);
1297 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{… in spl_dllist_get_iterator() argument
1302 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);
1166 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{… in spl_array_get_iterator() argument
1171 if (by_ref && (array_object->ar_flags & SPL_ARRAY_OVERLOADED_CURRENT)) { in spl_array_get_iterator()
H A Dspl_directory.c1616 …nd_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_dir_get_iterator() argument
1621 if (by_ref) { in spl_filesystem_dir_get_iterator()
1814 …d_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_filesystem_tree_get_iterator() argument
1819 if (by_ref) { in spl_filesystem_tree_get_iterator()
H A Dspl_iterators.c447 …end_object_iterator *spl_recursive_it_get_iterator(zend_class_entry *ce, zval *zobject, int by_ref) in spl_recursive_it_get_iterator() argument
452 if (by_ref) { in spl_recursive_it_get_iterator()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2441 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_sxe_get_iterator() argument
2445 if (by_ref) { in php_sxe_get_iterator()

Completed in 128 milliseconds

12