mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Add additional zend_compile_position argument, which can be either AT_SHEBANG, AT_OPEN_TAG or AFTER_OPEN_TAG. The previous behavior corresponds to AFTER_OPEN_TAG. Closes GH-7462.