Sets the list of paths added to PHP's include path.
array{extension-name?: string, priority?: int, support-zts?: bool, support-nts?: bool, configure-options?: list<array{name: string, description?: string}>}|null $phpExt List of directories.:
public function setPhpExt(?array $phpExt) : void { $this->phpExt = $phpExt; }