: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
require_once("../lib/Mixpanel.php"); // import the Mixpanel class
require_once("consumers/ObConsumer.php"); // import the custom consumer
$mp = new Mixpanel("MIXPANEL_PROJECT_TOKEN", array(
"consumers" => array("ob" => "ObConsumer"),
$mp->track("test_event", array("color" => "blue"));
$mp->track("test_event", array("color" => "red"));