|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-06 20:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Feb 07 22:00:02 2026 UTC |
Description: ------------ Run php.exe from command line. Specify '-a' paramater (for interactive output). I have got this error on any script with 'if' statement: --------------------------- php.exe - Application Error --------------------------- The instruction at "0x10015454" referenced memory at "0x00000002". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program --------------------------- OK Cancel --------------------------- Reproduce code: --------------- <?php if (1){}; ?>