|
@@ -98,11 +98,12 @@ if (!function_exists('breakpoint')) {
|
|
|
* Works the same way as eval(\Psy\sh());
|
|
* Works the same way as eval(\Psy\sh());
|
|
|
* psy/psysh must be loaded in your project
|
|
* psy/psysh must be loaded in your project
|
|
|
*
|
|
*
|
|
|
- * @link http://psysh.org/
|
|
|
|
|
* ```
|
|
* ```
|
|
|
* eval(breakpoint());
|
|
* eval(breakpoint());
|
|
|
* ```
|
|
* ```
|
|
|
|
|
+ *
|
|
|
* @return string|null
|
|
* @return string|null
|
|
|
|
|
+ * @link http://psysh.org/
|
|
|
*/
|
|
*/
|
|
|
function breakpoint()
|
|
function breakpoint()
|
|
|
{
|
|
{
|