You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR undefinedConstant: Class constant ::TIME_ZONE does not exist at Entities/Students.php:180
return new VirtualProperty(static::TIME_ZONE);
^^^^^^^^^
ERROR undefinedConstant: Class constant ::FULL_NAME does not exist at Entities/Students.php:187
return new VirtualPropertyAsExpression(self::FULL_NAME, new ConcatenateWithSeparator(
^^^^^^^^^
ERROR undefinedConstant: Class constant ::FIRST_NAME does not exist at Entities/Students.php:189
new FieldRef(self::FIRST_NAME),
^^^^^^^^^^
ERROR undefinedConstant: Class constant ::LAST_NAME does not exist at Entities/Students.php:190
new FieldRef(self::LAST_NAME)
^^^^^^^^^
PHP Version: 8.1
OS: Windows 11
Run command:
The minimal code in which the bug appears:
Actual Behavior:
ERROR undefinedConstant: Class constant ::TIME_ZONE does not exist at Entities/Students.php:180
return new VirtualProperty(static::TIME_ZONE);
^^^^^^^^^
ERROR undefinedConstant: Class constant ::FULL_NAME does not exist at Entities/Students.php:187
return new VirtualPropertyAsExpression(self::FULL_NAME, new ConcatenateWithSeparator(
^^^^^^^^^
ERROR undefinedConstant: Class constant ::FIRST_NAME does not exist at Entities/Students.php:189
new FieldRef(self::FIRST_NAME),
^^^^^^^^^^
ERROR undefinedConstant: Class constant ::LAST_NAME does not exist at Entities/Students.php:190
new FieldRef(self::LAST_NAME)
^^^^^^^^^
Expected Behavior:
No alert
Students.zip
s
The text was updated successfully, but these errors were encountered: