PHP 8.5.0 Beta 2 available for testing

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

Senthryl
16 years ago
This parameter (and presumably any other parameter in mysqli_stmt) will raise an error with the message "Property access is not allowed yet" if the statement was not prepared properly, or not prepared at all.

To prevent this, always ensure that the return value of the "prepare" statement is true before accessing these properties.

<< Back to user notes page

To Top