Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/spl/tests/
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
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:
/PHP-5.3/Zend/tests/
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 Dbug64821.1.phpt6 class a extends exception {
19 Fatal error: Uncaught exception 'a' in %s:0
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
H A Dexception_handler_002.phpt2 exception handler tests - 2
23 Fatal error: Uncaught exception 'Exception' in %sexception_handler_002.php:7
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 Dbug51394.phpt2 Bug #51394 (Error line reported incorrectly if error handler throws an exception)
16 Warning: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:4
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
24 ; // handle exception
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt2 Test token_get_all() function : usage variations - with exception keywords
11 * Testing token_get_all() with different exception keywords
17 echo "*** Testing token_get_all() : with exception keywords ***\n";
31 echo "caught exception:";
40 *** Testing token_get_all() : with exception keywords ***
573 string(19) ""caught exception:""
/PHP-5.3/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.3/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt18 echo 'Wrong exception code';
22 echo 'Wrong exception thrown';
/PHP-5.3/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.3/tests/classes/
H A Dtostring_003.phpt2 ZE2 __toString() in __destruct/exception
33 Fatal error: Method Test::__toString() must not throw an exception in %stostring_003.php on line %d
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug47273.phpt23 return 'Test #1 exception with some special chars: Äßö';
27 //throw new SoapFault('Server', 'Test #2 exception with some special chars: Äßö');
28 throw new Exception('Test #2 exception with some special chars: Äßö');
50 …<SOAP-ENV:Body><ns1:test1Response><return xsi:type="xsd:string">Test #1 exception with some specia…
52 …: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.3/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…

Completed in 69 milliseconds

1234567891011