Which of the following statements are correct ?
php8 is loosely-typed
the auto keyword exists in php8 and infers a type to the variable according to its value
auto
php8 is strongly-typed
the type of a variable needs to be specified during its creation if the keyword strict is defined
strict