HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //usr/share/i360-php/python-proto/example1.py
import io
import message_reader

def main():
  php_dict = message_reader.fillDictionary()
  file = io.open("t2.txt", "rb", buffering = 0)
  while True:
    obj = message_reader.readDataFromStream(file)
    if obj=="":
      break
    print obj.proactive.queue_string
  file.close()

if __name__== "__main__":
  main()