1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 00:00:03 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/GetClassName/clone.php

6 lines
46 B
PHP

<?php
$c = new DateTime;
$d = clone $c;
$d->