[PHP] Re: check a variable after EACH function

2009-07-01 Thread Nisse Engström
On Tue, 30 Jun 2009 18:31:54 -0500, Flint Million wrote: Suppose I have some kind of check variable - say for example $abort_now. Or it could be a function. Something to be evaluated to a value. I want to execute a block of statements, but after EACH statement executes, check the value of

Re: [PHP] Re: check a variable after EACH function

2009-07-01 Thread Andrew Ballard
2009/7/1 Nisse Engström news.nospam.0ixbt...@luden.se: On Tue, 30 Jun 2009 18:31:54 -0500, Flint Million wrote: Suppose I have some kind of check variable - say for example $abort_now. Or it could be a function. Something to be evaluated to a value. I want to execute a block of statements,

[PHP] Re: check a variable after EACH function

2009-06-30 Thread Shawn McKenzie
Flint Million wrote: This might seem silly but here's what I'm trying to do Suppose I have some kind of check variable - say for example $abort_now. Or it could be a function. Something to be evaluated to a value. I want to execute a block of statements, but after EACH statement