Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7862218
instanceof-operator.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
195 B
Referenced Files
None
Subscribers
None
instanceof-operator.lint-test
View Options
<?php
var_dump('foobar' instanceof stdClass);
var_dump(123 instanceof stdClass);
var_dump(null instanceof stdClass);
var_dump($x instanceof stdClass);
~~~~~~~~~~
error:2:10
error:3:10
error:4:10
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 13, 20:16 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
877027
Default Alt Text
instanceof-operator.lint-test (195 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment