lcherone / print_r-converter

print_r converter tool that converts PHP's print_r() output back in to PHP code.

Home Page:https://print-r-converter-199219.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print_r Converter

The print_r converter is a tool that converts PHP's print_r() output back in to PHP code.

An online demo can be found here: https://print-r-converter-199219.appspot.com/

Screen:

Screen

Forked changes:

  • Changed UI to use VueJS and localstorage instead of cookies.
  • Changed array() to short [].
  • Fixed trailing , on final array.
  • Added class@anonymous, which casts to stdClass
  • Added closure, which casts to stdClass

About

print_r converter tool that converts PHP's print_r() output back in to PHP code.

https://print-r-converter-199219.appspot.com/

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%