The internal debugger in PHP 3 is useful for tracking down
evasive bugs. The debugger works by connecting to a
TCP port for every time PHP 3 starts up.
All error messages from that request will be sent to this
TCP connection. This information is intended for
"debugging server" that can run inside an
IDE or programmable editor (such as Emacs).
Set up a TCP listener on that port somewhere (for example
socket -l -s 1400 on Unix systems).
In your code, run
"debugger_on(host)", where
host is the IP number or name of the
host running the TCP listener.
Now, all warnings, notices etc. will show up on that listener
socket, even if you turned them off with
error_reporting().
Php debugger using Function syntax tag
debugger using php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php debugger using syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.