Ao fazer o require no Shell Interativo do PHP estou recebendo esse erro.
Estou usando:
Sistema Operacional: Windows
PHP v7.4.6
Alguma ideia de como resolver?
php > require 'src\Conta.php';
PHP Warning: require(src\Conta.php): failed to open stream: No such file or directory in php shell code on line 1
Warning: require(src\Conta.php): failed to open stream: No such file or directory in php shell code on line 1
PHP Fatal error: require(): Failed opening required 'src\Conta.php' (include_path='.;C:\php\pear') in php shell code on line 1
Fatal error: require(): Failed opening required 'src\Conta.php' (include_path='.;C:\php\pear') in php shell code on line 1
Obrigado.