We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cuando hacemos la prueba empty regresa que está vacía una propiedad cuando no es así.
Según la documentación de PHP, se debe implementar también el metodo mágico __isset para que empty funcione correctamente.
https://www.php.net/manual/en/function.empty.php
Aquí también hay una solución. https://edmondscommerce.github.io/php/php-__get-and-empty-not-working-as-you-expect-solution.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cuando hacemos la prueba empty regresa que está vacía una propiedad cuando no es así.
Según la documentación de PHP, se debe implementar también el metodo mágico __isset para que empty funcione correctamente.
https://www.php.net/manual/en/function.empty.php
Aquí también hay una solución.
https://edmondscommerce.github.io/php/php-__get-and-empty-not-working-as-you-expect-solution.html
The text was updated successfully, but these errors were encountered: