]> granicus.if.org Git - php/commit
restore $this support for closures to its former glory
authorStanislav Malyshev <stas@php.net>
Mon, 19 Apr 2010 19:45:03 +0000 (19:45 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 19 Apr 2010 19:45:03 +0000 (19:45 +0000)
commitc93a4f192bb338aa9a22d44276684cf92dfe902d
tree4e2aa5c989856d9bafd0415f5d7d0ebd4d9c8458
parent5a211da7af41f82ec123e63990942eae567dfef2
restore $this support for closures to its former glory
23 files changed:
NEWS
Zend/tests/closure_005.phpt [new file with mode: 0644]
Zend/tests/closure_007.phpt [new file with mode: 0644]
Zend/tests/closure_020.phpt
Zend/tests/closure_024.phpt
Zend/tests/closure_026.phpt
Zend/tests/closure_036.phpt [new file with mode: 0755]
Zend/zend_closures.c
Zend/zend_closures.h
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_language_parser.y
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionFunction_getClosureThis.phpt [new file with mode: 0755]
ext/reflection/tests/ReflectionFunction_getClosure_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionFunction_getClosure_error.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getClosureThis.phpt [new file with mode: 0755]
ext/reflection/tests/ReflectionMethod_getClosure_basic.phpt [new file with mode: 0644]
ext/reflection/tests/ReflectionMethod_getClosure_error.phpt [new file with mode: 0644]
ext/reflection/tests/closures_003_v1.phpt [new file with mode: 0755]
ext/reflection/tests/closures_004.phpt [new file with mode: 0644]