8886ed94b7
--HG-- branch : gsoc2012-achievements
5 lines
No EOL
64 B
PHP
5 lines
No EOL
64 B
PHP
<?php
|
|
interface Parentum {
|
|
function makeChild(&$a);
|
|
}
|
|
?>
|