mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
New hash tables are not automatically packed, so we must not treat them as such. Therefore we guard the foreach appropriately. Closes GH-15929.
11 lines
190 B
PHP
11 lines
190 B
PHP
--TEST--
|
|
GH-15901 (phpdbg: Assertion failure on `i funcs`)
|
|
--PHPDBG--
|
|
i funcs
|
|
i classes
|
|
--EXPECT--
|
|
prompt> [User Functions (0)]
|
|
prompt> [User Classes (0)]
|
|
prompt> [User Classes (0)]
|
|
prompt>
|