mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-08 00:45:19 +00:00
5 lines
No EOL
64 B
PHP
5 lines
No EOL
64 B
PHP
<?php
|
|
interface Parentum {
|
|
function makeChild(&$a);
|
|
}
|
|
?>
|