Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2caf8180cdd72937109cd6eb1711fd28 > files > 57

php-pear-PhpDocumentor-1.4.4-3.1.mga4.noarch.rpm

<?php
/**
* @package tests
*/
/**
* !
*/
define('thisisdumbbutworks', 'I' . /* "shouldn't " */ 'parse this');

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

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