mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-04-27 02:18:07 +02:00
5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
$py = PyCore::import('builtins');
|
|
$array = PyCore::scalar($py->range(3));
|
|
var_dump($array);
|