mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() When fetching into objects, we need to create object style hash tables, i.e. where numeric column names are stored as string keys instead of integer keys. Instead of the slightly more efficient alternative to create the desired hash table in the first place, we go for the more readable implementation and convert the array style hash table using `zend_symtable_to_proptable()`. Co-authored-by: Kamil Tekiela <tekiela246@gmail.com> Closes GH-8189. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
mysqli.c | ||
mysqli.stub.php | ||
mysqli_api.c | ||
mysqli_arginfo.h | ||
mysqli_driver.c | ||
mysqli_exception.c | ||
mysqli_libmysql.h | ||
mysqli_mysqlnd.h | ||
mysqli_nonapi.c | ||
mysqli_priv.h | ||
mysqli_prop.c | ||
mysqli_report.c | ||
mysqli_result_iterator.c | ||
mysqli_warning.c | ||
php_mysqli.h | ||
php_mysqli_structs.h |