/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | call_user_func_array_variation_001.phpt | 10 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.3/Zend/tests/restrict_globals/ |
H A D | invalid_pass_by_ref.phpt | 6 function by_ref(&$ref) {} 8 by_ref($GLOBALS); 22 by_ref(): Argument #1 ($ref) could not be passed by reference
|
/PHP-8.3/ext/opcache/tests/ |
H A D | wrong_inlining_005.phpt | 8 function by_ref(&$var) 17 by_ref(get_array()[0]);
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.h | 37 zend_class_entry *ce, zval *object, int by_ref);
|
H A D | breakiterator_iterators.cpp | 94 zend_class_entry *ce, zval *object, int by_ref) in _breakiterator_get_iterator() argument 97 if (by_ref) { in _breakiterator_get_iterator()
|
/PHP-8.3/ext/zend_test/ |
H A D | iterators.c | 90 int by_ref in test_traversable_get_iterator() argument 94 if (by_ref) { in test_traversable_get_iterator()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_result_iterator.c | 43 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 D | php_mysqli_structs.h | 149 …nd_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_int.h | 40 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref);
|
/PHP-8.3/ext/com_dotnet/ |
H A D | php_com_dotnet_internal.h | 79 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 D | com_iterator.c | 134 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 D | com_saproxy.c | 526 zend_object_iterator *php_com_saproxy_iter_get(zend_class_entry *ce, zval *object, int by_ref) in php_com_saproxy_iter_get() argument 532 if (by_ref) { in php_com_saproxy_iter_get()
|
H A D | com_handlers.c | 337 …bool by_ref = (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) !=… in com_method_get() local 338 f.arg_info[i].type = (zend_type) ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(by_ref, 0, 0)); in com_method_get()
|
/PHP-8.3/ext/intl/common/ |
H A D | common_enum.cpp | 170 zend_class_entry *ce, zval *object, int by_ref) in IntlIterator_get_iterator() argument 172 if (by_ref) { in IntlIterator_get_iterator()
|
/PHP-8.3/Zend/ |
H A D | zend_interfaces.c | 213 …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 217 if (by_ref) { in zend_user_it_get_iterator() 236 …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 253 new_iterator = ce_it->get_iterator(ce_it, &iterator, by_ref); in zend_user_it_get_new_iterator()
|
H A D | zend_interfaces.h | 70 …end_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref);
|
H A D | zend_compile.c | 3021 if (by_ref) { in zend_delayed_compile_dim() 5173 by_ref = 0; in zend_compile_return() 5190 if (by_ref) { in zend_compile_return() 5208 if (by_ref && expr_ast) { in zend_compile_return() 5546 if (by_ref) { in zend_compile_foreach() 5551 by_ref = 1; in zend_compile_foreach() 5560 if (by_ref) { in zend_compile_foreach() 5583 } else if (by_ref) { in zend_compile_foreach() 9733 bool by_ref; in zend_compile_array() local 9762 if (by_ref) { in zend_compile_array() [all …]
|
H A D | zend.h | 198 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
|
H A D | zend_generators.c | 1157 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in zend_generator_get_iterator() argument 1167 …if (UNEXPECTED(by_ref) && !(generator->execute_data->func->op_array.fn_flags & ZEND_ACC_RETURN_REF… in zend_generator_get_iterator()
|
/PHP-8.3/ext/dom/ |
H A D | dom_iterators.c | 267 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument 277 if (by_ref) { in php_dom_get_iterator()
|
H A D | php_dom.h | 147 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
|
/PHP-8.3/ext/spl/ |
H A D | spl_heap.c | 1113 static zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) … in spl_heap_get_iterator() argument 1115 if (by_ref) { in spl_heap_get_iterator() 1132 static zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_pqueue_get_iterator() argument 1134 if (by_ref) { in spl_pqueue_get_iterator()
|
H A D | spl_array.c | 61 bool by_ref; member 985 if (array_iter->by_ref in spl_array_it_get_current_data() 1126 static zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref)… in spl_array_get_iterator() argument 1133 iterator->by_ref = by_ref; in spl_array_get_iterator()
|
H A D | spl_fixedarray.c | 953 …c zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in spl_fixedarray_get_iterator() argument 957 if (by_ref) { in spl_fixedarray_get_iterator()
|
H A D | spl_dllist.c | 1237 static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_dllist_get_iterator() argument 1241 if (by_ref) { in spl_dllist_get_iterator()
|