Closed SjonHortensius closed 3 months ago
It seems the php.run() call passes through a slightly different argument then given - which I suspect is caused by this line:
php.run()
https://github.com/oraoto/pib/blame/d3f8d93e8a1691dbf96d9e5825cee959a68fb136/source/PhpBase.js#L69
this can be reproduced by calling php.run('<?php declare(strict_types=1);')
php.run('<?php declare(strict_types=1);')
This was originally reported as https://github.com/SjonHortensius/3v4l_org/issues/21
It seems the
php.run()
call passes through a slightly different argument then given - which I suspect is caused by this line:https://github.com/oraoto/pib/blame/d3f8d93e8a1691dbf96d9e5825cee959a68fb136/source/PhpBase.js#L69
this can be reproduced by calling
php.run('<?php declare(strict_types=1);')
This was originally reported as https://github.com/SjonHortensius/3v4l_org/issues/21