Hi Ryan
2018-02-25 3:42 GMT+01:00 Ryan McCullagh <me@ryanmccullagh.com>:
> I can't find this anywhere after a compile of master. `grep -r -n 'zendparse' *`. I see that there are declarations of zendparse, but there is no definition as far as I can see. How is this happening?
This comes from the Zend/zend_language_parser.y file in its generated
form, the yyparse name is set to zendparse (through #define yyparse
zendparse)
--
regards,
Kalle Sommer Nielsen
kalle@php.net