PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not
able to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008
Professional on this machine.
The system I'm writing is quite complex so I'm not too surprised that I
finally ran into a crash bug but tracing this one has me baffled. I
used my traditional "when all else fails start displaying junk on the
screen" approach to trace the problem to a new function I just wrote
today but it crashes somewhere before the function call itself (i.e. it
never makes it into the function) - the caller of the function is also a
function. Both functions are in the global scope.
Apache log:
<A few zillion entries before this one exist that are identical except
for the timestamp and child process ID.>
[Wed Mar 24 23:03:47 2010] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Wed Mar 24 23:03:47 2010] [notice] Apache/2.2.13 (Win32) PHP/5.2.13
configured -- resuming normal operations
[Wed Mar 24 23:03:47 2010] [notice] Server built: Aug 6 2009 15:50:50
[Wed Mar 24 23:03:47 2010] [notice] Parent: Created child process 1556
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Child process is running
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Acquired the start mutex.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting 64 worker threads.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting thread to
listen on port 80.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
NEW MyTaskFocus 1.1
Get on task. Stay on task.
apache version?
php version? thread safe, or nts?
does it crash with a hello world script, or only with your complex script.
if its crash only with your script, then we cant help without a testcase.
btw: I think you've chosen the wrong mailing list with your problem, the
internals mailing list is for the php developers who write php engine in C,
not for developers who writes php applications.
ps: if you found a bug, open a ticket in the bugtracker.
Tyrael
On Thu, Mar 25, 2010 at 7:24 AM, Thomas Hruska thruska@cubiclesoft.comwrote:
PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not able
to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008 Professional on
this machine.The system I'm writing is quite complex so I'm not too surprised that I
finally ran into a crash bug but tracing this one has me baffled. I used my
traditional "when all else fails start displaying junk on the screen"
approach to trace the problem to a new function I just wrote today but it
crashes somewhere before the function call itself (i.e. it never makes it
into the function) - the caller of the function is also a function. Both
functions are in the global scope.Apache log:
<A few zillion entries before this one exist that are identical except for the timestamp and child process ID.>
[Wed Mar 24 23:03:47 2010] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Wed Mar 24 23:03:47 2010] [notice] Apache/2.2.13 (Win32) PHP/5.2.13
configured -- resuming normal operations
[Wed Mar 24 23:03:47 2010] [notice] Server built: Aug 6 2009 15:50:50
[Wed Mar 24 23:03:47 2010] [notice] Parent: Created child process 1556
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Child process is running
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Acquired the start mutex.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting 64 worker threads.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting thread to listen
on port 80.--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197NEW MyTaskFocus 1.1
Get on task. Stay on task.
Ferenc Kovacs wrote:
apache version?
If you read the message, you would see "Apache 2.2.13".
php version? thread safe, or nts?
If you read the message, you would see "PHP 5.2.13". I didn't mention
thread safe. Sorry. Forgot about that.
does it crash with a hello world script, or only with your complex script.
if its crash only with your script, then we cant help without a testcase.
That is what I am trying to do: Come up with either a simple test case
OR pinpoint the crash in the C code. The simple test case route wasn't
working, so I'm left with tracing the code. Hence my query.
btw: I think you've chosen the wrong mailing list with your problem, the
internals mailing list is for the php developers who write php engine in C,
not for developers who writes php applications.
I'm pretty sure I'm on the right list. I know C/C++ and want to hook
into the PHP source with a C debugger (VS IDE, preferably). In other
words, I'm going to be digging around in the engine to find this
problem. Plus, this will give me a good look at the guts of PHP.
ps: if you found a bug, open a ticket in the bugtracker.
Will do after I've got a reasonable test case and/or patch to work with.
Simply saying "PHP crashes with complex code" isn't helpful to anyone.
I was basically after a general guide for getting a Debug build that I
can hook into with the VS debugger and stop on crash bugs from within
the Apache module.
Oh well. I'll try to build and will get back to you. I can't do
anything else on this project until I figure out this bug. I probably
should grab the latest snapshot just in case...
Darn. Windows snapshot binaries are broken. Guess I'm building it anyway.
Tyrael
On Thu, Mar 25, 2010 at 7:24 AM, Thomas Hruska thruska@cubiclesoft.comwrote:
PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not able
to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008 Professional on
this machine.The system I'm writing is quite complex so I'm not too surprised that I
finally ran into a crash bug but tracing this one has me baffled. I used my
traditional "when all else fails start displaying junk on the screen"
approach to trace the problem to a new function I just wrote today but it
crashes somewhere before the function call itself (i.e. it never makes it
into the function) - the caller of the function is also a function. Both
functions are in the global scope.Apache log:
<A few zillion entries before this one exist that are identical except for the timestamp and child process ID.>
[Wed Mar 24 23:03:47 2010] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Wed Mar 24 23:03:47 2010] [notice] Apache/2.2.13 (Win32) PHP/5.2.13
configured -- resuming normal operations
[Wed Mar 24 23:03:47 2010] [notice] Server built: Aug 6 2009 15:50:50
[Wed Mar 24 23:03:47 2010] [notice] Parent: Created child process 1556
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Child process is running
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Acquired the start mutex.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting 64 worker threads.
[Wed Mar 24 23:03:47 2010] [notice] Child 1556: Starting thread to listen
on port 80.--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197NEW MyTaskFocus 1.1
Get on task. Stay on task.http://www.CubicleSoft.com/MyTaskFocus/
--
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
NEW MyTaskFocus 1.1
Get on task. Stay on task.
On Thu, Mar 25, 2010 at 8:49 AM, Thomas Hruska thruska@cubiclesoft.comwrote:
Ferenc Kovacs wrote:
apache version?
If you read the message, you would see "Apache 2.2.13".
I mean where did you get it? You build it for yourself, you downloaded from
apache.org, or from different source?
php version? thread safe, or nts?
If you read the message, you would see "PHP 5.2.13". I didn't mention
thread safe. Sorry. Forgot about that
You build it yourself? You downloaded from windows.php.net?
.
does it crash with a hello world script, or only with your complex script.
if its crash only with your script, then we cant help without a testcase.
That is what I am trying to do: Come up with either a simple test case OR
pinpoint the crash in the C code. The simple test case route wasn't
working, so I'm left with tracing the code. Hence my query.to debug with visual studio:
http://bugs.php.net/bugs-generating-backtrace-win32.php
btw: I think you've chosen the wrong mailing list with your problem, the
internals mailing list is for the php developers who write php engine in
C,
not for developers who writes php applications.I'm pretty sure I'm on the right list. I know C/C++ and want to hook into
the PHP source with a C debugger (VS IDE, preferably). In other words, I'm
going to be digging around in the engine to find this problem. Plus, this
will give me a good look at the guts of PHP.ps: if you found a bug, open a ticket in the bugtracker.
Will do after I've got a reasonable test case and/or patch to work with.
Simply saying "PHP crashes with complex code" isn't helpful to anyone. I
was basically after a general guide for getting a Debug build that I can
hook into with the VS debugger and stop on crash bugs from within the Apache
module.
to build on your own:
http://wiki.php.net/internals/windows/stepbystepbuild
.
Oh well. I'll try to build and will get back to you. I can't do anything
else on this project until I figure out this bug. I probably should grab
the latest snapshot just in case...
The trunk was branched not long ago from the 5.3 branch, so I think there is
little chance that your problem is fixed there, so you can use the stable
debug build if its easier for you.
Tyrael
hi,
If you read the message, you would see "PHP 5.2.13". I didn't mention
thread safe. Sorry. Forgot about that.
NTS does not work with Apache 2.2. The SAPI is not even available in
the nts version.
does it crash with a hello world script, or only with your complex script.
if its crash only with your script, then we cant help without a testcase.That is what I am trying to do: Come up with either a simple test case OR
pinpoint the crash in the C code. The simple test case route wasn't
working, so I'm left with tracing the code. Hence my query.
Does it crash randomly, at start, or using a given request/script?
I'm pretty sure I'm on the right list. I know C/C++ and want to hook into
the PHP source with a C debugger (VS IDE, preferably). In other words, I'm
going to be digging around in the engine to find this problem. Plus, this
will give me a good look at the guts of PHP.
php windows internals may be better for this specific topic.
ps: if you found a bug, open a ticket in the bugtracker.
Will do after I've got a reasonable test case and/or patch to work with.
Simply saying "PHP crashes with complex code" isn't helpful to anyone. I
was basically after a general guide for getting a Debug build that I can
hook into with the VS debugger and stop on crash bugs from within the Apache
module.Oh well. I'll try to build and will get back to you. I can't do anything
else on this project until I figure out this bug. I probably should grab
the latest snapshot just in case...Darn. Windows snapshot binaries are broken. Guess I'm building it anyway.
No need to at this stage. I'm almost sure it is a configuration
problem, missing/wrong DLL or other similar problems.
Cheers,
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Pierre Joye wrote:
hi,
If you read the message, you would see "PHP 5.2.13". I didn't mention
thread safe. Sorry. Forgot about that.NTS does not work with Apache 2.2. The SAPI is not even available in
the nts version.does it crash with a hello world script, or only with your complex script.
if its crash only with your script, then we cant help without a testcase.
That is what I am trying to do: Come up with either a simple test case OR
pinpoint the crash in the C code. The simple test case route wasn't
working, so I'm left with tracing the code. Hence my query.Does it crash randomly, at start, or using a given request/script?
It isn't random - it crashes every time. Not at start - it is pretty
far along in the code - I know exactly where in the PHP code (.php
script) that PHP itself crashes. It only happens with a particular
request/script and that script is 120KB in size.
I'm pretty sure I'm on the right list. I know C/C++ and want to hook into
the PHP source with a C debugger (VS IDE, preferably). In other words, I'm
going to be digging around in the engine to find this problem. Plus, this
will give me a good look at the guts of PHP.php windows internals may be better for this specific topic.
Okay. Well, I started the topic here.
ps: if you found a bug, open a ticket in the bugtracker.
Will do after I've got a reasonable test case and/or patch to work with.
Simply saying "PHP crashes with complex code" isn't helpful to anyone. I
was basically after a general guide for getting a Debug build that I can
hook into with the VS debugger and stop on crash bugs from within the Apache
module.Oh well. I'll try to build and will get back to you. I can't do anything
else on this project until I figure out this bug. I probably should grab
the latest snapshot just in case...Darn. Windows snapshot binaries are broken. Guess I'm building it anyway.
No need to at this stage. I'm almost sure it is a configuration
problem, missing/wrong DLL or other similar problems.
I'm not doing anything particularly special when it crashes - calling a
nearly identical function with a different number of parameters - it
never makes it into the target function. A Debug build should pick up
the problem.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
NEW MyTaskFocus 1.1
Get on task. Stay on task.
I'm not doing anything particularly special when it crashes - calling a
nearly identical function with a different number of parameters - it never
makes it into the target function. A Debug build should pick up the
problem.
Simply use the debug symbol to get the backtrace.
Which function call makes it crash?
Cheers,
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Hi,
PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not
able to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008
Professional on this machine.
On http://bugs.php.net/bugs-generating-backtrace-win32.php are
instructions to create a stacktrace of the crash which might give a
first indication where to look.
The other thing is to try hard to really drop each and every line from
your code which isn't needed to reproduce the crash. Yes that can be
annoying.
johannes
Hi,
PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not
able to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008
Professional on this machine.On http://bugs.php.net/bugs-generating-backtrace-win32.php are
instructions to create a stacktrace of the crash which might give a
first indication where to look.
Depending on where it crashes, you may also need to grab the symbols for your
version of apache; http://archive.apache.org/dist/httpd/binaries/win32/symbols/,
the zip unpacks neatly on top of your apache2.x directory tree.
William A. Rowe Jr. wrote:
Hi,
PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for
me. I've tried to create a simple test case to reproduce but I'm not
able to. Any hints/tips or a guide on how to debug this would be highly
appreciated. I'm not adverse to debuggers and I have VS2008
Professional on this machine.
On http://bugs.php.net/bugs-generating-backtrace-win32.php are
instructions to create a stacktrace of the crash which might give a
first indication where to look.Depending on where it crashes, you may also need to grab the symbols for your
version of apache; http://archive.apache.org/dist/httpd/binaries/win32/symbols/,
the zip unpacks neatly on top of your apache2.x directory tree.
(Stable, 5.2.13 w/ official PDBs w/ VS2008 Debugger hooked into Apache
httpd.exe)
Output window:
First-chance exception at 0x7c809cac (kernel32.dll) in httpd.exe:
0xC00000FD: Stack overflow.
Unhandled exception at 0x7c809cac (kernel32.dll) in httpd.exe:
0xC00000FD: Stack overflow.
Call stack:
kernel32.dll!_MultiByteToWideChar@24() + 0x14 bytes
msvcrt.dll!___crtLCMapStringA() + 0xc5 bytes
msvcrt.dll!___tolower_mt() + 0x98 bytes
msvcrt.dll!_tolower() + 0x23 bytes
php5ts.dll!zend_str_tolower_copy(char * dest=0x02e4cfb8, const char *
source=0x02e3ee48, unsigned int length=5) Line 1870 + 0x7 bytes C
php5ts.dll!zend_std_get_method(_zval_struct * *
object_ptr=0x01dd3184, char * method_name=0x02e3ee48, int method_len=5,
void * * * tsrm_ls=0x029076a0) Line 795 C
php5ts.dll!ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER(_zend_execute_data
- execute_data=0x02e3ee48, void * * * tsrm_ls=0x029076a0) Line 21734 +
0x19 bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31273480) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31273648) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31273816) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31273984) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274152) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274320) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274488) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274656) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274824) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31274992) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31275160) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31275328) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31275496) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31275664) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31275832) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276000) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276168) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276336) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276504) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276672) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31276840) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277008) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277176) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277344) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277512) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277680) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31277848) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278016) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278184) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278352) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278520) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278688) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31278856) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279024) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279192) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279360) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279528) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279696) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31279864) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280032) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280200) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280368) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280536) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280704) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31280872) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281040) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281208) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281376) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281544) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281712) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31281880) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282048) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282216) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282384) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282552) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282720) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31282888) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283056) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283224) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283392) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283560) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283728) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31283896) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284064) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284232) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284400) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284568) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284736) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31284904) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285072) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285240) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285408) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285576) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285744) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31285912) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286080) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286248) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286416) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286584) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286752) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31286920) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287088) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287256) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287424) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287592) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287760) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31287928) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288096) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288264) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288432) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288600) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288768) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31288936) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289104) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289272) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289440) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289608) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289776) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31289944) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290112) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290280) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290448) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290616) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290784) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31290952) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291120) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291288) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291456) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291624) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291792) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31291960) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292128) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292296) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292464) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292632) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292800) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31292968) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293136) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293304) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293472) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293640) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293808) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31293976) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294144) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294312) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294480) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294648) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294816) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31294984) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295152) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295320) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295488) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295656) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295824) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31295992) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31296160) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31296328) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31296496) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31296664) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31296832) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297000) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297168) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297336) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297504) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297672) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31297840) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298008) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298176) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298344) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298512) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298680) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31298848) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299016) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299184) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299352) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299520) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299688) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31299856) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300024) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300192) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300360) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300528) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300696) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31300864) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301032) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301200) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301368) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301536) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301704) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31301872) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302040) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302208) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302376) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302544) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302712) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31302880) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303048) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303216) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303384) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303552) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303720) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31303888) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304056) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304224) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304392) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304560) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304728) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31304896) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305064) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305232) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305400) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305568) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305736) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31305904) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306072) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306240) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306408) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306576) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306744) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31306912) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307080) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307248) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307416) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307584) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307752) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31307920) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308088) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308256) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308424) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308592) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308760) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31308928) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309096) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309264) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309432) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309600) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309768) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31309936) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310104) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310272) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310440) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310608) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310776) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31310944) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311112) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311280) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311448) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311616) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311784) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31311952) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312120) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312288) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312456) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312624) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312792) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31312960) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313128) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313296) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313464) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313632) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313800) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31313968) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314136) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314304) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314472) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314640) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314808) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31314976) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315144) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315312) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315480) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315648) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315816) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31315984) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316152) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316320) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316488) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316656) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316824) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31316992) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31317160) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31317328) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31317496) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31317664) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31317832) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318000) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318168) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318336) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318504) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318672) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31318840) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319008) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319176) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319344) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319512) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319680) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31319848) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320016) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320184) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320352) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320520) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320688) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31320856) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321024) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321192) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321360) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321528) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321696) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31321864) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322032) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322200) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322368) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322536) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322704) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31322872) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323040) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323208) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323376) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323544) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323712) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31323880) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324048) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324216) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324384) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324552) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324720) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31324888) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325056) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325224) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325392) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325560) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325728) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31325896) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326064) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326232) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326400) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326568) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326736) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31326904) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327072) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327240) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327408) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327576) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327744) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31327912) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328080) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328248) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328416) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328584) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328752) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31328920) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329088) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329256) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329424) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329592) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329760) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31329928) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330096) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330264) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330432) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330600) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330768) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31330936) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331104) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331272) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331440) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331608) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331776) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31331944) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332112) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332280) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332448) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332616) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332784) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31332952) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333120) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333288) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333456) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333624) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333792) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31333960) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334128) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334296) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334464) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334632) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334800) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31334968) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335136) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335304) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335472) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335640) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335808) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31335976) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336144) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336312) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336480) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336648) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336816) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31336984) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337152) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337320) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337488) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337656) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337824) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31337992) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31338160) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31338328) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31338496) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31338664) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31338832) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339000) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339168) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339336) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339504) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339672) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31339840) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340008) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340176) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340344) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340512) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340680) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31340848) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341016) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341184) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341352) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341520) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341688) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31341856) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342024) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342192) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342360) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342528) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342696) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31342864) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343032) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343200) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343368) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343536) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343704) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31343872) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344040) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344208) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344376) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344544) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344712) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31344880) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345048) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345216) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345384) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345552) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345720) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31345888) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346056) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346224) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346392) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346560) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346728) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31346896) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347064) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347232) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347400) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347568) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347736) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31347904) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348072) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348240) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348408) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348576) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348744) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31348912) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349080) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349248) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349416) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349584) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349752) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31349920) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350088) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350256) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350424) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350592) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350760) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31350928) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351096) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351264) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351432) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351600) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351768) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31351936) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352104) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352272) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352440) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352608) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352776) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31352944) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353112) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353280) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353448) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353616) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353784) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31353952) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354120) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354288) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354456) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354624) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354792) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31354960) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355128) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355296) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355464) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355632) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355800) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31355968) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31356136) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31356304) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31356472) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31356640) Line 2300 + 0xb bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
And this is why Debug versions generally produce better results:
From execute():
if (EX(opline)->handler(&execute_data TSRMLS_CC) > 0) {
0078C649 mov eax,dword ptr [esp+4]
0078C64D lea edx,[esp+4]
0078C651 push esi
0078C652 push edx
- 0078C653 call dword ptr [eax]
From _emalloc():
return _zend_mm_alloc_int(AG(mm_heap), size ZEND_FILE_LINE_RELAY_CC
ZEND_FILE_LINE_ORIG_RELAY_CC);
0077BDBE mov ecx,dword ptr [esp+4]
0077BDC2 push ecx
0077BDC3 push eax
- 0077BDC4 call _zend_mm_alloc_int (779F60h)
I'm not seeing how execute() is getting called from _emalloc().
Probably a bad call stack.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
NEW MyTaskFocus 1.1
Get on task. Stay on task.
hi,
Can you please tell use the function causing the crash? That would be helpful.
Which extension do you use? For example if you use mysql, be sure that
you have the php's libmysql.dll is used and not the one from mysql's
(put the php directory first in your PATH).
Cheers,
Call stack:
kernel32.dll!_MultiByteToWideChar@24() + 0x14 bytes
msvcrt.dll!___crtLCMapStringA() + 0xc5 bytes
msvcrt.dll!___tolower_mt() + 0x98 bytes
msvcrt.dll!_tolower() + 0x23 bytes
php5ts.dll!zend_str_tolower_copy(char * dest=0x02e4cfb8, const char *
source=0x02e3ee48, unsigned int length=5) Line 1870 + 0x7 bytes C
php5ts.dll!zend_std_get_method(_zval_struct * *
object_ptr=0x01dd3184, char * method_name=0x02e3ee48, int method_len=5, void
- tsrm_ls=0x029076a0) Line 795 C
php5ts.dll!ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER(_zend_execute_data *
execute_data=0x02e3ee48, void * * * tsrm_ls=0x029076a0) Line 21734 + 0x19
bytes C
php5ts.dll!execute(_zend_op_array * op_array=0x00000006, void * * *
tsrm_ls=0x00000000) Line 92 + 0xc bytes C
php5ts.dll!_emalloc(unsigned int size=31273480) Line 2300 + 0xb
bytes C
Cheers,
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Pierre Joye wrote:
hi,
Can you please tell use the function causing the crash? That would be helpful.
Funny thing: After about 2 days of wrestling with this issue and only
when I copied and pasted the code into this reply did I notice:
function BB_CreatePropertiesLink($title, $bbaction, $extra = array(),
$confirm = "", $useprops2 = false, $parentwindow = false)
{
...
}
...
function BB_CreateWidgetPropertiesLink($title, $bbaction, $extra =
array(), $confirm = "", $useprops2 = false)
{
global $bb_widget;
$extra["wid"] = $bb_widget->GetID();
return BB_CreateWidgetPropertiesLink($title, $bbaction, $extra,
$confirm, $useprops2, true);
}
...
I kept reading the function that the second function was calling as
being the first function. Recursion = stack overflow = crash. While it
is obvious above, there is a lot of similar code surrounding it. Huge
waste of your time. Apologies.
Haven't had a crazy debugging session like this in a long time.
One thought: Has a way to track call depth been considered (perhaps
_execute())? If the number of calls exceeds a certain (reasonable)
number, a warning or notice could be displayed and the output buffer
flushed. That way, when it crashes, there is a log of some sort for the
function. Then again, I don't know Zend well enough to make that sort
of judgment call and such a thing could affect performance.
BTW, my endeavor to create a Debug PHP build for Windows failed.
Successfully built Apache and the PHP configuration said everything was
good to go but the actual build failed (unresolved externals). I
half-expected that to happen despite my best efforts. A recent *NIX PHP
build of mine was a nightmare but successful (after compiling a zillion
updated versions of all the libraries PHP wanted to link against). Has
anyone thought about making a build system for public consumption that
includes the "kitchen sink"? That is, every possible package and a
build system that builds everything in one go - maybe powered by an INI
file of some sort. I know the snapshots for Windows seemed to do that
but that system wasn't packaged up for consumption as far as I know.
Everyone I've ever encountered who has built PHP found it rather
difficult because of all the dependencies. Just a thought I've had.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
NEW MyTaskFocus 1.1
Get on task. Stay on task.
One thought: Has a way to track call depth been considered (perhaps _execute())? If the number of calls exceeds a certain (reasonable) number, a warning or notice could be displayed and the output buffer flushed. That way, when it crashes, there is a log of some sort for the function. Then again, I don't know Zend well enough to make that sort of judgment call and such a thing could affect performance.
XDebug can do this.
On Sat, Mar 27, 2010 at 11:00 AM, Alexey Zakhlestin indeyets@gmail.comwrote:
One thought: Has a way to track call depth been considered (perhaps
_execute())? If the number of calls exceeds a certain (reasonable) number,
a warning or notice could be displayed and the output buffer flushed. That
way, when it crashes, there is a log of some sort for the function. Then
again, I don't know Zend well enough to make that sort of judgment call and
such a thing could affect performance.XDebug can do this.
And suhosin can prevent infininte recursion (bailing out with a fatal error
instead of segfault).
We had a discussion with Pierre that this(maximum recursion limit) should be
in the core or not.
Tyrael