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