1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 08:50:45 +00:00
go-php/.tests/bind.php

4 lines
59 B
PHP

<?php
$i = (isset($i)) ? $i += 1 : 0;
echo serialize($$i);