summaryrefslogtreecommitdiff
path: root/Zend/ZEND_CHANGES
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-03-02 20:38:52 +0000
committerAndi Gutmans <andi@php.net>2002-03-02 20:38:52 +0000
commitb90d80b58806083ded586da0745f02b38d301819 (patch)
tree052b205bd3fb76749def1abdfd3094fd022279aa /Zend/ZEND_CHANGES
parentbc7e0b55121755e35e1a659e1d82822e3b7fcde8 (diff)
downloadphp-git-b90d80b58806083ded586da0745f02b38d301819.tar.gz
- Initial patch to support importing from class scopes (for Stig).
- It isn't complete yet but I want to work on it from another machine. It - shouldn't break anything else so just don't try and use it. - The following is a teaser of something that already works: <?php class MyClass { function hello() { print "Hello, World\n"; } class MyClass2 { function hello() { print "Hello, World in MyClass2\n"; } } } import function hello, class MyClass2 from MyClass; MyClass2::hello(); hello(); ?>
Diffstat (limited to 'Zend/ZEND_CHANGES')
0 files changed, 0 insertions, 0 deletions