Home
last modified time | relevance | path

Searched refs:exception (Results 226 – 250 of 852) sorted by relevance

12345678910>>...35

/PHP-8.1/ext/standard/tests/strings/
H A Dsscanf_error.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_sqlstate.phpt25 } catch (Error $exception) {
26 echo $exception->getMessage() . "\n";
H A Dbug63398.phpt25 } catch (Error $exception) {
26 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_free_result.phpt26 } catch (Error $exception) {
27 echo $exception->getMessage() . "\n";
66 } catch (Error $exception) {
67 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_data_seek.phpt20 } catch (Error $exception) {
21 echo $exception->getMessage() . "\n";
77 } catch (Error $exception) {
78 echo $exception->getMessage() . "\n";
H A Dmysqli_thread_id.phpt26 } catch (Error $exception) {
27 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/spl/tests/
H A Dcountable_count_variation1.phpt2 SPL: Countable::count() with wrong return types and exception.
53 echo "Count throws an exception:\n";
72 Count throws an exception:
/PHP-8.1/ext/sysvmsg/tests/
H A D005.phpt30 // again, but triggering an exception
33 } catch (ValueError $exception) {
34 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug32941.phpt2 Bug #32941 (Sending structured exception kills a php)
35 $ahoj = $client->echoString('exception');
37 $ahoj = $client->echoString('exception');
/PHP-8.1/ext/com_dotnet/tests/
H A D27974.phpt25 echo "Got BADINDEX exception OK!\n";
41 Got BADINDEX exception OK!
/PHP-8.1/Zend/tests/assert/
H A Dexpect_011.phpt2 test overloaded __toString on custom exception
5 assert.exception=1
/PHP-8.1/Zend/tests/
H A Dbug41421.phpt2 Bug #41421 (Uncaught exception from a stream wrapper segfaults)
11 throw new exception();
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
24 ; // handle exception
/PHP-8.1/ext/ftp/tests/
H A D004.phpt13 } catch (ValueError $exception) {
14 echo $exception->getMessage() . "\n";
H A Dftp_get_option.phpt23 } catch (ValueError $exception) {
24 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt2 Test token_get_all() function : usage variations - with exception keywords
8 * Testing token_get_all() with different exception keywords
14 echo "*** Testing token_get_all() : with exception keywords ***\n";
28 echo "caught exception:";
38 *** Testing token_get_all() : with exception keywords ***
571 string(19) ""caught exception:""
/PHP-8.1/ext/xmlreader/tests/
H A Dexpand_error.phpt20 } catch (Error $exception) {
21 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/fibers/
H A Dunfinished-fiber-with-suspend-in-finally.phpt16 } catch (Throwable $exception) {
17 echo "exit exception caught!\n";
/PHP-8.1/ext/pcre/tests/
H A D002.phpt8 } catch (ValueError $exception) {
9 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug73959.phpt2 Bug #73959 (lastInsertId fails to throw an exception)
23 echo "Error: No exception thrown";
/PHP-8.1/ext/filter/tests/
H A D017.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
H A D031.phpt38 } catch (ValueError $exception) {
39 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/oci8/tests/
H A Dcoll_002_func.phpt22 } catch(\TypeError $exception) {
23 var_dump($exception->getMessage());
/PHP-8.1/ext/simplexml/tests/
H A Dbug38406.phpt19 } catch (TypeError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 } catch (ValueError $exception) {
23 echo $exception->getMessage() . "\n";

Completed in 23 milliseconds

12345678910>>...35