Exceptions

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

    Exceptions

    Hi,

    I'm trying to get some more inside info on how exactly exceptions get
    handled inside PHP. Exception handling is not supported in C which is the
    language of the PHP engine (true/false?) so....

    Any info would be appreciated

    Thanks..


  • Colin McKinnon

    #2
    Re: Exceptions

    eagger wrote:
    [color=blue]
    > Hi,
    >
    > I'm trying to get some more inside info on how exactly exceptions get
    > handled inside PHP. Exception handling is not supported in C which is the
    > language of the PHP engine (true/false?)[/color]

    both true, but WTF has that got to with how PHP handles them?

    Go RTFM - particularly:



    C.

    Comment

    • dd

      #3
      Re: Exceptions

      thanks, I'm just wondering how things run under the hood....


      Comment

      Working...