Home
last modified time | relevance | path

Searched refs:exception (Results 601 – 625 of 852) sorted by relevance

1...<<21222324252627282930>>...35

/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation29.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";
H A Dfscanf_variation35.phpt56 } catch (ValueError $exception) {
57 echo $exception->getMessage() . "\n";
H A Dfscanf_variation4.phpt57 } catch (ValueError $exception) {
58 echo $exception->getMessage() . "\n";
H A Dfscanf_variation41.phpt56 } catch (ValueError $exception) {
57 echo $exception->getMessage() . "\n";
H A Dfscanf_variation47.phpt56 } catch (ValueError $exception) {
57 echo $exception->getMessage() . "\n";
H A Dfscanf_variation13.phpt53 } catch (ValueError $exception) {
54 echo $exception->getMessage() . "\n";
H A Dfscanf_variation16.phpt60 } catch (ValueError $exception) {
61 echo $exception->getMessage() . "\n";
H A Dfscanf_variation19.phpt57 } catch (ValueError $exception) {
58 echo $exception->getMessage() . "\n";
H A Dfscanf_variation22.phpt60 } catch (ValueError $exception) {
61 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/ldap/tests/
H A Dldap_add_error.phpt56 } catch (ValueError $exception) {
57 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Djoin_variation1.phpt76 } catch (TypeError $exception) {
77 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_column.phpt102 } catch (Error $exception) {
103 echo $exception->getMessage() . "\n";
H A Dmysqli_query_iterators.phpt35 } catch (Error $exception) {
36 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_column_libmysql.phpt100 } catch (Error $exception) {
101 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_object.phpt91 } catch (Error $exception) {
92 echo $exception->getMessage() . "\n";
100 I'm using the procedural interface, this should not throw an exception.
/PHP-8.1/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt57 } catch (TypeError $exception) {
58 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/
H A Dzend.c1180 if (EG(exception)) { in zenderror()
1412 if (EG(exception)) { in zend_error_zstr_at()
1427 EG(exception) = NULL; in zend_error_zstr_at()
1501 } else if (!EG(exception)) { in zend_error_zstr_at()
1816 old_exception = EG(exception); in zend_user_exception_handler()
1817 EG(exception) = NULL; in zend_user_exception_handler()
1823 if (EG(exception)) { in zend_user_exception_handler()
1824 OBJ_RELEASE(EG(exception)); in zend_user_exception_handler()
1825 EG(exception) = NULL; in zend_user_exception_handler()
1829 EG(exception) = old_exception; in zend_user_exception_handler()
[all …]
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug67462.phpt2 PDO PgSQL Bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception when not in transactio…
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt2 __toString() exception during PDO Sqlite parameter binding
/PHP-8.1/Zend/tests/
H A Ddeprecation_to_exception_during_inheritance.phpt2 Deprecation promoted to exception should result in fatal error during inheritance
H A Dbug48409.phpt2 Bug #48409 (crash when exception is thrown while passing function arguments)
H A Dbug45805.phpt2 Bug #45805 (Crash on throwing exception from error handler)
/PHP-8.1/ext/pdo/tests/
H A Dbug_72368.phpt2 PDO Common: Bug #72368 (PdoStatement->execute() fails but does not throw an exception)
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_024.phpt41 0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)

Completed in 33 milliseconds

1...<<21222324252627282930>>...35