Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.3

Bug #23747 =& operator is deprecated
Submitted: 2018-05-04 19:47 UTC
From: arimil Assigned:
Status: Open Package: Date_Holidays_Japan (version 0.1.3)
PHP Version: HEAD SVN-2018-05-04 OS: Ubuntu
Roadmaps: (Not assigned)    
Subscription  


 [2018-05-04 19:47 UTC] arimil (Arie Miller)
Description: ------------ On line 328 it reads: $date =& new Date($this->_year . '-05-04'); However the =& operator is deprecated since php5 since returning a reference is now the default.

Comments