Home
last modified time | relevance | path

Searched refs:exception (Results 201 – 225 of 852) sorted by relevance

12345678910>>...35

/PHP-8.1/ext/standard/tests/general_functions/
H A D010.phpt16 } catch (TypeError $exception) {
17 echo $exception->getMessage() . "\n";
H A Dbug41037.phpt10 } catch (Error $exception) {
11 echo $exception->getMessage() . "\n";
H A Dgettype_settype_error.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_setparameter-nostring.phpt13 } catch (TypeError $exception) {
14 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/tidy/tests/
H A D021.phpt12 } catch (ValueError $exception) {
13 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/gd/tests/
H A Dimagecolormatch_error4.phpt17 } catch (ValueError $exception) {
18 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/
H A Dexception_011.phpt2 Test exception doesn't cause RSHUTDOWN bypass, variation 0
5 assert.exception=1
H A Dexception_009.phpt2 Testing exception properties
14 class my_exception extends exception
/PHP-8.1/Zend/tests/fibers/
H A Dunfinished-fiber-with-finally.phpt11 } catch (Throwable $exception) {
12 echo "exit exception caught!\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_stat.phpt23 } catch (Error $exception) {
24 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_field_direct_oo.phpt16 } catch (Error $exception) {
17 echo $exception->getMessage() . "\n";
48 } catch (Error $exception) {
49 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_insert_id.phpt19 } catch (Error $exception) {
20 echo $exception->getMessage() . "\n";
62 } catch (Error $exception) {
63 echo $exception->getMessage() . "\n";
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!):
H A Dmysqli_set_charset.phpt106 // Make sure that set_charset throws an exception in exception mode
110 } catch (\mysqli_sql_exception $exception) {
111 echo "Exception: " . $exception->getMessage() . "\n";
116 } catch (\mysqli_sql_exception $exception) {
117 echo "Exception: " . $exception->getMessage() . "\n";
124 } catch (Error $exception) {
125 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
14 #0 %s(%d): unserialize('O:9:"exception"...')
H A Dbug70963.phpt5 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
6 var_dump(unserialize('a:2:{i:0;O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"test";…
/PHP-8.1/ext/filter/tests/
H A D057.phpt10 } catch (TypeError $exception) {
11 echo $exception->getMessage() . "\n";
16 } catch (TypeError $exception) {
17 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/
H A Dzend_objects.c155 if (EG(exception)) { in zend_objects_destroy_object()
156 if (EG(exception) == object) { in zend_objects_destroy_object()
164 old_exception = EG(exception); in zend_objects_destroy_object()
166 EG(exception) = NULL; in zend_objects_destroy_object()
174 if (EG(exception)) { in zend_objects_destroy_object()
175 zend_exception_set_previous(EG(exception), old_exception); in zend_objects_destroy_object()
177 EG(exception) = old_exception; in zend_objects_destroy_object()
/PHP-8.1/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…
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c522 if (EG(exception)) { in phpdbg_compile_stdin()
571 if (EG(exception)) { in phpdbg_compile()
718 EG(exception) = NULL; in phpdbg_handle_exception()
724 if (EG(exception)) { in phpdbg_handle_exception()
725 EG(exception) = NULL; in phpdbg_handle_exception()
910 if (EG(exception)) { in PHPDBG_COMMAND()
1619 if (exception) { \
1636 EG(exception) = exception; \
1660 zend_object *exception = EG(exception); in phpdbg_execute_ex() local
1673 if (exception && zend_is_unwind_exit(exception)) { in phpdbg_execute_ex()
[all …]
/PHP-8.1/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt18 } catch (TypeError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/session/tests/
H A Dbug31454.phpt19 } catch (TypeError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/assert/
H A Dexpect_009.phpt2 test stack trace is correct from failed exception in extended class
5 assert.exception=1
H A Dexpect_010.phpt2 test stack trace is correct from failed exception in extended class (parent implementing constructo…
5 assert.exception=1

Completed in 27 milliseconds

12345678910>>...35