Home
last modified time | relevance | path

Searched refs:exception (Results 251 – 275 of 347) sorted by relevance

1...<<11121314

/PHP-5.6/Zend/tests/
H A Dbug61767.phpt20 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: undefined' in %s…
H A Dbug41209.phpt42 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: id' in %s:%d
H A Dbug48409.phpt2 Bug #48409 (crash when exception is thrown while passing function arguments)
H A Dbug32674.phpt2 Bug #32674 (exception in iterator causes crash)
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
/PHP-5.6/ext/date/tests/
H A DDateTimeZone_construct_error.phpt27 Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() expects exact…
H A DDateTime_construct_error.phpt28 Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct() expects at most 2…
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt33 exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error-win.php…
H A Dbug68760.phpt2 Bug #68760 (Callback throws exception behaviour. Segfault in 5.6)
H A Dsqlite3_21_security.phpt37 exception 'Exception' with message 'open_basedir prohibits opening %s' in %ssqlite3_21_security.php…
/PHP-5.6/ext/phar/tests/zip/
H A Dfrontcontroller13.phar.phpt17 Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not…
H A Dphar_stub_error.phpt27 catch(exception $e)
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug53782.phpt2 PDO MySQL Bug #53782 (foreach throws irrelevant exception)
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug67462.phpt2 PDO PgSQL Bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception when not in transactio…
/PHP-5.6/ext/spl/
H A Dspl_iterators.c239 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
261 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
297 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
324 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
375 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
584 if (EG(exception)) { in spl_recursive_it_it_construct()
1859 if (EG(exception)) { in spl_filter_it_fetch()
2031 if (EG(exception)) { in SPL_METHOD()
3568 if (EG(exception)) { in spl_iterator_apply()
3607 if (EG(exception)) { in spl_iterator_to_array_apply()
[all …]
/PHP-5.6/ext/session/tests/
H A Dsession_module_name_variation3.phpt44 Fatal error: Uncaught exception 'Exception' with message 'Stop...!' in %s:%d
H A Dsession_set_save_handler_error3.phpt37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
/PHP-5.6/ext/intl/tests/
H A Dtimezone_toDateTimeZone_error.phpt30 …DateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw exception in %s on line %d
/PHP-5.6/ext/spl/tests/
H A Dbug37457.phpt2 Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
H A Dheap_004.phpt7 throw new exception("foo");
/PHP-5.6/Zend/
H A Dzend_execute_API.c183 EG(exception) = NULL; in init_executor()
642 if (EG(exception)) { in zend_call_function()
860 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
884 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
899 if (EG(exception)) { in zend_call_function()
1128 if (handle_exceptions && EG(exception)) { in zend_eval_stringl_ex()
1129 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1206 if (EG(exception)) { in execute_new_code()
1207 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1397 if (!silent && !EG(exception)) { in zend_fetch_class()
[all …]
/PHP-5.6/ext/phar/tests/tar/
H A Dphar_stub_error.phpt27 } catch(exception $e) {
/PHP-5.6/ext/oci8/tests/
H A Dpecl_bug16842.phpt2 PECL Bug #16842 (NO_DATA_FOUND exception is a warning)
/PHP-5.6/ext/phar/tests/
H A Dphar_stub_error.phpt30 catch(exception $e)

Completed in 47 milliseconds

1...<<11121314