Jump to content

or exit


bgsomers

Recommended Posts

With the instruction
$input = fopen("../".$datapath."/wordfilter.dat", "r") or exit("Can't open wordfilter.dat for reading!");

I assume that fopen() ist executed, and if it returns TRUE, then execution is ended. If it returns FALSE, then exit() is executed.

Is there some way to inspect the processor code actually produced, and not just the source code?

Bruce
Link to comment
https://forums.phpfreaks.com/topic/34919-or-exit/
Share on other sites

[quote]I'm not sure what you mean by processor code[/url], do you want to view the contents of the .dat file? If so, use fread().
[/quote]

No - I'd like to see the machine/processor code that is generated from my source code, to see what conditional jumps and the like are generated.

I know - I come from another, non-PC, worldl!

Bruce
Link to comment
https://forums.phpfreaks.com/topic/34919-or-exit/#findComment-165568
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.