PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Escaping special PAD chars

Sometimes the PAD parser is confused and interprets something incorrectly as a PAD instruction.

In those cases a PAD entity can be used to prevent this.

Character     PAD entity
{   &open;
}   &close;
|   &pipe;
=   &eq;
,   ,
@   &at;

For example, in this manual the string {tag} must be writen as &open;tag&close;
to make sure the PAD parser leaves it alone.


Basic Concepts

  

Advanced concepts

  

Constructs

Miscellaneous




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink