3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function __construct() { } public function doIt() { echo Test::doTheOther(). "\n"; } public function doTheOther() { echo "Doing the Other..\n"; } } $t = new Test(); $t->doIt(); Test::doTheOther(); echo PHP_VERSION; // your code goes here
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Doing the Other.. Fatal error: Uncaught Error: Non-static method Test::doTheOther() cannot be called statically in /in/tZ2UT:24 Stack trace: #0 {main} thrown in /in/tZ2UT on line 24
Process exited with code 255.
Output for 7.4.33
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.33
Output for 7.4.32
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.32
Output for 7.4.30
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.30
Output for 7.4.29
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.29
Output for 7.4.28
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.28
Output for 7.4.27
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.27
Output for 7.4.26
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.26
Output for 7.4.25
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.25
Output for 7.4.24
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.24
Output for 7.4.23
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.23
Output for 7.4.22
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.22
Output for 7.4.21
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.21
Output for 7.4.20
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.20
Output for 7.4.16
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.16
Output for 7.4.15
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.15
Output for 7.4.14
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.14
Output for 7.4.13
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.13
Output for 7.4.12
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.12
Output for 7.4.11
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.11
Output for 7.4.10
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.10
Output for 7.4.9
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.9
Output for 7.4.8
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.8
Output for 7.4.7
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.7
Output for 7.4.6
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.6
Output for 7.4.5
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.5
Output for 7.4.4
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.4
Output for 7.4.3
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.3
Output for 7.4.1
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.1
Output for 7.4.0
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.4.0
Output for 7.3.33
Doing the Other.. Doing the Other.. 7.3.33
Output for 7.3.32
Doing the Other.. Doing the Other.. 7.3.32
Output for 7.3.31
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.31
Output for 7.3.30
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.30
Output for 7.3.29
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.29
Output for 7.3.28
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.28
Output for 7.3.27
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.27
Output for 7.3.26
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.26
Output for 7.3.25
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.25
Output for 7.3.24
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.24
Output for 7.3.23
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.23
Output for 7.3.21
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.21
Output for 7.3.20
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.20
Output for 7.3.19
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.19
Output for 7.3.18
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.18
Output for 7.3.17
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.17
Output for 7.3.16
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.16
Output for 7.3.13
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.13
Output for 7.3.12
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.12
Output for 7.3.11
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.11
Output for 7.3.10
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.10
Output for 7.3.9
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.9
Output for 7.3.8
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.8
Output for 7.3.7
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.7
Output for 7.3.6
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.6
Output for 7.3.5
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.5
Output for 7.3.4
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.4
Output for 7.3.3
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.3
Output for 7.3.2
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.2
Output for 7.3.1
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.1
Output for 7.3.0
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.3.0
Output for 7.2.33
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.33
Output for 7.2.32
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.32
Output for 7.2.31
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.31
Output for 7.2.30
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.30
Output for 7.2.29
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.29
Output for 7.2.26
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.26
Output for 7.2.25
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.25
Output for 7.2.24
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.24
Output for 7.2.23
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.23
Output for 7.2.22
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.22
Output for 7.2.21
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.21
Output for 7.2.20
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.20
Output for 7.2.19
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.19
Output for 7.2.18
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.18
Output for 7.2.17
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.17
Output for 7.2.16
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.16
Output for 7.2.15
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.15
Output for 7.2.14
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.14
Output for 7.2.13
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.13
Output for 7.2.12
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.12
Output for 7.2.11
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.11
Output for 7.2.10
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.10
Output for 7.2.9
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.9
Output for 7.2.8
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.8
Output for 7.2.7
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.7
Output for 7.2.6
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.6
Output for 7.2.5
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.5
Output for 7.2.4
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.4
Output for 7.2.3
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.3
Output for 7.2.2
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.2
Output for 7.2.1
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.1
Output for 7.2.0
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.2.0
Output for 7.1.33
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.33
Output for 7.1.32
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.32
Output for 7.1.31
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.31
Output for 7.1.30
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.30
Output for 7.1.29
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.29
Output for 7.1.28
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.28
Output for 7.1.27
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.27
Output for 7.1.26
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.26
Output for 7.1.25
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.25
Output for 7.1.24
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.24
Output for 7.1.23
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.23
Output for 7.1.22
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.22
Output for 7.1.21
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.21
Output for 7.1.20
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.20
Output for 7.1.19
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.19
Output for 7.1.18
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.18
Output for 7.1.17
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.17
Output for 7.1.16
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.16
Output for 7.1.15
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.15
Output for 7.1.14
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.14
Output for 7.1.13
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.13
Output for 7.1.12
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.12
Output for 7.1.11
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.11
Output for 7.1.10
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.10
Output for 7.1.9
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.9
Output for 7.1.8
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.8
Output for 7.1.7
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.7
Output for 7.1.6
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.6
Output for 7.1.5
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.5
Output for 7.1.4
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.4
Output for 7.1.3
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.3
Output for 7.1.2
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.2
Output for 7.1.1
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.1
Output for 7.1.0
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.1.0
Output for 7.0.33
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.33
Output for 7.0.32
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.32
Output for 7.0.31
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.31
Output for 7.0.30
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.30
Output for 7.0.29
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.29
Output for 7.0.28
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.28
Output for 7.0.27
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.27
Output for 7.0.26
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.26
Output for 7.0.25
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.25
Output for 7.0.24
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.24
Output for 7.0.23
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.23
Output for 7.0.22
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.22
Output for 7.0.21
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.21
Output for 7.0.20
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.20
Output for 7.0.19
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.19
Output for 7.0.18
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.18
Output for 7.0.17
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.17
Output for 7.0.16
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.16
Output for 7.0.15
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.15
Output for 7.0.14
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.14
Output for 7.0.13
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.13
Output for 7.0.12
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.12
Output for 7.0.11
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.11
Output for 7.0.10
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.10
Output for 7.0.9
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.9
Output for 7.0.8
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.8
Output for 7.0.7
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.7
Output for 7.0.6
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.6
Output for 7.0.5
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.5
Output for 7.0.4
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.4
Output for 7.0.3
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.3
Output for 7.0.2
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.2
Output for 7.0.1
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.1
Output for 7.0.0
Doing the Other.. Deprecated: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 7.0.0
Output for 5.6.40
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.40
Output for 5.6.39
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.39
Output for 5.6.38
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.38
Output for 5.6.37
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.37
Output for 5.6.36
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.36
Output for 5.6.35
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.35
Output for 5.6.34
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.34
Output for 5.6.33
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.33
Output for 5.6.32
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.32
Output for 5.6.31
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.31
Output for 5.6.30
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.30
Output for 5.6.29
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.29
Output for 5.6.28
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.28
Output for 5.6.27
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.27
Output for 5.6.26
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.26
Output for 5.6.25
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.25
Output for 5.6.24
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.24
Output for 5.6.23
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.23
Output for 5.6.22
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.22
Output for 5.6.21
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.21
Output for 5.6.20
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.20
Output for 5.6.19
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.19
Output for 5.6.18
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.18
Output for 5.6.17
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.17
Output for 5.6.16
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.16
Output for 5.6.15
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.15
Output for 5.6.14
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.14
Output for 5.6.13
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.13
Output for 5.6.12
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.12
Output for 5.6.11
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.11
Output for 5.6.10
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.10
Output for 5.6.9
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.9
Output for 5.6.8
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.8
Output for 5.6.7
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.7
Output for 5.6.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.6
Output for 5.6.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.5
Output for 5.6.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.4
Output for 5.6.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.3
Output for 5.6.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.2
Output for 5.6.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.1
Output for 5.6.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.6.0
Output for 5.5.38
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.38
Output for 5.5.37
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.37
Output for 5.5.36
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.36
Output for 5.5.35
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.35
Output for 5.5.34
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.34
Output for 5.5.33
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.33
Output for 5.5.32
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.32
Output for 5.5.31
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.31
Output for 5.5.30
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.30
Output for 5.5.29
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.29
Output for 5.5.28
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.28
Output for 5.5.27
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.27
Output for 5.5.26
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.26
Output for 5.5.25
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.25
Output for 5.5.24
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.24
Output for 5.5.23
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.23
Output for 5.5.22
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.22
Output for 5.5.21
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.21
Output for 5.5.20
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.20
Output for 5.5.19
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.19
Output for 5.5.18
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.18
Output for 5.5.17
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.17
Output for 5.5.16
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.16
Output for 5.5.15
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.15
Output for 5.5.14
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.14
Output for 5.5.13
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.13
Output for 5.5.12
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.12
Output for 5.5.11
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.11
Output for 5.5.10
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.10
Output for 5.5.9
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.9
Output for 5.5.8
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.8
Output for 5.5.7
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.7
Output for 5.5.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.6
Output for 5.5.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.5
Output for 5.5.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.4
Output for 5.5.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.3
Output for 5.5.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.2
Output for 5.5.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.1
Output for 5.5.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.5.0
Output for 5.4.45
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.45
Output for 5.4.44
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.44
Output for 5.4.43
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.43
Output for 5.4.42
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.42
Output for 5.4.41
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.41
Output for 5.4.40
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.40
Output for 5.4.39
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.39
Output for 5.4.38
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.38
Output for 5.4.37
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.37
Output for 5.4.36
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.36
Output for 5.4.35
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.35
Output for 5.4.34
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.34
Output for 5.4.33
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.33
Output for 5.4.32
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.32
Output for 5.4.31
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.31
Output for 5.4.30
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.30
Output for 5.4.29
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.29
Output for 5.4.28
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.28
Output for 5.4.27
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.27
Output for 5.4.26
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.26
Output for 5.4.25
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.25
Output for 5.4.24
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.24
Output for 5.4.23
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.23
Output for 5.4.22
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.22
Output for 5.4.21
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.21
Output for 5.4.20
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.20
Output for 5.4.19
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.19
Output for 5.4.18
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.18
Output for 5.4.17
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.17
Output for 5.4.16
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.16
Output for 5.4.15
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.15
Output for 5.4.14
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.14
Output for 5.4.13
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.13
Output for 5.4.12
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.12
Output for 5.4.11
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.11
Output for 5.4.10
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.10
Output for 5.4.9
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.9
Output for 5.4.8
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.8
Output for 5.4.7
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.7
Output for 5.4.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.6
Output for 5.4.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.5
Output for 5.4.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.4
Output for 5.4.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.3
Output for 5.4.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.2
Output for 5.4.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.1
Output for 5.4.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.4.0
Output for 5.3.29
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.29
Output for 5.3.28
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.28
Output for 5.3.27
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.27
Output for 5.3.26
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.26
Output for 5.3.25
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.25
Output for 5.3.24
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.24
Output for 5.3.23
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.23
Output for 5.3.22
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.22
Output for 5.3.21
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.21
Output for 5.3.20
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.20
Output for 5.3.19
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.19
Output for 5.3.18
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.18
Output for 5.3.17
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.17
Output for 5.3.16
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.16
Output for 5.3.15
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.15
Output for 5.3.14
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.14
Output for 5.3.13
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.13
Output for 5.3.12
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.12
Output for 5.3.11
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.11
Output for 5.3.10
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.10
Output for 5.3.9
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.9
Output for 5.3.8
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.8
Output for 5.3.7
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.7
Output for 5.3.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.6
Output for 5.3.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.5
Output for 5.3.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.4
Output for 5.3.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.3
Output for 5.3.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.2
Output for 5.3.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.1
Output for 5.3.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.3.0
Output for 5.2.17
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.17
Output for 5.2.16
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.16
Output for 5.2.15
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.15
Output for 5.2.14
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.14
Output for 5.2.13
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.13
Output for 5.2.12
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.12
Output for 5.2.11
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.11
Output for 5.2.10
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.10
Output for 5.2.9
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.9
Output for 5.2.8
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.8
Output for 5.2.7
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.7
Output for 5.2.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.6
Output for 5.2.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.5
Output for 5.2.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.4
Output for 5.2.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.3
Output for 5.2.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.2
Output for 5.2.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.1
Output for 5.2.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.2.0
Output for 5.1.6
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.6
Output for 5.1.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.5
Output for 5.1.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.4
Output for 5.1.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.3
Output for 5.1.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.2
Output for 5.1.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.1.1
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/tZ2UT on line 26
Process exited with code 255.
Output for 5.0.5
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.5
Output for 5.0.4
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.4
Output for 5.0.3
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.3
Output for 5.0.2
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.2
Output for 5.0.1
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.1
Output for 5.0.0
Doing the Other.. Strict Standards: Non-static method Test::doTheOther() should not be called statically in /in/tZ2UT on line 24 Doing the Other.. 5.0.0
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/tZ2UT on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/tZ2UT on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/tZ2UT on line 5
Process exited with code 255.

preferences:
253.12 ms | 401 KiB | 459 Q