Home
last modified time | relevance | path

Searched refs:zwhat (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp421 zval zwhat, zerrorcode; in throw_tprotocolexception() local
423 ZVAL_STRING(&zwhat, what); in throw_tprotocolexception()
427 createObject("\\Thrift\\Exception\\TProtocolException", &ex, 2, &zwhat, &zerrorcode); in throw_tprotocolexception()
429 zval_dtor(&zwhat); in throw_tprotocolexception()