summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-04-10 15:43:47 +0000
committerSterling Hughes <sterling@php.net>2003-04-10 15:43:47 +0000
commit0191ba5de11dd838f26d95bb39c5a47782a157c3 (patch)
treebe3cc964a163852af8578a7c368f92a625a8cc63 /ext/mysql/php_mysql.c
parentaa09b09e1a5c32514ea06af33fc5431842293e98 (diff)
downloadphp-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