Warning: Illegal offset type in /home/account/xxx.php on line n > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

Warning: Illegal offset type in /home/account/xxx.php on line n 정보

기타 Warning: Illegal offset type in /home/account/xxx.php on line n

본문

PHP 구문에 이상이 있어서 나오는 오류는 아닙니다.



ZendOptimizer 2.5.5 이하버전 사용시

foreach (array_expression as $value) statement

구문을 사용하면 나오는 오류입니다.



foreach (array_expression as $key => $value) statement

로 수정하시거나

ZendOptimizer 2.5.7 이상 버전으로 업그레이드 하시면 오류는 말끔히 없어집니다.<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:12:10 PHP & HTML에서 이동 됨]</div>
추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로