|
phpautotest is a tool for
Validate your variables as
If you do much development in
Replacement for PHP's
testing PHP-driven websites.
you program your
PHP, you've undoubtedly used
built-in var_dump() function
It has to be walked through
website.
Perfect for
the var_dump() function to
for complex arrays.
your web-site once, it can
debugging php scripts, do
see the contents of a
tableVarDump() outputs any
then follow the same steps
you not know were your error
variable. And if you're like
variable to an HTML table
and report whether the pages
is?
With Variable Validator
us, you've probably even
format, specifically
did not work as expected.
you can show the contents of
cussed your monitor a time
designed to display complex
Variable values as well as
all HTTP_***_VARS and see
or two as you tried to
multi-dimensional arrays in
HTML output can be tested.
were you are going wrong.
decipher var_dump()'s output
a more easy to read format
Variable values as well as
into something legible.
than var_dump() or print_r().
HTML output can be tested.
At PHP Labs, we built a
HTML output is tested using
better var_dump(). We've
regular expressions.
been using it internally for
our own development for
months, and now we've
decided to make it available
to you! This is the first
script we've released which
is specifically targeted at
other PHP programmers, and
we're sure that you'll find
it useful if you spend any
time coding in PHP.
Be
sure to check out the demo,
where we compare the output
of PHP's var_dump() function
with our custom vardump()
function. You have to see it
to believe it!
Date: May, 11 2006 Date: Apr, 20 2004 Date: Mar, 03 2006 Date: Sep, 03 2004 |
|
Micro Trace helps you to
Password tester is a simple
PHP Dump is an enhanced
Expert Debugger is a free
include trace messages into
upload and use program that
version of the var_dump PHP
easy-to-use tool for
your PHP code. You can easy
will allow you to enter a
function. It can be used
debugging PHP scripts.
switch on and off debugging
password and see what it
during debugging to quickly
Expert Debugger uses the DBG
informations, select whether
looks like using MD5, Sha1
output and display many data
PHP Debugger and allow to
it should display or write
or both types of encryption
types, including
debug scripts via network or
into a logfile. You can use
used together. This will
multi-dimensional arrays and
on local computer. You can
log leveles. Installation is
allow you to avoid having to
MySQL result sets. It will
run scripts in step-by-step
quite easy, just include the
use echo in order to find
output the data in an easy
mode and to trace values of
file into your php code and
out what your password
to read format.
any variables and script
you can use the logError,
should be when you may need
Features:
- Support
output. The debugger has a
logWarning, logInfo
to know. This is great for
for: strings, integers,
comfortable interface and
functions.
databases and other
floats, Booleans, arrays
can be integrated with IDE
applications where debugging
& multidimensional
or editors.
may become tedious.
arrays, mysql result sets,
objects, streams, timestamps
& null values.
-
Able to output data with or
without “nice” css
formatting.
- Supports
nesting of different data
types, eg. An array could
contain a mysql result set,
which could in turn contain
Booleans, integers etc.
- Provides tool tips
describing what data type
each outputted variable
is.
- Will default to
using var_dump in the event
that it doesn’t support the
given variable type (output
will be wrapped in pre tags
for ease of reading).
-
SQL Query support (code
highlighting and formatting).
Date: Nov, 08 2006 Date: Oct, 22 2006 Date: Jan, 25 2006 Date: Jul, 08 2005 |