Home
last modified time | relevance | path

Searched refs:Exception (Results 501 – 522 of 522) sorted by relevance

1...<<21

/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt48 } catch (Exception $e) {
55 } catch (Exception $e) {
H A DReflectionClass_getProperty_004.phpt48 } catch (Exception $e) {
55 } catch (Exception $e) {
H A DReflectionClass_getMethod_001.phpt43 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromiterator10.phpt20 } catch (Exception $e) {
H A Dbug65028.phpt146 echo "Exception thrown: " . $ex->getMessage() . "\n";
H A Dphar_createdefaultstub.phpt18 } catch(Exception $e) {
31 } catch (Exception $e) {
H A Dphar_setdefaultstub.phpt46 } catch(Exception $e) {
H A Dbug45218_SLOWTEST.phpt50 } catch (Exception $e) {
H A Dbug45218_SLOWTESTU.phpt50 } catch (Exception $e) {
/PHP-5.4/ext/pdo_odbc/tests/
H A Dcommon.phpt57 } catch (Exception $e) {
/PHP-5.4/ext/spl/internal/
H A Diteratoriterator.inc59 …throw new Exception("Classes that only implement Traversable can be wrapped only after converting …
/PHP-5.4/ext/pdo/tests/
H A Dpdo_018.phpt145 echo 'Exception:';
203 Exception:SQLSTATE[HY000]: General error: cannot unserialize class
/PHP-5.4/Zend/tests/
H A Dzend2.php.txt153 Example 6: Exception handling
/PHP-5.4/ext/spl/tests/
H A Diterator_023.phpt97 throw new Exception("Thrown in callGetChildren()");
/PHP-5.4/ext/phar/tests/zip/
H A Dbzip2.phpt16 } catch (Exception $e) {
/PHP-5.4/ext/date/tests/
H A DDateTime_construct_variation1.phpt105 } catch(Exception $e) {
112 } catch(Exception$e) {
H A DDateTimeZone_construct_variation1.phpt102 } catch(Exception $e) {
H A DDateTime_construct_variation2.phpt105 } catch(Exception $e) {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt104 } catch (Exception $e) {
/PHP-5.4/
H A DREADME.namespaces101 5) unqualified class names are resolved at run-time. E.q. "new Exception()"
H A DNEWS1242 . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
1418 . Fixed bug #60909 (custom error handler throwing Exception + fatal error
1831 . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
2455 . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
3802 - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
4177 - Fixed bug #50005 (Throwing through Reflection modified Exception object
5535 - Fixed bug #46064 (Exception when creating ReflectionProperty object
7969 . added standard hierarchy of Exception classes
8101 - Fixed bug #35017 (Exception thrown in error handler may cause unexpected
8245 - Fixed bug #33967 (misuse of Exception constructor doesn't display
[all …]
/PHP-5.4/ext/phar/phar/
H A Dpharcommand.inc307 } catch(Exception $e) {
308 self::error("Exception while opening phar '$arg':\n" . $e->getMessage() . "\n");
344 } catch(Exception $e) {
345 self::error("Exception while opening phar '$argv':\n" . $e->getMessage() . "\n");

Completed in 87 milliseconds

1...<<21