3v4l.org

run code in 300+ PHP versions simultaneously
<?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();
Output for 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Deprecated: Function ibase_init() is deprecated, use new_ibase_init() instead in /in/G3Wd5 on line 18
Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30

preferences:
48.39 ms | 839 KiB | 4 Q