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

4 lines
59 B
PHP
Raw Normal View History

2015-09-22 21:06:35 +00:00
<?php
$i = (isset($i)) ? $i += 1 : 0;
echo serialize($$i);