Jason Barnett wrote:
Davy Durham wrote:
No, I was looking for php to print each line of the code as it executes it.
In that case, you want ob_implicit_flush()
http://php.net/manual/en/function.ob-implicit-flush.php
I think he is looking to print out the actual line of sourcecode that
are being run
Jochem Maas wrote:
> Jason Barnett wrote:
>
>> Davy Durham wrote:
>>
>>> No, I was looking for php to print each line of the code as it
>>> executes it.
>>>
>>
>>
>> In that case, you want ob_implicit_flush()
>>
>> http://php.net/manual/en/function.ob-implicit-flush.php
>
>
> I think he is looking
Davy Durham wrote:
> No, I was looking for php to print each line of the code as it executes it.
>
In that case, you want ob_implicit_flush()
http://php.net/manual/en/function.ob-implicit-flush.php
signature.asc
Description: OpenPGP digital signature
No, I was looking for php to print each line of the code as it executes it.
Jason Barnett wrote:
Davy Durham wrote:
Hi.. I'm working on converting some CLI (not CGI) bash scripts to php
and was wondering if there's an equivalent to 'set -x' from bash in php
set -x in bash basically causes the st
Davy Durham wrote:
> Hi.. I'm working on converting some CLI (not CGI) bash scripts to php
> and was wondering if there's an equivalent to 'set -x' from bash in php
>
> set -x in bash basically causes the statements to be printed to stderr
> as they are executed. Does php have something similar?
>
5 matches
Mail list logo