Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what #91

Open
infatu8 opened this issue Jul 25, 2022 · 1 comment
Open

what #91

infatu8 opened this issue Jul 25, 2022 · 1 comment

Comments

@infatu8
Copy link

infatu8 commented Jul 25, 2022

i have a php file named test.php, the last line number is 30, and it is an empty line
\pcov\collect() return an array

array(1) {
  ["/webroot/localhost/pcov/src/test.php"] => array(10) {
    [30] => int(-1)
    [11] => int(1)
    [12] => int(-1)
    [13] => int(1)
    [14] => int(1)
    [17] => int(1)
    [18] => int(1)
    [19] => int(1)
    [22] => int(1)
    [26] => int(-1)
  }
}

why the key of first item in the return array is 30.

@cmb69
Copy link
Contributor

cmb69 commented Aug 7, 2024

why the key of first item in the return array is 30.

Hard to tell, if you can't show that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants