Keisial wrote:
Mark Skilbeck wrote:
I'd like to check out how the EG macro (I assume it's a macro) works.
However, I cannot find it :(
Zend/zend_globals_macros.h
EG means executor_globals. This macro provides access to the value named
in the parameter.
If running without multi-thread support,
mm w wrote:
grep is your friend, something like that grep -R "define EG("
/usr/include/php/Zend, it's a quite common issue you crossed
Best
On Wed, Oct 28, 2009 at 3:03 PM, Graham Kelly wrote:
Hi,
You might find http://lxr.php.net to be a useful tool to help with finding
definitions in the P
Mark Skilbeck wrote:
> I'd like to check out how the EG macro (I assume it's a macro) works.
> However, I cannot find it :(
>
Zend/zend_globals_macros.h
EG means executor_globals. This macro provides access to the value named
in the parameter.
If running without multi-thread support, it's just a c
grep is your friend, something like that grep -R "define EG("
/usr/include/php/Zend, it's a quite common issue you crossed
Best
On Wed, Oct 28, 2009 at 3:03 PM, Graham Kelly wrote:
> Hi,
>
> You might find http://lxr.php.net to be a useful tool to help with finding
> definitions in the PHP code
Felipe Pena wrote:
Hi.
2009/10/28 Mark Skilbeck
I'd like to check out how the EG macro (I assume it's a macro) works.
However, I cannot find it :(
Take a look in Zend/zend_globals_macros.h
Cheers, Felipe. It's funny that VS didn't find it when I searched the
solution :S Stupid thing.
Graham Kelly wrote:
Hi,
You might find http://lxr.php.net to be a useful tool to help with finding
definitions in the PHP code base.
- Graham Kelly
On Wed, Oct 28, 2009 at 5:57 PM, Mark Skilbeck wrote:
I'd like to check out how the EG macro (I assume it's a macro) works.
However, I cannot fi
Hi,
You might find http://lxr.php.net to be a useful tool to help with finding
definitions in the PHP code base.
- Graham Kelly
On Wed, Oct 28, 2009 at 5:57 PM, Mark Skilbeck wrote:
> I'd like to check out how the EG macro (I assume it's a macro) works.
> However, I cannot find it :(
>
> --
> P
Hi.
2009/10/28 Mark Skilbeck
> I'd like to check out how the EG macro (I assume it's a macro) works.
> However, I cannot find it :(
>
>
Take a look in Zend/zend_globals_macros.h
--
Regards,
Felipe Pena
I'd like to check out how the EG macro (I assume it's a macro) works.
However, I cannot find it :(
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all, here is another question that made me confused. I'm not sure if
it's a bug or what, but I can't find an answer from the search engines.
I've made a chat server using php socket features, and it works pretty
well as I've expected. However, there is a weird thing happening: The
server shuts
Hi guys!
I don't know if anybody ever encountered a strange problem as I did, but
I've found a strange behavior of XSLT processor when I was working on my
project.
The case is simple, but weird, it just occasionally generates improper
result with the XML and XSL data I've inputted. Even worse, it
11 matches
Mail list logo