Skip to content

Instantly share code, notes, and snippets.

@cbandy
Created June 8, 2011 16:04
Show Gist options
  • Save cbandy/1014717 to your computer and use it in GitHub Desktop.
Save cbandy/1014717 to your computer and use it in GitHub Desktop.
line 7: bool_not, free
<?php
xdebug_start_code_coverage(XDEBUG_CC_UNUSED);
! (0 === 1)
;
print_r(xdebug_get_code_coverage());
@cbandy
Copy link
Author

cbandy commented Jun 8, 2011

Though, line 5 is covered by ext_stmt.

I'll have to check later whether or not line 7 would appear in the report without overriding bool_not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment