Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-8.2/ext/gd/tests/
H A Dimagecolormatch_error3.phpt17 } catch (ValueError $exception) {
18 echo $exception->getMessage() . "\n";
H A Dimagecolormatch_error4.phpt17 } catch (ValueError $exception) {
18 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/curl/tests/
H A Dcurl_multi_errno_strerror_001.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
/PHP-8.2/Zend/tests/readonly_props/
H A Dreadonly_clone_error1.phpt23 } catch (Error $exception) {
24 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/mysqli/tests/
H A Dbug63398.phpt21 } catch (Error $exception) {
22 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_object_no_constructor.phpt27 printf("No exception with PHP:\n");
37 printf("\nFatal error with PHP (but no exception!):\n");
48 No exception with PHP:
63 Fatal error with PHP (but no exception!):
H A Dmysqli_sqlstate.phpt23 } catch (Error $exception) {
24 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_free_result.phpt24 } catch (Error $exception) {
25 echo $exception->getMessage() . "\n";
64 } catch (Error $exception) {
65 echo $exception->getMessage() . "\n";
/PHP-8.2/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.2/ext/tidy/tests/
H A D021.phpt12 } catch (ValueError $exception) {
13 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_setparameter-nostring.phpt13 } catch (TypeError $exception) {
14 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.2/Zend/tests/fibers/
H A Dunfinished-fiber-with-finally.phpt11 } catch (Throwable $exception) {
12 echo "exit exception caught!\n";
/PHP-8.2/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.2/Zend/
H A Dzend_fibers.c594 if (EG(exception)) { in zend_fiber_execute()
596 || !(zend_is_graceful_exit(EG(exception)) || zend_is_unwind_exit(EG(exception))) in zend_fiber_execute()
601 ZVAL_OBJ_COPY(&transfer->value, EG(exception)); in zend_fiber_execute()
702 zend_object *exception = EG(exception); in zend_fiber_object_destroy() local
703 EG(exception) = NULL; in zend_fiber_object_destroy()
715 EG(exception) = Z_OBJ(transfer.value); in zend_fiber_object_destroy()
722 zend_exception_set_previous(EG(exception), exception); in zend_fiber_object_destroy()
725 zend_exception_error(EG(exception), E_ERROR); in zend_fiber_object_destroy()
729 EG(exception) = exception; in zend_fiber_object_destroy()
898 zval *exception; in ZEND_METHOD() local
[all …]
/PHP-8.2/Zend/tests/
H A Dexception_009.phpt2 Testing exception properties
14 class my_exception extends exception
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c521 if (EG(exception)) { in phpdbg_compile_stdin()
570 if (EG(exception)) { in phpdbg_compile()
717 EG(exception) = NULL; in phpdbg_handle_exception()
723 if (EG(exception)) { in phpdbg_handle_exception()
724 EG(exception) = NULL; in phpdbg_handle_exception()
909 if (EG(exception)) { in PHPDBG_COMMAND()
1615 if (exception) { \
1632 EG(exception) = exception; \
1656 zend_object *exception = EG(exception); in phpdbg_execute_ex() local
1669 if (exception && zend_is_unwind_exit(exception)) { in phpdbg_execute_ex()
[all …]
/PHP-8.2/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.2/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.2/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
/PHP-8.2/ext/standard/tests/strings/
H A Dsscanf_error.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt18 } catch (TypeError $exception) {
20 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_version_write.phpt9 throw new Exception("An exception was thrown");
31 An exception was thrown

Completed in 47 milliseconds

12345678910>>...35