Файловый менеджер - Редактировать - /home/autoovt/www/Debugging.php.tar
Назад
home/autoovt/www/vendor-old/laravel/framework/src/Illuminate/Testing/Fluent/Concerns/Debugging.php 0000666 00000001322 14765646766 0027474 0 ustar 00 <?php namespace Illuminate\Testing\Fluent\Concerns; trait Debugging { /** * Dumps the given props. * * @param string|null $prop * @return $this */ public function dump(string $prop = null): self { dump($this->prop($prop)); return $this; } /** * Dumps the given props and exits. * * @param string|null $prop * @return never */ public function dd(string $prop = null): void { dd($this->prop($prop)); } /** * 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 |
Github
|
.
| PHP 5.4.45 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка