Home
last modified time | relevance | path

Searched refs:ref (Results 126 – 150 of 222) sorted by relevance

123456789

/PHP-7.3/Zend/tests/
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
H A Dexception_with_by_ref_message.phpt2 Exception with by-ref message
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
H A Dbug71154.phpt7 foreach ($array as &$ref) {
H A Dincdec_ref_property.phpt8 $ref =& $obj->prop;
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dobjects_032.phpt2 Covariant return-by-ref constraints
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
/PHP-7.3/ext/standard/tests/array/
H A Dbug25708.phpt5 function foo($ref, $alt) {
14 if ($ref) {
52 if ($ref) echo 'r';
H A Dbug44182.phpt8 $ref = &$a;
H A Dextract_variation10.phpt7 $ref = &$a;
H A Dextract_variation11.phpt6 $ref = &$a;
/PHP-7.3/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine
/PHP-7.3/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt6 $fn = function(&$ref) {};
H A DtempPropFetchByRefError.phpt6 $fn = function(&$ref) {};
/PHP-7.3/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-7.3/ext/reflection/tests/
H A Dparameters_002.phpt6 function test($nix, Array $ar, &$ref, stdClass $std,
13 function method($nix, Array $ar, &$ref, stdClass $std,
98 getName: string(3) "ref"
164 getName: string(3) "ref"
/PHP-7.3/ext/opcache/tests/
H A Dwrong_inlining_001.phpt20 function foo(&$ref) {}
/PHP-7.3/tests/lang/
H A Dfunc_get_arg.005.phpt14 $ref =& $a;
/PHP-7.3/ext/session/tests/
H A Dbug31454.phpt2 Bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref)
/PHP-7.3/ext/sockets/tests/
H A Dsocket_select.phpt20 $ref =& $sockets[0]; // bug #78038

Completed in 24 milliseconds

123456789