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
/* There is an existing constant of the same name, and it conflicts with the new one, so let's throw a fatal error */
2246
+
zend_error_noreturn(E_COMPILE_ERROR,
2247
+
"%s and %s define the same constant (%s) in the composition of %s. However, the definition differs and is considered incompatible. Class was composed",
// There is an existing constant of the same name, and it conflicts with the new one, so let's throw a fatal error
2251
-
zend_error_noreturn(E_COMPILE_ERROR,
2252
-
"%s and %s define the same constant (%s) in the composition of %s. However, the definition differs and is considered incompatible. Class was composed",
0 commit comments