1<?php 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: math.proto 4 5namespace GPBMetadata; 6 7class Math 8{ 9 public static $is_initialized = false; 10 11 public static function initOnce() { 12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); 13 14 if (static::$is_initialized == true) { 15 return; 16 } 17 $pool->internalAddGeneratedFile( 18 ' 19� 20 21math.protomath", 22DivArgs 23dividend ( 24divisor ("/ 25DivReply 26quotient ( 27 remainder (" 28FibArgs 29limit (" 30Num 31num (" 32FibReply 33count (2� 34Math& 35Div 36.math.DivArgs.math.DivReply". 37DivMany 38.math.DivArgs.math.DivReply"(0# 39Fib 40.math.FibArgs .math.Num"0 41Sum .math.Num .math.Num"(bproto3' 42 , true); 43 44 static::$is_initialized = true; 45 } 46} 47 48