diff options
author | Andi Gutmans <andi@php.net> | 2002-07-16 19:11:14 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-07-16 19:11:14 +0000 |
commit | 3be1dd468e68af2262cdeede682c97e4e237e7c7 (patch) | |
tree | 3b0b045700c309b40c6d94dc4ea6e292d576cf9b /ext/mysql/php_mysql.c | |
parent | 1326c95b29e5dcc697fa15f30609cbafa2503285 (diff) | |
download | php-git-3be1dd468e68af2262cdeede682c97e4e237e7c7.tar.gz |
- Syntactic sugar - Add "public" as a synonym for "var".
- Now we have the three P's.
You can do:
<?
class MyClass {
public $a;
private $b;
protected $c;
}
?>
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions