note 102723 deleted from language.operators.type by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: Tumba College of Tech Rwanda ~ PHP Group 

----

<?php
class ABC
{
	
}
$obj = new ABC();

var_dump($obj instanceof ABC);

var_dump($obj instanceof $obj);
?>

<?php
/*
output 

bool(true)
bool(true) 

*/
?>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.