3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { function bar() { $nothing = isset($this) ? 'Instance' : 'Class'; } } class Baz { function test() { $objDateTime = new DateTime('NOW'); echo 'Baz->test()::DEBUT: ' . $objDateTime->format('c'), '\n'; for($index=1; $index <100; $index++) { Foo::bar(); } $objDateTime = new DateTime('NOW'); echo 'Baz->test()::FIN: ' . $objDateTime->format('c'), '\n'; } } $baz = new Baz; $baz->test(); class FooPropre { public static function barPropre() { $nothing = isset($this) ? 'Instance' : 'Class'; } } class BazPropre { function testPropre() { $objDateTime = new DateTime('NOW'); echo 'BazPropre->testPropre()::DEBUT: ' . $objDateTime->format('c'), '\n'; for($index=1; $index <100; $index++) { FooPropre::barPropre(); } $objDateTime = new DateTime('NOW'); echo 'BazPropre->testPropre()::FIN: ' . $objDateTime->format('c'), '\n'; } } $baz = new BazPropre; $baz->testPropre();
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Baz->test()::DEBUT: 2013-12-19T22:04:03+01:00\n Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/NACrK:12 Stack trace: #0 /in/NACrK(20): Baz->test() #1 {main} thrown in /in/NACrK on line 12
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Baz->test()::DEBUT: 2013-12-19T22:04:03+01:00\n Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/NACrK:12 Stack trace: #0 /in/NACrK(20): Baz->test() #1 {main} thrown in /in/NACrK on line 12
Process exited with code 255.
Output for 8.0.13
Baz->test()::DEBUT: 2013-12-19T21:04:03+00:00\n Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/NACrK:12 Stack trace: #0 /in/NACrK(20): Baz->test() #1 {main} thrown in /in/NACrK on line 12
Process exited with code 255.
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25, 7.4.27 - 7.4.33
Baz->test()::DEBUT: 2013-12-19T22:04:03+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/NACrK on line 12 Baz->test()::FIN: 2013-12-19T22:04:03+01:00\nBazPropre->testPropre()::DEBUT: 2013-12-19T22:04:03+01:00\nBazPropre->testPropre()::FIN: 2013-12-19T22:04:03+01:00\n
Output for 7.3.32 - 7.3.33, 7.4.26
Baz->test()::DEBUT: 2013-12-19T21:04:03+00:00\nBaz->test()::FIN: 2013-12-19T21:04:03+00:00\nBazPropre->testPropre()::DEBUT: 2013-12-19T21:04:03+00:00\nBazPropre->testPropre()::FIN: 2013-12-19T21:04:03+00:00\n
Output for 5.4.44 - 5.4.45
Baz->test()::DEBUT: 2015-10-16T10:23:03+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:03+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:03+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:03+02:00\n
Output for 5.4.32 - 5.4.43
Baz->test()::DEBUT: 2015-10-16T10:23:04+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:04+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:04+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:04+02:00\n
Output for 5.4.22 - 5.4.31
Baz->test()::DEBUT: 2015-10-16T10:23:05+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:05+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:05+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:05+02:00\n
Output for 5.4.11 - 5.4.21
Baz->test()::DEBUT: 2015-10-16T10:23:06+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:06+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:06+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:06+02:00\n
Output for 5.3.29, 5.4.0 - 5.4.10
Baz->test()::DEBUT: 2015-10-16T10:23:07+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:07+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:07+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:07+02:00\n
Output for 5.3.18 - 5.3.28
Baz->test()::DEBUT: 2015-10-16T10:23:08+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:08+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:08+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:08+02:00\n
Output for 5.3.8 - 5.3.17
Baz->test()::DEBUT: 2015-10-16T10:23:09+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:09+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:09+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:09+02:00\n
Output for 5.3.0 - 5.3.7
Baz->test()::DEBUT: 2015-10-16T10:23:10+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/NACrK on line 12 Baz->test()::FIN: 2015-10-16T10:23:10+02:00\nBazPropre->testPropre()::DEBUT: 2015-10-16T10:23:10+02:00\nBazPropre->testPropre()::FIN: 2015-10-16T10:23:10+02:00\n

preferences:
258.3 ms | 433 KiB | 214 Q