php 5.6에서 php 7.4로 변경했을 때 다음 오류가 발생했습니다:
PHP 구문 분석 오류: 구문 오류, 예상치 못한 '[', ./dbdrivers/odbc.php IN $$args[1]
에 ';' 또는 ','이 필요합니다.
function &db_fetch_row ($args=array()){ global $$args[1]; switch(count($args)) { case 2: return (odbc_fetch_into($args[0], $args[1])); default: return (odbc_fetch_array($args[0])); } }
지정해야 합니다
으아아아또는
으아아아https://www.php.net/manual/en/언어.variables.variable.php