mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
![]() The `ZendAstPrettyPrinter` had logic to handle the various structures that are based on `zend_ast`, like `zend_ast_decl`, but the printer was only installed when the value was a `zend_ast`, meaning that for the specialized structures the details wouldn't be shown unless they were cast (in GDB) to `zend_ast`. Instead, just register the printer for the specialized structures too. |
||
---|---|---|
.. | ||
dev | ||
gdb | ||
man1 | ||
Makefile.frag | ||
php-config.in | ||
phpize.in | ||
phpize.m4 |