OT(ish) : How did they do that in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon

    OT(ish) : How did they do that in C++

    Hi,

    I am trying to look at the c++ source code of php5.
    But for the life of me I cannot find the implementation of "operator ==="

    In fact, I cannot find the implementation of any operators, can someone
    point me in the right direction?

    Thanks

    Simon

  • Rik Wasmus

    #2
    Re: OT(ish) : How did they do that in C++

    On Thu, 03 Apr 2008 18:43:00 +0200, Simon <spambucket@exa mple.comwrote:
    Hi,
    >
    I am trying to look at the c++ source code of php5.
    But for the life of me I cannot find the implementation of "operator ==="
    >
    In fact, I cannot find the implementation of any operators, can someone
    point me in the right direction?
    Search for T_IS_IDENTICAL. I suspect it's defined in
    /Zend/zend_language_s canner.l, possibly implemented further by
    zend_do_binary_ op, but that's just guesswork here.
    --
    Rik Wasmus

    Comment

    Working...