Blame | Letzte Änderung | Log anzeigen | RSS feed
<?phpclass Test{public function __construct(){}function test1(){}function test2() {}private function _test3(){}}class Test2{}public function test2(){if ($str{0}) {$chr = $str{0};}if (!class_exists($class_name)) {echo $error;}$this->{$property} =& new $class_name($this->db_index);$this->modules[$module] =& $this->{$property};}foreach ($elements as $element) {if ($something) {// Do IF.} else if ($somethingElse) {// Do ELSE.}}switch ($foo) {case 1:switch ($bar) {default:if ($something) {echo $string{1};} else if ($else) {switch ($else) {case 1:// Do something.break;default:// Do something.break;}}}break;case 2:// Do something;break;}switch ($httpResponseCode) {case 100:return 'Continue.';case 101:return 'Switching protocols.';case 102:return 'Processing.';default:return 'Unknown';}switch ($httpResponseCode) {case 100:return 'Continue.';case 101:return 'Switching protocols.';case 102:return 'Processing.';default:return 'Unknown';break;}?>