Open
Description
Parsing rdkafka.h gives PHP Warning: Only arrays and Traversables can be unpacked in /app/vendor/ircmaxell/php-c-parser/lib/Context.php on line 140
:
Line 140 in 8dbb1e4
You may replay this with:
--TEST--
Test bug
--FILE--
#ifndef TEST
#define TEST 1
#endif
#if TEST
int bar;
#endif
--EXPECT--
int bar;
Metadata
Metadata
Assignees
Labels
No labels