File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php
Back
<?php namespace Illuminate\Testing\Fluent\Concerns; use Illuminate\Support\Traits\Dumpable; trait Debugging { use Dumpable; /** * Dumps the given props. * * @param string|null $prop * @return $this */ public function dump(?string $prop = null): self { dump($this->prop($prop)); return $this; } /** * Retrieve a prop within the current scope using "dot" notation. * * @param string|null $key * @return mixed */ abstract protected function prop(?string $key = null); }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings