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