MCPcopy Create free account
hub / github.com/apache/thrift / readI64

Method readI64

lib/php/lib/Protocol/TJSONProtocol.php:720–729  ·  view source on GitHub ↗
(&$i64)

Source from the content-addressed store, hash-verified

718 }
719
720 public function readI64(&$i64)
721 {
722 if (PHP_INT_SIZE === 4) {
723 $i64 = $this->readJSONIntegerAsString();
724 } else {
725 $i64 = $this->readJSONInteger();
726 }
727
728 return true;
729 }
730
731 public function readDouble(&$dub)
732 {

Callers 1

test_TJSONProtol_readMethod · 0.95

Calls 2

readJSONIntegerMethod · 0.95

Tested by 1

test_TJSONProtol_readMethod · 0.76