diff options
author | Sterling Hughes <sterling@php.net> | 2003-04-10 15:43:47 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-04-10 15:43:47 +0000 |
commit | 0191ba5de11dd838f26d95bb39c5a47782a157c3 (patch) | |
tree | be3cc964a163852af8578a7c368f92a625a8cc63 /ext/mysql/php_mysql.c | |
parent | aa09b09e1a5c32514ea06af33fc5431842293e98 (diff) | |
download | php-git-0191ba5de11dd838f26d95bb39c5a47782a157c3.tar.gz |
allow expressions within constants, so the following is possible
class foo {
const a = 1<<0;
const b = 1<<1;
const c = a | b;
}
this makes const a compile-time expression. all other operators are
unaffected.
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions