Home
last modified time | relevance | path

Searched refs:exception (Results 26 – 50 of 347) sorted by relevance

12345678910>>...14

/PHP-5.6/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt68 exception 'ReflectionException' with message 'Invalid method name 1' in %s
73 exception 'ReflectionException' with message 'Invalid method name 3' in %s
78 exception 'ReflectionException' with message 'The parameter class is expected to be either a string…
83 exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
88 exception 'ReflectionException' with message 'Invalid method name TestClass' in %s
93 exception 'ReflectionException' with message 'Method TestClass::foop::dedoop() does not exist' in %s
98 exception 'ReflectionException' with message 'Class TestCla does not exist' in %s
/PHP-5.6/ext/phar/tests/
H A Dbug46032.phpt13 } catch (exception $e) { }
19 } catch (exception $e) { }
30 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Cannot create phar '000000…
/PHP-5.6/Zend/tests/
H A Dbug70944.phpt28 string(%d) "exception 'Exception' with message 'Foo' in %sbug70944.php:%d
31 string(%d) "exception 'Exception' with message 'Foo' in %sbug70944.php:%d
35 Next exception 'Exception' with message 'Dummy' in %sbug70944.php:%d
H A Dexception_003.phpt2 Throwing exception in global scope
11 Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
H A Dzend2.php.txt170 throw new MyException("'This is an exception!'");
175 } catch (MyException $exception) {
176 print "There was an exception: " . $exception->getException();
182 } catch (MyException $exception) {
183 print "There was an exception: " . $exception->getException();
H A Dbug50005.phpt6 class a extends exception {
16 Fatal error: Uncaught exception 'a' in :%d
H A Dbug64821.2.phpt6 class a extends exception {
16 Fatal error: Uncaught exception 'a' in %s:0
H A Dbug64821.3.phpt6 class a extends exception {
17 Fatal error: Uncaught exception 'a' in :0
H A Dbug69599.phpt2 Bug #69599: Strange generator+exception+variadic crash
16 Fatal error: Uncaught exception 'Exception' in %s:%d
H A Dbug60738_variation.phpt7 function() { echo 'Intercepted exception!', "\n"; }
19 Fatal error: Uncaught exception 'Exception' with message 'Exception!' in %s:%d
H A Dbug64821.1.phpt6 class a extends exception {
19 Fatal error: Uncaught exception 'a' in %s:0
H A Dbug69740.phpt2 Bug #69740: finally in generator (yield) swallows exception in iteration
25 Fatal error: Uncaught exception 'Exception' in %s:%d
H A Dexception_009.phpt2 Testing exception properties
14 class my_exception extends exception
H A Dbug48228.phpt2 Bug #48228 (crash when exception is thrown while passing function arguments)
27 Fatal error: Uncaught exception 'Exception' in %s
/PHP-5.6/ext/spl/tests/
H A Diterator_067.phpt10 echo "no exception";
16 no exception
H A Dheap_corruption.phpt2 SPL: SplHeap - heap corruption via compare exception (with top element deletion)
32 throw new Exception('Compare exception');
61 Compare Exception: Compare exception
H A Dfixedarray_020.phpt15 echo "No exception\n";
22 echo "No exception\n";
34 No exception
H A Darray_021.phpt23 echo "got exception\n";
30 got exception
H A Dbug36825.phpt23 echo "got exception\n";
30 got exception
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt19 echo 'Caught exception with message "', $e->getMessage(), '"', "\n";
27 Caught exception with message "test"
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
16 Fatal error: Uncaught exception 'RuntimeException' with message 'test' in %s:%d
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt31 printf("No exception with PHP:\n");
41 printf("\nFatal error with PHP (but no exception!):\n");
52 No exception with PHP:
63 Fatal error with PHP (but no exception!):
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt18 echo 'Wrong exception code';
22 echo 'Wrong exception thrown';
/PHP-5.6/tests/lang/
H A Dbug32828.phpt2 Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to …
16 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.6/ext/opcache/tests/
H A Dissue0057.phpt23 throw new Exception('exception');
38 exception

Completed in 50 milliseconds

12345678910>>...14