Home
last modified time | relevance | path

Searched refs:exception (Results 76 – 100 of 336) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/spl/internal/
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.5/Zend/tests/
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
H A Dbug44184.phpt2 Bug #44184 (Double free of loop-variable on exception)
H A Dcatch_finally_005.phpt2 Try catch finally (with multi-returns and exception)
H A Dexception_handler_003.phpt2 exception handler tests - 3
H A Dexception_handler_005.phpt2 exception handler tests - 5
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_rewind.phpt52 exception 'Exception' with message 'Cannot rewind a generator that was already run' in %s:%d
57 exception 'Exception' with message 'Cannot traverse an already closed generator' in %s:%d
/PHP-5.5/ext/spl/tests/
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)
H A Dspl_pq_top_error_args.phpt2 SPL: SplPriorityQueue: top too many arguments exception
H A Dspl_iterator_apply_error_001.phpt2 SPL: Error: iterator_apply when the callback throws an exception
/PHP-5.5/ext/spl/examples/
H A Ddba_array.php48 catch (exception $err) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug66141.phpt24 $db->query('something that throws an exception');
34 …rver version for the right syntax to use near 'something that throws an exception' at line %d in %…
/PHP-5.5/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.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php22 } catch (exception $e) {
34 } catch (exception $e) {
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29109.phpt2 Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
/PHP-5.5/Zend/
H A DZEND_CHANGES497 exception and the program terminates with showing the exception.
503 function __construct($exception) {
504 $this->exception = $exception;
508 print "MyException: $this->exception\n";
513 function __construct($exception) {
514 $this->exception = $exception;
525 catch (MyException $exception) {
526 $exception->Display();
528 catch (Exception $exception) {
529 echo $exception;
[all …]

Completed in 23 milliseconds

12345678910>>...14