db: Use variable functions/callbacks instead of call_user_func()
authorDerick Alangi <alangiderick@gmail.com>
Sun, 24 Mar 2019 23:14:49 +0000 (00:14 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Sun, 24 Mar 2019 23:17:22 +0000 (00:17 +0100)
commita7d1ad4d246b316c45b5ef882580869f85e19aa7
treeda30f722a5b3ff6a9f49b76eb26746f7f281482c
parentf3b090c31fcd0fdda5c4edd3eb70becc76fb444e
db: Use variable functions/callbacks instead of call_user_func()

Performance-wise, this gives a little boost in performance and also
it's more readable I think. But I could be wrong so please someone
let me know.

See: https://www.php.net/manual/en/function.call-user-func.php

Change-Id: I2f0a00408c29549a786b56792411f88998a5f003
includes/db/DatabaseOracle.php