The first php point without variables: Time: 0.146 millisec.
Delta: 0.146 millisec.1.
Now the php code executes 10 iterations of a cycle...
Ok, executed! The second point after 10 php code cycles: $result: some string 0123456789
Time: 0.304 millisec.
Delta: 0.158 millisec.2.
You can see the time difference and the result in $result.
This paragraph includes two debug output points:
The first php output: Time: 0.382 millisec.
Delta: 0.078 millisec.Bla-bla-bla
And the last php output: Time: 0.465 millisec.
Delta: 0.083 millisec.Some useful info from the php script
The first php point without variables: Time: 0.543 millisec.
Delta: 0.078 millisec.5
The second point: $variable1: The string variable
$variable2: 3.14
$variable3: <b>The bold text</b>
Time: 0.671 millisec.
Delta: 0.128 millisec.6
And the last php point
with php array: $variable1: The string variable
$_SERVER: Array(37)={
HTTP_HOST=dev
HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
HTTP_ACCEPT=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.7,ru;q=0.3
HTTP_ACCEPT_ENCODING=gzip,deflate
HTTP_ACCEPT_CHARSET=ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE=300
HTTP_CONNECTION=keep-alive
HTTP_REFERER=http://dev/
HTTP_COOKIE=ref=http%3A%2F%2Fdev%2F; prod=ags; pur=evfpl%2Cevfpl%2Cevfpl
HTTP_CACHE_CONTROL=max-age=0
HTTP_IF_MODIFIED_SINCE=Mon, 21 Apr 2008 01:54:28 GMT
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programs
SystemRoot=C:\WINDOWS
COMSPEC=C:\WINDOWS\system32\cmd.exe
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
WINDIR=C:\WINDOWS
SERVER_SIGNATURE=<address>Apache/2.2.8 (Win32) DAV/2 mod_autoindex_color PHP/5.2.5 Server at dev Port 80</address>\n
SERVER_SOFTWARE=Apache/2.2.8 (Win32) DAV/2 mod_autoindex_color PHP/5.2.5
SERVER_NAME=dev
SERVER_ADDR=127.0.0.1
SERVER_PORT=80
REMOTE_ADDR=127.0.0.1
DOCUMENT_ROOT=D:/DevWeb/dev
SERVER_ADMIN=admin@localhost
SCRIPT_FILENAME=D:/DevWeb/dev/demo.php
REMOTE_PORT=2727
GATEWAY_INTERFACE=CGI/1.1
SERVER_PROTOCOL=HTTP/1.1
REQUEST_METHOD=GET
QUERY_STRING=
REQUEST_URI=/demo.php
SCRIPT_NAME=/demo.php
PHP_SELF=/demo.php
REQUEST_TIME=1208743626
argv[]=Array(0)
argc=0
}
$variable3: <b>The bold text</b>
Time: 1.543 millisec.
Delta: 0.872 millisec.7
Go to the Atrise PHP Script Debugger Homepage
This is the last paragraph.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>Atrise PHP Script Debugger Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- debug --> </head> <body> <h1>Debug points</h1> <p>The first php point without variables: <!-- debug -->. Now the php code executes 10 iterations of a cycle...</p> <p>Ok, executed! The second point after 10 php code cycles: <!-- debug -->. You can see the time difference and the result in $result.</p> <h1>Debug output</h1> <p>This paragraph includes two debug output points:</p> <p>The first php output: <!-- debug --> And the last php output: <!-- debug --></p> <h1>Debug points with your php variables:</h1> <p>The first php point without variables: <!-- debug --> The second point: <!-- debug --> And the last php point<br /> with php array: <!-- debug --></p> <h1>The end of this demo</h1> <p><a href="http://www.atrise.com/php-script-debugger/">Go to the Atrise PHP Script Debugger Homepage</a></p> <p>This is the last paragraph.</p>