Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
issue245230.php
blob: 2a55fcc84badddc6adbe59334527168572f7d590 [
file
] [
log
] [
blame
]
<?
php
class
Unused_Bug
{
public
function
__construct
()
{
$this
->
capitalizedwrongfunction
();
}
private
function
capitalizedWrongFunction
()
{}
// no unused!
}
?>