mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
...
This commit is contained in:
parent
7928d1f9e2
commit
ae1c05944c
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ phpdbg provides many options for specifying break points, as illustrated by a sc
|
||||||
|
|
||||||
In those case where you wish to program your break points in userland, phpdbg includes a userland API, in the shape of two simple functions:
|
In those case where you wish to program your break points in userland, phpdbg includes a userland API, in the shape of two simple functions:
|
||||||
|
|
||||||
```
|
```php
|
||||||
/**
|
/**
|
||||||
* Sets a breakpoint at the next opcode address
|
* Sets a breakpoint at the next opcode address
|
||||||
* @return void
|
* @return void
|
||||||
|
@ -33,7 +33,7 @@ proto void phpdbg_break(void);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```php
|
||||||
/**
|
/**
|
||||||
* Clear breakpoints before continuing execution
|
* Clear breakpoints before continuing execution
|
||||||
* @return void
|
* @return void
|
||||||
|
@ -55,7 +55,7 @@ Direct access to eval allows you to change _anything_ at _any_ time during execu
|
||||||
|
|
||||||
Library code for this section:
|
Library code for this section:
|
||||||
|
|
||||||
```
|
```php
|
||||||
<?php
|
<?php
|
||||||
class phpdbg {
|
class phpdbg {
|
||||||
public function isGreat($greeting = null) {
|
public function isGreat($greeting = null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue