Test: /tests/lang/returnByReference.003.phpt - Version 5.5.7-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ Fatal error: Invalid opcode 39/16/1. in %s/returnByReference.003.php on line 17
003- Strict Standards: Only variables should be assigned by reference in %s on line 17
004- int(5)
005- int(100)
006-
007- ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
008-
009- Notice: Only variable references should be returned by reference in %s on line 7
010- int(5)
011- int(100)
012-
013- ---> 3. Trying to assign by reference the return value of a function that returns by ref:
014- int(5)
015- int(5)