diff options
author | Felipe Pena <felipe@php.net> | 2010-05-04 18:21:00 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-05-04 18:21:00 +0000 |
commit | 45a536fc7cdda856447d0aaff98eeded3bb894de (patch) | |
tree | 7319d41b7a588f91b6ab953624bcfabe6a332dcc /ext/json/php_json.h | |
parent | d920d6226eddc651631bcd371d1b49b474ada363 (diff) | |
download | php-git-45a536fc7cdda856447d0aaff98eeded3bb894de.tar.gz |
- Added check for abstract class
abstract class foo { }
class T { use foo; } // T cannot use foo - it is not a trait
- Added check for trait on NEW
trait a { }
new a; // Cannot instantiate trait a
# Tests for errors comming soon :)
Diffstat (limited to 'ext/json/php_json.h')
0 files changed, 0 insertions, 0 deletions