Files
phpy/examples/python/array.py
2023-12-19 19:40:02 +08:00

13 lines
243 B
Python

import phpy
import math
phpy.include("./tests/lib/PhpyObject.php")
phpy.include("./tests/lib/TestClass.php")
print(phpy.call('memory_get_usage'))
for i in range(32):
items = phpy.globals('_SERVER')
print(phpy.call('memory_get_usage'))