# Bug Report <!-- First, thank you for reporting a bug. That takes time and we appreciate that! --> | Subject | Details | | :------------- | :--------------------| | Rector version | last dev-main | | Installed as | composer dependency | ## Minimal PHP Code Causing Issue See https://getrector.com/demo/cc8fcae9-66be-4785-a6bf-4aa2f484b5c6 ```php <?php final class DemoFile { public function run(bool $param) { return ord('0'); } } ``` ### Responsible rules * `OrdSingleByteRector` ## Expected Behavior '0' should stay '0', not '0'[0]