php - Use of undefined constant (integer) -
This is my class I'm using yii2 PHP 5.6 can not load this page, it says that < / P>
Undefined Continued use of 5242880 - '5242880' has been eclipse
class expanded in the format \ yii \ db \ ActiveRecord {const USER_IMG_SIZE = 5242880 ; }
I tested that code, and that number contained some other encoded char or Some other encoding, when I copy from here, but when I rewrote that number myself, it was not showing the error
const USER_IMG_SIZE = 5242880;
Comments
Post a Comment