Changelog
-
1.14 | 2/6/2008
- Reorganized javascript
- Added function body
-
1.13 | 6/7/2007
- Fixed wrong arguments' order when called from "Recent uses"
- Modified the layout so it fits with 1024*768 resolution
-
1.12 | 29/4/2007
- Empty values are surrounded by quote marks in arrays
- Fixed textarea still expanding for too long after submit
- Changed charset to allow accented chars (now WINDOWS-1252)
- Fixed \x chars being displayed as a square char
-
1.11 | 23/4/2007
- Remembered the constant argument when it's added from javascript
- Added the fit button to fit the contents of the textarea
- If the argument textarea's content is too long, the javascript code to fit contents stops to avoid halting the browser
-
1.1 | 21/4/2007
- The array type now allows arrays in array, using php syntax
- Added the ability to choose if to pass by reference or not (since some functions seems to modify the value you pass)
-
1.03 | 20/4/2007
- The argument textarea now expands itself to fit its content when the content is added from JavaScript
-
1.02 | 19/4/2007
- Now the array are passed by reference even if it isn't required. This allow functions to modify variables by reference if they can do it (i.e. the preg_match_all function)
- Added the constant type. You can now pass constant like PREG_SET_ORDER or EXTR_PREFIX_ALL
- Fixed the array output displaying only the first level of values
- Fixed some flaws with slashes
-
1.01 | 16/2/2007
- Added the ability to remove quotation marks
- Added the instructions
-
1.0 | 25/1/2007