Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue211165_09.php
blob: 166d760b7b7ddd3ae9ae336c8643e30cf6061397 [
file
]
<?
php
class
a
extends
// extended Class is missing
{
public
$a
,
$b
;
protected
$c
,
$d
;
private
$e
,
$f
;
}
?>