|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-20 18:47 UTC] hholzgra at cvs dot php dot net
[2000-07-20 19:56 UTC] fmoreira at imediata dot pt
[2000-07-25 00:20 UTC] waldschrott@php.net
[2000-07-25 12:47 UTC] stas@php.net
[2000-08-20 02:25 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 13:00:01 2025 UTC |
in the folowing script (copied from your manual): <?php function list_array ($array) { while (list ($key, $value) = each ($array)) { $str .= "<b>$key:</b> $value<br>\n"; } return $str; } echo "$HTTP_USER_AGENT<hr>\n"; $browser = get_browser(); echo list_array ((array) $browser); ?> apears the following window (ok/cancel) error: Title: "OleMainThreadWndName: php.exe - Application Error" Msg: " The instruction at "0x10016b85" referenced memory at "0x780012d9". The memory could not be "written" / Click on OK to terminate the application / Click on CANCEL to debug the application" Fernando Moreira