PHP 8.5.0 Alpha 1 available for testing

Voting

: min(one, nine)?
(Example: nine)

The Note You're Voting On

Robc
13 years ago
When extracting from a row after a database query using for example:

$row = mysql_fetch_array($result, MYSQL_ASSOC)
extract($row);

I find that the resultant variables may not match the variable type in the database. In particular I have found integers in the database may gettype() to string on the extracted variable.

<< Back to user notes page

To Top