Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
issue211165_06.php
blob: cb72d84600fdf3f48150d6570de00a8394f53054 [
file
]
<?
php
namespace
xml
;
class
xmlParser
{
//put your code here
xmlParser
()
{
//<- missing function keyword here
}
function
function_name
()
{
return
false
;
}
}
?>