]> granicus.if.org Git - php/commit
- Add use support (behaves like require, but will not use the same file twice)
authorAndi Gutmans <andi@php.net>
Tue, 30 Nov 1999 20:15:04 +0000 (20:15 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 30 Nov 1999 20:15:04 +0000 (20:15 +0000)
commit5463dd5b387298a84736e590e5d213f5bafe9435
treed009a2424dc7f6b154aef82a582a57f7bb8ba049
parent08304a3c933f0b89235daded64776a069262b684
- Add use support (behaves like require, but will not use the same file twice)
- Add import support (behaves like include, but requires parentheses;  will not
  use the same file twice; Currently, it is not yet properly implemented, and
  only behaves like include)
Zend/zend-parser.y
Zend/zend-scanner.l
Zend/zend.c
Zend/zend.h
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_execute_API.c
Zend/zend_globals.h