Sign in
apache
/
netbeans
/
419f65eb0cccf624032c1c4925bf8d58069043ae
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
parser
/
instanceOfExpression.php
blob: 53a16553c1fc856d8bcc8d2165bc214011b9a03c [
file
]
<?
php
if
(
$foo
instanceof
\Bar\Baz\Bat
)
{
}
?>