Make Skin::formatDebugHTML()'s formatting work when memory usage is greather that 10M
[lhc/web/wiklou.git] / includes / FakeTitle.php
index 21b49bd..448820d 100644 (file)
@@ -6,10 +6,6 @@
 class FakeTitle extends Title {
        function error() { throw new MWException( "Attempt to call member function of FakeTitle\n" ); }
 
-       // PHP 5.1 method overload
-       function __call( $name, $args ) { $this->error(); }
-
-       // PHP <5.1 compatibility
        function isLocal() { $this->error(); }
        function isTrans() { $this->error(); }
        function getText() { $this->error(); }
@@ -33,9 +29,9 @@ class FakeTitle extends Title {
        function getSubpageText() { $this->error(); }
        function getSubpageUrlForm() { $this->error(); }
        function getPrefixedURL() { $this->error(); }
-       function getFullURL( $query = '', $variant = false ) {$this->error(); }
+       function getFullURL( $query = '', $variant = false ) { $this->error(); }
        function getLocalURL( $query = '', $variant = false ) { $this->error(); }
-       function getLinkUrl( $query = array(), $variant = false ) { $this->error(); }
+       function getLinkURL( $query = array(), $variant = false ) { $this->error(); }
        function escapeLocalURL( $query = '' ) { $this->error(); }
        function escapeFullURL( $query = '' ) { $this->error(); }
        function getInternalURL( $query = '', $variant = false ) { $this->error(); }
@@ -116,8 +112,6 @@ class FakeTitle extends Title {
        function touchLinks() { $this->error(); }
        function getTouched( $db = null ) { $this->error(); }
        function getNotificationTimestamp( $user = null ) { $this->error(); }
-       function trackbackURL() { $this->error(); }
-       function trackbackRDF() { $this->error(); }
        function getNamespaceKey( $prepend = 'nstab-' ) { $this->error(); }
        function isSpecialPage() { $this->error(); }
        function isSpecial( $name ) { $this->error(); }