]> granicus.if.org Git - php/commit
Add support got zend_class_entry->get_static_method() and matching __callStatic(...
authorSara Golemon <pollita@php.net>
Sat, 21 Jul 2007 05:27:07 +0000 (05:27 +0000)
committerSara Golemon <pollita@php.net>
Sat, 21 Jul 2007 05:27:07 +0000 (05:27 +0000)
commitb1bc911ceee4dd52c004d2793b258869d7c52472
tree67747e63b6b2a7f8fc43159c941af2ee7952d677
parent562a0629e4de9343df3ca6e2dc40effb06d792d5
Add support got zend_class_entry->get_static_method() and matching __callStatic() userspace method @doc
12 files changed:
Zend/tests/call_static.phpt [new file with mode: 0755]
Zend/tests/object_handlers.phpt
Zend/zend.h
Zend/zend_API.c
Zend/zend_API.h
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute_API.c
Zend/zend_interfaces.c
Zend/zend_object_handlers.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h