#!/usr/bin/env php
<?php

/**
 * Proxy PHP file generated by Composer
 *
 * This file includes the referenced bin path (../psy/psysh/bin/psysh) using ob_start to remove the shebang if present
 * to prevent the shebang from being output on PHP<8
 *
 * @generated
 */

if (PHP_VERSION_ID < 80000) {
    ob_start(function ($buffer, $phase) {
        return (PHP_OUTPUT_HANDLER_START & $phase) && '#!' === substr($buffer, 0, 2) ? '' : $buffer;
    }, 1);
}

include __DIR__ . "/" . '../psy/psysh/bin/psysh';