View Issue Details

IDProjectCategoryView StatusLast Update
0001502XdebugCode Coveragepublic2017-12-28 19:16
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.5.5 
Target Version2.6.0Fixed in Version2.6.0beta1 
Summary0001502: SEND_REF lines are not marked as covered
Description

When running the attached script with code coverage, line 10 and 15 aren't covered. These have a SEND_REF opcode on them exclusively:

line #* E I O op fetch ext return operands

7 0 E > EXT_NOP
1 RECV !0
9 2 EXT_STMT
3 INIT_FCALL 'usort'
4 EXT_FCALL_BEGIN
10 5 SEND_REF !0
11 6 DECLARE_LAMBDA_FUNCTION '%00%7Bclosure%7D%2Ftmp%2Fpcc569.php0x7ffb4b6e708c'
7 SEND_VAL 0000002:0000001
8 DO_FCALL 0
9 EXT_FCALL_END
14 10 EXT_STMT
11 INIT_FCALL 'usort'
12 EXT_FCALL_BEGIN
15 13 SEND_REF !0
16 14 DECLARE_LAMBDA_FUNCTION '%00%7Bclosure%7D%2Ftmp%2Fpcc569.php0x7ffb4b6e70eb'
15 SEND_VAL 0000002:0000001
16 DO_FCALL 0
17 EXT_FCALL_END
19 18 EXT_STMT
19 > RETURN !0

TagsNo tags attached.
Attached Files
pcc569.php (283 bytes)
Operating System
PHP Version7.1.15-7.1.19

Activities

Issue History

Date Modified Username Field Change
2017-12-11 21:36 derick New Issue
2017-12-11 21:36 derick File Added: pcc569.php
2017-12-11 23:38 derick Status new => closed
2017-12-11 23:38 derick Assigned To => derick
2017-12-11 23:38 derick Resolution open => fixed
2017-12-11 23:38 derick Fixed in Version => 2.6.0
2017-12-28 19:16 derick Fixed in Version 2.6.0 => 2.6.0beta1