Current File : //opt/RZphp72/includes/test/PHP_UML/tests/suite/bug-550489.php
<?php
/**
* @package PHP_UML::tests
*/
/**
* !
*/
define('thisisdumbbutworks', 'I' . /* "shouldn't " */ 'parse this');

/**
* @package PHP_UML::tests
*/
class testme
{
	// var $dontshow;
	# var $oldfashioneddontshow;
	var /* $notme */ $me = array('item1' => 2,
	#						'NOTME' => hahaha,
	//						'MENEITHER' => oops,
							'item2' => 3);
}

/**
* @package PHP_UML::tests
*/
class metoo
{
	var $mine = // not this
	'but this';
}
?>