Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.5/Zend/tests/
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
/PHP-5.5/ext/spl/
H A Dspl_iterators.c221 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
243 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
279 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
306 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
357 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
562 if (EG(exception)) { in spl_recursive_it_it_construct()
1785 if (EG(exception)) { in spl_filter_it_fetch()
1957 if (EG(exception)) { in SPL_METHOD()
3487 if (EG(exception)) { in spl_iterator_apply()
3526 if (EG(exception)) { in spl_iterator_to_array_apply()
[all …]
/PHP-5.5/Zend/
H A Dzend_vm_def.h2387 if (EG(exception)) {
2960 zval *exception; variable
2975 ALLOC_ZVAL(exception);
2978 zval_copy_ctor(exception);
2991 zval *exception; variable
2996 if (EG(exception) == NULL) {
3026 exception = EG(exception);
3038 if (UNEXPECTED(EG(exception) != exception)) {
3039 Z_ADDREF_P(EG(exception));
3042 EG(exception) = NULL;
[all …]
H A Dzend_generators.c395 if (UNEXPECTED(EG(exception) != NULL)) { in zend_generator_resume()
552 zval *exception, *exception_copy; in ZEND_METHOD() local
555 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception) == FAILURE) { in ZEND_METHOD()
560 MAKE_COPY_ZVAL(&exception, exception_copy); in ZEND_METHOD()
717 ZEND_ARG_INFO(0, exception)
H A Dzend_execute_API.c183 EG(exception) = NULL; in init_executor()
747 if (EG(exception)) { in zend_call_function()
962 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
986 if (EG(exception) && fci->retval_ptr_ptr) { in zend_call_function()
1001 if (EG(exception)) { in zend_call_function()
1230 if (handle_exceptions && EG(exception)) { in zend_eval_stringl_ex()
1231 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in zend_eval_stringl_ex()
1308 if (EG(exception)) { in execute_new_code()
1309 zend_exception_error(EG(exception), E_ERROR TSRMLS_CC); in execute_new_code()
1499 if (!silent && !EG(exception)) { in zend_fetch_class()
[all …]
/PHP-5.5/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.5/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.5/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");
H A Dpqueue_002.phpt7 throw new exception("foo");
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_stub_error.phpt27 } catch(exception $e) {
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_stub_error.phpt27 catch(exception $e)
/PHP-5.5/ext/phar/tests/
H A Dphar_stub_error.phpt30 catch(exception $e)
/PHP-5.5/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.5/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_try2.phpt42 $s = oci_parse($c, "insert into scope_try2_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
/PHP-5.5/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.5/ext/standard/tests/array/
H A Darray_walk_closure.phpt85 echo "\nclosure and exception\n";
205 closure and exception
/PHP-5.5/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.5/ext/soap/
H A Dsoap.c108 if (EG(exception) == NULL || \
1655 if (EG(exception)) {
1707 if (EG(exception)) {
1736 if (EG(exception)) {
1870 if (EG(exception)) {
1912 if (EG(exception)) {
2161 zval *fault, *exception; local
2190 MAKE_STD_ZVAL(exception);
2806 if (!EG(exception) &&
2811 zval *exception; local
[all …]
/PHP-5.5/sapi/cli/tests/
H A D005.phpt17 var_dump(`"$php" -n --rc exception`);

Completed in 76 milliseconds

1...<<11121314