Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
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
;
}
?>