| 565 | } |
| 566 | |
| 567 | void CPhPLibContext::Execute(CWriteStrBuffer *buf) |
| 568 | { |
| 569 | m_curr_str_buffer = buf; |
| 570 | |
| 571 | PHP_VALUE_NODE val; |
| 572 | php_execute(g_syn_tree_top, &val); |
| 573 | } |
| 574 | |
| 575 | CPhPLibContext *CPhPLibContext::g_curr_context = 0; |
| 576 |
no test coverage detected