Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ readJSONArrayEnd
Method
readJSONArrayEnd
lib/php/lib/Protocol/TJSONProtocol.php:440–444 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
438
}
439
440
private function readJSONArrayEnd()
441
{
442
$this->readJSONSyntaxChar(self::RBRACKET);
443
$this->popContext();
444
}
445
446
/**
447
* Writes the message header
Callers
8
readMessageEnd
Method · 0.95
readMapEnd
Method · 0.95
readListEnd
Method · 0.95
readSetEnd
Method · 0.95
test_TJSONProtol_read
Method · 0.95
readMessageEnd
Method · 0.95
readMapEnd
Method · 0.95
readCollectionEnd
Method · 0.95
Calls
2
readJSONSyntaxChar
Method · 0.95
popContext
Method · 0.95
Tested by
1
test_TJSONProtol_read
Method · 0.76