MCPcopy Create free account
hub / github.com/amule-project/amule / Execute

Method Execute

src/webserver/src/php_core_lib.cpp:567–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void 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
575CPhPLibContext *CPhPLibContext::g_curr_context = 0;
576

Callers 1

CPhpFilterMethod · 0.45

Calls 1

php_executeFunction · 0.85

Tested by

no test coverage detected