<?php #[\Deprecated("use new_ibase_init() instead")] function ibase_init() { // Perhaps the old logic return _ibase_init(); } function new_ibase_init() { // The new logic return _ibase_init(); } function _ibase_init() {} ibase_init();
You have javascript disabled. You will not be able to edit any code.