Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.cpp523 char* structType = Z_STRVAL_P(val_ptr); in binary_deserialize() local
525 createObject(structType, return_value); in binary_deserialize()
541 snprintf(errbuf, 128, "spec for %s is wrong type: %d\n", structType, Z_TYPE_P(spec)); in binary_deserialize()