タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

phpとREPLに関するfumikonyのブックマーク (2)

  • 高機能REPL psysh - Qiita

    と指定することで自分のプロジェクトのオートロード設定も読み込める 後は普通のREPLとしても使えるし、 lsでメソッド一覧を見たり、 showでコードを読んだり、 docでドキュメントを読んだり出来る ここからマニュアルをダウンロードして~/.psysh/に置けばビルトイン関数のドキュメントも読める phpでこういうの欲しかったので今まで損してた気分 arrayの表示とかはborisの方が見やすいけど、便利なので移行する価値はありそう Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can do w

    高機能REPL psysh - Qiita
  • PsySH

    Stop die()ing all the time PsySH can be used as an interactive debugger, much like JavaScript's debugger statement, saving you from endless var_dump() and die() iterations. Just drop this line in where you'd like to have a breakpoint: eval(\Psy\sh()); Auto[tab][tab]Complete PsySH has tab completion for variable names, functions, classes, methods, properties, and even files! Just start typing, then

  • 1