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 <10; $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 <10; $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.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Baz->test()::DEBUT: 2013-12-19T22:02:35+01:00\n Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/59qjd:12 Stack trace: #0 /in/59qjd(20): Baz->test() #1 {main} thrown in /in/59qjd on line 12
Process exited with code 255.
Output for 8.0.13
Baz->test()::DEBUT: 2013-12-19T21:02:35+00:00\n Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/59qjd:12 Stack trace: #0 /in/59qjd(20): Baz->test() #1 {main} thrown in /in/59qjd on line 12
Process exited with code 255.
Output for 7.0.12 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Baz->test()::DEBUT: 2013-12-19T22:02:35+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2013-12-19T22:02:35+01:00\nBazPropre->testPropre()::DEBUT: 2013-12-19T22:02:35+01:00\nBazPropre->testPropre()::FIN: 2013-12-19T22:02:35+01:00\n
Output for 7.3.32 - 7.3.33, 7.4.26
Baz->test()::DEBUT: 2013-12-19T21:02:35+00:00\nBaz->test()::FIN: 2013-12-19T21:02:35+00:00\nBazPropre->testPropre()::DEBUT: 2013-12-19T21:02:35+00:00\nBazPropre->testPropre()::FIN: 2013-12-19T21:02:35+00:00\n
Output for 7.0.6
Baz->test()::DEBUT: 2016-05-03T07:33:49+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-05-03T07:33:49+02:00\nBazPropre->testPropre()::DEBUT: 2016-05-03T07:33:49+02:00\nBazPropre->testPropre()::FIN: 2016-05-03T07:33:49+02:00\n
Output for 7.0.5
Baz->test()::DEBUT: 2016-04-02T20:32:31+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-02T20:32:31+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-02T20:32:31+02:00\nBazPropre->testPropre()::FIN: 2016-04-02T20:32:31+02:00\n
Output for 7.0.4
Baz->test()::DEBUT: 2016-03-10T06:45:21+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-10T06:45:21+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-10T06:45:21+01:00\nBazPropre->testPropre()::FIN: 2016-03-10T06:45:21+01:00\n
Output for 7.0.3
Baz->test()::DEBUT: 2016-03-18T07:15:13+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-18T07:15:13+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-18T07:15:13+01:00\nBazPropre->testPropre()::FIN: 2016-03-18T07:15:13+01:00\n
Output for 7.0.2
Baz->test()::DEBUT: 2016-03-22T13:00:11+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-22T13:00:11+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-22T13:00:11+01:00\nBazPropre->testPropre()::FIN: 2016-03-22T13:00:11+01:00\n
Output for 7.0.1
Baz->test()::DEBUT: 2016-03-23T18:05:44+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-23T18:05:44+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-23T18:05:44+01:00\nBazPropre->testPropre()::FIN: 2016-03-23T18:05:44+01:00\n
Output for 7.0.0
Baz->test()::DEBUT: 2016-03-26T19:46:53+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-26T19:46:53+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-26T19:46:53+01:00\nBazPropre->testPropre()::FIN: 2016-03-26T19:46:53+01:00\n
Output for 5.6.21
Baz->test()::DEBUT: 2016-05-02T02:51:36+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-05-02T02:51:36+02:00\nBazPropre->testPropre()::DEBUT: 2016-05-02T02:51:36+02:00\nBazPropre->testPropre()::FIN: 2016-05-02T02:51:36+02:00\n
Output for 5.6.20
Baz->test()::DEBUT: 2016-04-09T18:00:19+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-09T18:00:19+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-09T18:00:19+02:00\nBazPropre->testPropre()::FIN: 2016-04-09T18:00:19+02:00\n
Output for 5.6.19
Baz->test()::DEBUT: 2016-03-07T08:55:15+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-07T08:55:15+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-07T08:55:15+01:00\nBazPropre->testPropre()::FIN: 2016-03-07T08:55:15+01:00\n
Output for 5.6.18
Baz->test()::DEBUT: 2016-03-14T21:57:30+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-14T21:57:30+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-14T21:57:30+01:00\nBazPropre->testPropre()::FIN: 2016-03-14T21:57:30+01:00\n
Output for 5.6.17
Baz->test()::DEBUT: 2016-03-19T11:34:25+01:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-19T11:34:25+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-19T11:34:25+01:00\nBazPropre->testPropre()::FIN: 2016-03-19T11:34:25+01:00\n
Output for 5.6.16
Baz->test()::DEBUT: 2016-03-27T21:31:49+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-27T21:31:49+02:00\nBazPropre->testPropre()::DEBUT: 2016-03-27T21:31:49+02:00\nBazPropre->testPropre()::FIN: 2016-03-27T21:31:49+02:00\n
Output for 5.6.15
Baz->test()::DEBUT: 2016-03-28T22:25:42+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-28T22:25:42+02:00\nBazPropre->testPropre()::DEBUT: 2016-03-28T22:25:42+02:00\nBazPropre->testPropre()::FIN: 2016-03-28T22:25:42+02:00\n
Output for 5.6.14
Baz->test()::DEBUT: 2016-04-02T00:53:50+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-02T00:53:50+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-02T00:53:50+02:00\nBazPropre->testPropre()::FIN: 2016-04-02T00:53:50+02:00\n
Output for 5.6.13
Baz->test()::DEBUT: 2016-04-15T04:55:38+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-15T04:55:38+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-15T04:55:38+02:00\nBazPropre->testPropre()::FIN: 2016-04-15T04:55:38+02:00\n
Output for 5.6.12
Baz->test()::DEBUT: 2016-04-19T18:29:54+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-19T18:29:54+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-19T18:29:54+02:00\nBazPropre->testPropre()::FIN: 2016-04-19T18:29:54+02:00\n
Output for 5.6.11
Baz->test()::DEBUT: 2016-04-23T01:28:04+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-23T01:28:04+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-23T01:28:04+02:00\nBazPropre->testPropre()::FIN: 2016-04-23T01:28:04+02:00\n
Output for 5.6.10
Baz->test()::DEBUT: 2016-04-25T03:20:28+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-25T03:20:28+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-25T03:20:28+02:00\nBazPropre->testPropre()::FIN: 2016-04-25T03:20:28+02:00\n
Output for 5.6.9
Baz->test()::DEBUT: 2016-04-27T08:17:43+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-27T08:17:43+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-27T08:17:43+02:00\nBazPropre->testPropre()::FIN: 2016-04-27T08:17:43+02:00\n
Output for 5.6.8
Baz->test()::DEBUT: 2016-04-29T16:15:03+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-29T16:15:03+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-29T16:15:03+02:00\nBazPropre->testPropre()::FIN: 2016-04-29T16:15:03+02:00\n
Output for 5.6.7
Baz->test()::DEBUT: 2016-05-25T09:29:05+02:00\n Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Deprecated: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-05-25T09:29:05+02:00\nBazPropre->testPropre()::DEBUT: 2016-05-25T09:29:05+02:00\nBazPropre->testPropre()::FIN: 2016-05-25T09:29:05+02:00\n
Output for 5.5.35
Baz->test()::DEBUT: 2016-05-22T06:32:39+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-05-22T06:32:39+02:00\nBazPropre->testPropre()::DEBUT: 2016-05-22T06:32:39+02:00\nBazPropre->testPropre()::FIN: 2016-05-22T06:32:39+02:00\n
Output for 5.5.34
Baz->test()::DEBUT: 2016-04-10T21:47:08+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-10T21:47:08+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-10T21:47:08+02:00\nBazPropre->testPropre()::FIN: 2016-04-10T21:47:08+02:00\n
Output for 5.5.33
Baz->test()::DEBUT: 2016-03-08T17:39:30+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-08T17:39:30+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-08T17:39:30+01:00\nBazPropre->testPropre()::FIN: 2016-03-08T17:39:30+01:00\n
Output for 5.5.32
Baz->test()::DEBUT: 2016-03-17T00:03:52+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-17T00:03:52+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-17T00:03:52+01:00\nBazPropre->testPropre()::FIN: 2016-03-17T00:03:52+01:00\n
Output for 5.5.31
Baz->test()::DEBUT: 2016-03-20T14:22:24+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-03-20T14:22:24+01:00\nBazPropre->testPropre()::DEBUT: 2016-03-20T14:22:24+01:00\nBazPropre->testPropre()::FIN: 2016-03-20T14:22:24+01:00\n
Output for 5.5.30
Baz->test()::DEBUT: 2016-04-01T00:26:54+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-01T00:26:54+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-01T00:26:54+02:00\nBazPropre->testPropre()::FIN: 2016-04-01T00:26:54+02:00\n
Output for 5.5.29
Baz->test()::DEBUT: 2016-04-16T19:00:38+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-16T19:00:38+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-16T19:00:38+02:00\nBazPropre->testPropre()::FIN: 2016-04-16T19:00:38+02:00\n
Output for 5.5.28
Baz->test()::DEBUT: 2016-04-20T21:35:25+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-20T21:35:25+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-20T21:35:25+02:00\nBazPropre->testPropre()::FIN: 2016-04-20T21:35:25+02:00\n
Output for 5.5.27
Baz->test()::DEBUT: 2016-04-21T23:59:48+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-21T23:59:48+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-21T23:59:48+02:00\nBazPropre->testPropre()::FIN: 2016-04-21T23:59:48+02:00\n
Output for 5.5.26
Baz->test()::DEBUT: 2016-04-26T05:45:56+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-26T05:45:56+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-26T05:45:56+02:00\nBazPropre->testPropre()::FIN: 2016-04-26T05:45:56+02:00\n
Output for 5.5.25
Baz->test()::DEBUT: 2016-04-28T11:48:37+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-04-28T11:48:37+02:00\nBazPropre->testPropre()::DEBUT: 2016-04-28T11:48:37+02:00\nBazPropre->testPropre()::FIN: 2016-04-28T11:48:37+02:00\n
Output for 5.5.24
Baz->test()::DEBUT: 2016-05-23T18:45:06+02:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-05-23T18:45:06+02:00\nBazPropre->testPropre()::DEBUT: 2016-05-23T18:45:06+02:00\nBazPropre->testPropre()::FIN: 2016-05-23T18:45:06+02:00\n
Output for 5.4.45
Baz->test()::DEBUT: 2016-02-21T10:51:35+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:35+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:35+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:35+01:00\n
Output for 5.4.42 - 5.4.44
Baz->test()::DEBUT: 2016-02-21T10:51:36+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:36+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:36+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:36+01:00\n
Output for 5.4.41
Baz->test()::DEBUT: 2016-02-21T10:51:37+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:37+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:37+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:37+01:00\n
Output for 5.4.39 - 5.4.40
Baz->test()::DEBUT: 2016-02-21T10:51:38+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:38+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:38+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:38+01:00\n
Output for 5.4.37 - 5.4.38
Baz->test()::DEBUT: 2016-02-21T10:51:39+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:39+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:39+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:39+01:00\n
Output for 5.4.35 - 5.4.36
Baz->test()::DEBUT: 2016-02-21T10:51:40+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:40+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:40+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:40+01:00\n
Output for 5.4.34
Baz->test()::DEBUT: 2016-02-21T10:51:41+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:41+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:41+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:41+01:00\n
Output for 5.3.29, 5.4.29 - 5.4.32
Baz->test()::DEBUT: 2016-02-21T10:51:42+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:42+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:42+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:42+01:00\n
Output for 5.4.26 - 5.4.28
Baz->test()::DEBUT: 2016-02-21T10:51:43+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:43+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:43+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:43+01:00\n
Output for 5.3.28, 5.4.23 - 5.4.25
Baz->test()::DEBUT: 2016-02-21T10:51:44+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:44+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:44+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:44+01:00\n
Output for 5.4.19 - 5.4.22
Baz->test()::DEBUT: 2016-02-21T10:51:45+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:45+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:45+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:45+01:00\n
Output for 5.3.27, 5.4.16 - 5.4.18
Baz->test()::DEBUT: 2016-02-21T10:51:46+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:46+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:46+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:46+01:00\n
Output for 5.3.23 - 5.3.26, 5.4.13 - 5.4.15
Baz->test()::DEBUT: 2016-02-21T10:51:47+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:47+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:47+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:47+01:00\n
Output for 5.3.20 - 5.3.22, 5.4.9 - 5.4.12
Baz->test()::DEBUT: 2016-02-21T10:51:48+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:48+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:48+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:48+01:00\n
Output for 5.3.16 - 5.3.19, 5.4.6 - 5.4.8
Baz->test()::DEBUT: 2016-02-21T10:51:49+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:49+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:49+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:49+01:00\n
Output for 5.3.12 - 5.3.15, 5.4.3 - 5.4.5
Baz->test()::DEBUT: 2016-02-21T10:51:50+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:50+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:50+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:50+01:00\n
Output for 5.3.8 - 5.3.11, 5.4.0 - 5.4.2
Baz->test()::DEBUT: 2016-02-21T10:51:51+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:51+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:51+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:51+01:00\n
Output for 5.2.15 - 5.2.17, 5.3.3 - 5.3.7
Baz->test()::DEBUT: 2016-02-21T10:51:52+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:52+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:52+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:52+01:00\n
Output for 5.2.11 - 5.2.14, 5.3.0 - 5.3.2
Baz->test()::DEBUT: 2016-02-21T10:51:53+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:53+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:53+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:53+01:00\n
Output for 5.2.5 - 5.2.10
Baz->test()::DEBUT: 2016-02-21T10:51:54+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:54+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:54+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:54+01:00\n
Output for 5.2.0 - 5.2.4
Baz->test()::DEBUT: 2016-02-21T10:51:55+01:00\n Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Strict Standards: Non-static method Foo::bar() should not be called statically, assuming $this from incompatible context in /in/59qjd on line 12 Baz->test()::FIN: 2016-02-21T10:51:55+01:00\nBazPropre->testPropre()::DEBUT: 2016-02-21T10:51:55+01:00\nBazPropre->testPropre()::FIN: 2016-02-21T10:51:55+01:00\n
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/59qjd on line 9
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/59qjd on line 23
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/59qjd on line 23
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/59qjd on line 23
Process exited with code 255.

preferences:
203.82 ms | 401 KiB | 315 Q