r24287 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24286‎ | r24287 | r24288 >
Date:20:29, 20 July 2007
Author:kim
Status:old
Tags:
Comment:
(some syntax tests, no longer needed)
How did that get in there?
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/small/scoping.php (deleted) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/small/scoping.php
@@ -1,13 +0,0 @@
2 -<?php
3 -static $bla="hello";
4 -
5 -function a($foo) {
6 - $bla=$foo;
7 - echo $bla;
8 -}
9 -
10 -a("hello");
11 -a("bye");
12 -
13 -
14 -?>

Status & tagging log