���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/protobuf/conformance/ |
<?php define("GOOGLE_INTERNAL_NAMESPACE", "Google\\Protobuf\\Internal\\"); define("GOOGLE_NAMESPACE", "Google\\Protobuf\\"); define("GOOGLE_GPBMETADATA_NAMESPACE", "GPBMetadata\\Google\\Protobuf\\"); function protobuf_autoloader_impl($class, $prefix) { $length = strlen($prefix); if ((substr($class, 0, $length) === $prefix)) { $path = '../php/src/' . implode('/', array_map('ucwords', explode('\\', $class))) . '.php'; include_once $path; } } function protobuf_autoloader($class) { protobuf_autoloader_impl($class, GOOGLE_INTERNAL_NAMESPACE); protobuf_autoloader_impl($class, GOOGLE_NAMESPACE); protobuf_autoloader_impl($class, GOOGLE_GPBMETADATA_NAMESPACE); } spl_autoload_register('protobuf_autoloader');