on' getting printed in the browser. Please let us know the
> output you are getting.
>
> Thanks,
> Don.
>
> -Original Message-----
> From: Venkat Raman Don [mailto:don.ra...@microsoft.com]
> Sent: Thursday, January 28, 2010 9:48 PM
> To: Eric Lee; php-windows@li
il.com]
Sent: Thursday, January 28, 2010 9:09 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] exception throw from __autoload could not be catched on php
5.3.1
Hi php-dev pros,
I got an issue about catching exception throw from __autoload on php 5.3.1.
The manual state that exception throw f
, 2010 9:09 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] exception throw from __autoload could not be catched on php
5.3.1
Hi php-dev pros,
I got an issue about catching exception throw from __autoload on php 5.3.1.
The manual state that exception throw from __autoload could be catched with
Hi php-dev pros,
I got an issue about catching exception throw from __autoload on php 5.3.1.
The manual state that exception throw from __autoload could be catched with
try.. catch statement same as the normal flow.
But I'can archive that even I have copied the same sample code from the
manual.