summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-05-04 18:21:00 +0000
committerFelipe Pena <felipe@php.net>2010-05-04 18:21:00 +0000
commit45a536fc7cdda856447d0aaff98eeded3bb894de (patch)
tree7319d41b7a588f91b6ab953624bcfabe6a332dcc /ext/json/php_json.h
parentd920d6226eddc651631bcd371d1b49b474ada363 (diff)
downloadphp-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