[lang-ref] ( get_executed_interpreter_path ) ( php )

<?php
public function testGetExecutedInterpreterPath(): void
{
	// PHP_BINARY
	$r = PHP_BINARY;

	$this->assertStringEndsWith('/bin/php', $r);
}