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:
|
return $this->evaluate(...$this->definitions[$expr->value]); |
You may replay this with:
--TEST--
Test bug
--FILE--
#ifndef TEST
#define TEST 1
#endif
#if TEST
int bar;
#endif
--EXPECT--
int bar;
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:php-c-parser/lib/Context.php
Line 140 in 8dbb1e4
You may replay this with: