Page MenuHomePhabricator

Terminating slash in insource regexp breaks PHP
Closed, DuplicatePublic

Description

Try anywhere as search:

insource:/example\.org\/path\//

Response: Error screen; PHP fatal error: Argument 1 passed to Elastica\Exception\ResponseException::__construct() must be an instance of Elastica\Request, null given

Bypass with fake trailing stuff:

insource:/example\.org\/path\/.?/