Test: /Zend/tests/bug79740.phpt - Version 7.4.3        

Bug #79740 serialize() and unserialize() methods can not be called statically
Submitted: 2020-06-26 08:10:13 Modified: 2020-06-26 10:54:35
From: qqqqqwwwww731 Assigned: nikic
Status: Closed Package: *General Issues
PHP Version: 7.4.7 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
7 (100%)
001+ bool(false) 002+ bool(false) 001- bool(true) 002- bool(true) 004+ Fatal error: Uncaught Error: Non-static method A::serialize() cannot be called statically in %s/bug79740.php:9 005+ Stack trace: 006+ #0 {main} 004- Deprecated: Non-static method A::serialize() should not be called statically in %s on line %d 005- 006- Deprecated: Non-static method A::unserialize() should not be called statically in %s on line %d 007+ thrown in %s/bug79740.php on line 9