Home
last modified time | relevance | path

Searched refs:by_ref (Results 26 – 33 of 33) sorted by last modified time

12

/php-src/Zend/tests/restrict_globals/
H A Dinvalid_pass_by_ref.phpt6 function by_ref(&$ref) {}
8 by_ref($GLOBALS);
22 by_ref(): Argument #1 ($ref) could not be passed by reference
/php-src/Zend/
H A Dzend_interfaces.h70 …end_object_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref);
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h149 …nd_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
/php-src/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h79 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);
/php-src/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: 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-src/ext/opcache/tests/
H A Dwrong_inlining_005.phpt8 function by_ref(&$var)
17 by_ref(get_array()[0]);
/php-src/ext/intl/breakiterator/
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()
H A Dbreakiterator_iterators.h37 zend_class_entry *ce, zval *object, int by_ref);

Completed in 90 milliseconds

12