Message: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
Filename: core/Output.php
Line Number: 457
Backtrace:
File: C:xampphtdocsifn_skripsiindex.php
Line: 315
Function: require_once
is there any problem with this code $output = str_replace(array(‘{elapsed_time}’, ‘{memory_usage}’), array($elapsed, $memory), $output); to handle the previous error problem
New contributor
Kelvin kusmawan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.