Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/Zend/tests/
H A Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
16 Fatal error: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:%d
H A Dbug48408.phpt2 Bug #48408 (crash when exception is thrown while passing function arguments)
26 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug49908.phpt2 Bug #49908 (throwing exception in __autoload crashes when interface is not defined)
23 Fatal error: Uncaught exception 'Exception' with message 'Bar' in %s:%d
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
24 ; // handle exception
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
/PHP-5.5/ext/intl/tests/
H A Dcalendar_toDateTime_error.phpt21 var_dump("exception: {$e->getMessage()}");
38 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception
39 string(77) "exception: DateTimeZone::__construct(): Unknown or bad timezone (Etc/Unknown)"
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug47273.phpt20 return 'Test #1 exception with some special chars: Äßö';
24 //throw new SoapFault('Server', 'Test #2 exception with some special chars: Äßö');
25 throw new Exception('Test #2 exception with some special chars: Äßö');
47 …<SOAP-ENV:Body><ns1:test1Response><return xsi:type="xsd:string">Test #1 exception with some specia…
49 …:Body><SOAP-ENV:Fault><faultcode>Sender</faultcode><faultstring>Test #2 exception with some specia…
H A Dbug32941.phpt2 Bug #32941 (Sending structured exception kills a php)
35 $ahoj = $client->echoString('exception');
37 $ahoj = $client->echoString('exception');
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt20 print "invalid argument exception\n";
37 invalid argument exception
H A Dcountable_count_variation1.phpt2 SPL: Countable::count() with wrong return types and exception.
48 echo "Count throws an exception:\n";
67 Count throws an exception:
H A Dspl_heap_iteration_error.phpt25 echo "I should have raised an exception here";
27 if ($e->getCode()!=99) echo "Unexpected exception";
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt2 Test token_get_all() function : usage variations - with exception keywords
13 * Testing token_get_all() with different exception keywords
19 echo "*** Testing token_get_all() : with exception keywords ***\n";
33 echo "caught exception:";
42 *** Testing token_get_all() : with exception keywords ***
575 string(19) ""caught exception:""
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc40 throw new exception('Parameter offset must be > 0');
43 throw new exception('Parameter count must either be -1 or a value greater than or equal to 0');
54 * @throw exception when position is invalid
58 throw new exception('Cannot seek to '.$position.' which is below offset '.$this->offset);
61 …throw new exception('Cannot seek to '.$position.' which is behind offset '.$this->offset.' plus co…
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.
/PHP-5.5/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.5/ext/com_dotnet/tests/
H A D27974.phpt26 echo "Got BADINDEX exception OK!\n";
42 Got BADINDEX exception OK!
/PHP-5.5/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.5/tests/classes/
H A Ddestructor_and_exceptions.phpt2 ZE2 catch exception thrown in destructor
13 throw new exception("FailClass");
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
13 exception 'Exception' in %s:%d
/PHP-5.5/ext/session/tests/
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
46 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…
47 Fatal error: Uncaught exception 'Exception' in %s
/PHP-5.5/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt30 exception 'Exception' with message 'Serialization of 'Generator' is not allowed' in %s:%d
40 exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d

Completed in 22 milliseconds

12345678910>>...14