Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
/PHP-5.3/ext/spl/tests/
H A Dbug37457.phpt2 Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
H A Dpqueue_002.phpt7 throw new exception("foo");
H A Dheap_004.phpt7 throw new exception("foo");
H A Diterator_047.phpt2 SPL: RecursiveCachingIterator and exception in has/getChildren
/PHP-5.3/ext/spl/
H A Dspl_iterators.c213 while (!EG(exception)) { in spl_recursive_it_move_forward_ex()
219 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
240 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
276 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
303 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
354 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
559 if (EG(exception)) { in spl_recursive_it_it_construct()
1762 if (EG(exception)) { in spl_filter_it_fetch()
3326 if (EG(exception)) { in spl_iterator_apply()
3369 if (EG(exception)) { in spl_iterator_to_array_apply()
[all …]
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_020.phpt2 sqlite-oo: factory and exception
/PHP-5.3/ext/phar/tests/zip/
H A Dphar_stub_error.phpt27 catch(exception $e)
/PHP-5.3/ext/phar/tests/tar/
H A Dphar_stub_error.phpt27 } catch(exception $e) {
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
/PHP-5.3/ext/oci8/tests/
H A Dpecl_bug16842.phpt2 PECL Bug #16842 (NO_DATA_FOUND exception is a warning)
H A Dconnect_scope_try1.phpt42 $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try3.phpt42 $s = oci_parse($c, "insert into scope_try3_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try4.phpt42 $s = oci_parse($c, "insert into scope_try4_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try5.phpt42 $s = oci_parse($c, "insert into scope_try5_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try6.phpt42 $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
/PHP-5.3/ext/phar/tests/
H A Dphar_stub_error.phpt30 catch(exception $e)
/PHP-5.3/ext/spl/internal/
H A Dcachingiterator.inc129 * @throw exception when CALL_TOSTRING was not specified in constructor
143 …throw new exception('CachingIterator does not fetch string value (see CachingIterator::__construct…
/PHP-5.3/ext/spl/examples/
H A Ddbareader.inc32 throw new exception('Could not open file ' . $file);
H A Ddbaarray.inc32 throw new exception("Databse could not be opened");
/PHP-5.3/sapi/cli/tests/
H A D005.phpt17 var_dump(`"$php" -n --rc exception`);
/PHP-5.3/ext/soap/
H A Dsoap.c114 if (EG(exception) == NULL || \
1772 if (EG(exception)) {
1826 if (EG(exception)) {
1858 if (EG(exception)) {
1995 if (EG(exception)) {
2038 if (EG(exception)) {
2340 zval *fault, *exception; local
2369 MAKE_STD_ZVAL(exception);
2978 if (!EG(exception) &&
2983 zval *exception; local
[all …]
/PHP-5.3/Zend/
H A Dzend_vm_def.h2197 if (EG(exception)) { in ZEND_VM_HELPER()
2244 if (EG(exception)) { in ZEND_VM_HELPER()
2417 if (EG(exception)) { in ZEND_VM_HELPER()
2535 zval *exception; variable
2545 ALLOC_ZVAL(exception);
2591 EG(exception) = NULL;
3000 if (!EG(exception)) {
3347 if (EG(exception)) {
3670 if (EG(exception)) {
3682 if (EG(exception)) {
[all …]
H A Dzend_execute_API.c196 EG(exception) = NULL; in init_executor()
414 if(EG(exception) && EG(opline_ptr) && active_opline->opcode == ZEND_HANDLE_EXCEPTION && in zend_get_executed_lineno()
780 if (EG(exception)) { in zend_call_function()
996 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
1020 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
1035 if (EG(exception)) { in zend_call_function()
1239 if (handle_exceptions && EG(exception)) { in zend_eval_stringl_ex()
1240 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1318 if (EG(exception)) { in execute_new_code()
1319 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
[all …]
/PHP-5.3/sapi/cli/
H A Dphp_cli.c1176 if (EG(exception)) { in WinMain()
1177 zend_exception_error(EG(exception), E_WARNING TSRMLS_CC); in WinMain()
1321 if (EG(exception)) { in WinMain()
1322 …zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", siz… in WinMain()
1324 zval_ptr_dtor(&EG(exception)); in WinMain()
1325 EG(exception) = NULL; in WinMain()

Completed in 86 milliseconds

1234567891011