Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 218) sorted by relevance

123456789

/PHP-7.1/Zend/tests/
H A Dbug34358.phpt7 $ref = &$this;
H A Dbug69376.phpt2 Bug #69376 (Wrong ref counting)
H A Dbug73960.phpt8 $array = $ref =& $array;
H A Dforeach.phpt2 foreach() by-ref bug
H A Dthrow_reference.phpt7 $ref =& $e;
H A Dobject_property_ref_incdec.phpt8 $ref =& $obj->cursor;
H A Dbuiltin_in_write_context_error2.phpt6 $ref =& strlen("foo");
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
H A Derrmsg_003.phpt2 errmsg: cannot reassign $this (by ref)
H A Dassign_to_obj_001.phpt2 assgin to object leaks with ref
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
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
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt80 echo "\n\n--- 0,1 ref 2:\n";
87 echo "\n\n--- 0,2 ref 1:\n";
94 echo "\n\n--- 1,2 ref 0:\n";
412 --- 0,1 ref 2:
456 --- 0,2 ref 1:
500 --- 1,2 ref 0:
/PHP-7.1/ext/standard/tests/array/
H A Dbug69413.phpt7 $ref =& $array[0];
H A Dbug25708.phpt5 function foo($ref, $alt) {
14 if ($ref) {
52 if ($ref) echo 'r';
H A Dbug44181.phpt8 $ref = &$a;
H A Dbug44182.phpt8 $ref = &$a;
/PHP-7.1/Zend/tests/variadic/
H A Dby_ref_error.phpt2 By-ref variadics enforce the reference
/PHP-7.1/ext/opcache/tests/
H A Dwrong_inlining_005.phpt2 Inlining of functions with ref arguments
/PHP-7.1/ext/soap/tests/schema/
H A Dschema034.phpt2 SOAP XML Schema 34: Nested complex types (element ref)
18 <element ref="tns:testType2"/>
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
19 <element ref="tns:testType2"/>
/PHP-7.1/ext/spl/tests/
H A Dbug70853.phpt2 Bug #70853 (SplFixedArray throws exception when using ref variable as index)
/PHP-7.1/Zend/tests/varSyntax/
H A DtempDimFetchByRefError.phpt6 $fn = function(&$ref) {};

Completed in 20 milliseconds

123456789