Commit:    ae5f0d0f27162116b630aaf22e665402857eb534
Author:    krakjoe <joe.watk...@live.co.uk>         Fri, 15 Nov 2013 16:09:40 
+0000
Parents:   1b615298bfa368748f166c62f4bb89d695f0d343
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ae5f0d0f27162116b630aaf22e665402857eb534

Log:
...

Changed paths:
  M  tutorials/intro.md


Diff:
diff --git a/tutorials/intro.md b/tutorials/intro.md
index fcc3501..473f3d6 100644
--- a/tutorials/intro.md
+++ b/tutorials/intro.md
@@ -26,10 +26,12 @@ phpdbg also includes a userland API to enable working with 
breakpoints from with
 
 ```php
 /**
-* Sets a breakpoint at the next opcode address
+* If no parameters are recieved sets a breakpoint at the next opcode address
+* @param type           a constant PHPDBG_ type
+* @param expression     the expression for the break command
 * @return void
 */
-proto void phpdbg_break(void);
+proto void phpdbg_break([integer type, string expression]);
 ```


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to