Home
last modified time | relevance | path

Searched refs:exception (Results 51 – 75 of 267) sorted by relevance

1234567891011

/PHP-5.3/Zend/tests/
H A Dbug38624.phpt2 Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get…
29 Fatal error: Uncaught exception 'Exception' with message 'doesn't work' in %s:%d
H A Dgc_030.phpt23 Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
41 Fatal error: Uncaught exception 'RuntimeException' in %sbug45805.php:%d
H A Dbug64960.phpt19 // exception must be throwed from error handler.
34 Fatal error: Uncaught exception 'Exception' in %sbug64960.php:19
H A Dbug26166.phpt63 echo "Got the exception\n";
74 Fatal error: Method Error::__toString() must not throw an exception in %sbug26166.php on line %d
H A Dexception_002.phpt2 Testing exception and GOTO
H A Dexception_005.phpt2 Trying to throw exception of an interface
H A Dexception_handler_001.phpt2 exception handler tests - 1
H A Dbug48428.phpt2 Bug #48428 (crash when exception is thrown while passing function arguments)
H A Dclosure_021.phpt2 Closure 021: Throwing exception inside lambda
/PHP-5.3/ext/standard/tests/array/
H A Dbug35821.phpt2 Bug #35821 (array_map() segfaults when exception is throwed from the callback)
28 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.3/ext/com_dotnet/tests/
H A D27974.phpt26 echo "Got BADINDEX exception OK!\n";
42 Got BADINDEX exception OK!
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt100 printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
106 printf("[019] Exception has been thrown in line %d, exception object reports line %d\n",
110 printf("[020] Exception has been thrown in file '%s', exception object reports file '%s'\n",
138 printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
144 printf("[027] Exception has been thrown in line %d, exception object reports line %d\n",
148 printf("[028] Exception has been thrown in file '%s', exception object reports file '%s'\n",
152 printf("[029] Expecting PDO exception got exception of type '%s'\n", get_class($e));
/PHP-5.3/ext/session/tests/
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
48 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug60634_error_2.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
49 Fatal error: Uncaught exception 'Exception' in %s
/PHP-5.3/tests/classes/
H A Ddestructor_and_exceptions.phpt2 ZE2 catch exception thrown in destructor
13 throw new exception("FailClass");
/PHP-5.3/ext/spl/internal/
H A Demptyiterator.inc35 /** This function must not be called. It throws an exception upon access.
44 /** This function must not be called. It throws an exception upon access.
H A Dseekableiterator.inc28 * The method should throw an exception if it is not possible to seek to
29 * the given position. Typically this exception should be of type
/PHP-5.3/ext/spl/tests/
H A Dspl_heap_iteration_error.phpt25 echo "I should have raised an exception here";
27 if ($e->getCode()!=99) echo "Unexpected exception";
H A Dspl_autoload_012.phpt52 Fatal error: Uncaught exception 'Exception' with message 'first' in %sspl_autoload_012.php:%d
59 Next exception 'Exception' with message 'second' in %sspl_autoload_012.php:%d
H A Dbug46160.phpt2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
/PHP-5.3/ext/spl/examples/
H A Ddba_array.php48 catch (exception $err) {
/PHP-5.3/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt43 echo "\nMethod that throws an exception:\n";
72 Method that throws an exception:
H A DReflectionClass_getProperty_001.phpt37 } catch (exception $e) {
43 } catch (exception $e) {
49 } catch (exception $e) {
55 } catch (exception $e) {
/PHP-5.3/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php22 } catch (exception $e) {
34 } catch (exception $e) {

Completed in 44 milliseconds

1234567891011