b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01446.inc

<?php
class Test
{
	private $test;

	public function __construct()
	{
		$this->test = (object) [ 'bar' => 42 ];
	}

	public function doSomething()
	{
		if (isset($this->test->foo)) {
			return 'foo';
		} elseif (isset($this->test->bar)) {
			return 'bar';
		}

		return '';
	}
}
?>

Copyright © 2019 by b0y-101