// // Created by Carl.Guo on 2025/4/17. // #include "function.h" Php::Value ProgFunc::__get(const Php::Value &name) { return Php::Base::__get(name); }