<?php declare(strict_types=1); class toStr { private $str; public function __construct( $str ) { $this->str = $str; } public function __toString() { return $this->str; } } function strictly( string $str ) { return $str; } strictly( new toStr('hi'));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`