1--TEST-- 2Bug #77561: Shebang line not stripped for non-primary script 3--FILE-- 4<?php 5 6require __DIR__ . '/bug77561.inc'; 7 8?> 9--EXPECT-- 10Test 11