mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
gdbinit: use ____print_str to print htable keys
I noticed this problem while dumping the contents of EG(function_table), where keys for closures start with a null byte. printf interprets this as a zero-length string and emits nothing. This allows the key to be rendered properly in readable form. Closes GH-6577.
This commit is contained in:
committed by
Nikita Popov
parent
46d6daea7a
commit
6b631f073d