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
PHP class namespaces use \ (backslash) not / (forward slash).
The forward slash character has an existing usage as the division symbol, so use PhpAes/Aes; won't make sense to the interpreter - the use statement is parsed first, and wants a semicolon before continuing.
I call namespace and class like this use PhpAes/Aes, but the namespace PhpAes couldn't be read
The text was updated successfully, but these errors were encountered: