Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/oci8/tests/
H A Dconnect_scope_try2.phpt42 $s = oci_parse($c, "insert into scope_try2_tab values (ABC)"); // syntax error -> throws exception
/PHP-5.3/Zend/
H A Dzend_vm_execute.skl12 if (EG(exception)) {
H A Dzend_globals.h245 zval *exception, *prev_exception; member
H A Dzend_object_handlers.c525 if (!EG(exception)) { in zend_std_read_dimension()
572 if (check_empty && result && !EG(exception)) { in zend_std_has_dimension()
1203 if (!EG(exception) && zobj->ce->__get && !guard->in_get) { in zend_std_has_property()
1282 …all_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(exception))) { in zend_std_cast_object_tostring()
1283 if (EG(exception)) { in zend_std_cast_object_tostring()
1287 EG(exception) = NULL; in zend_std_cast_object_tostring()
H A Dzend_vm_execute.h49 if (EG(exception)) { in execute()
197 if (EG(exception)) { in zend_leave_helper_SPEC()
244 if (EG(exception)) { in zend_leave_helper_SPEC()
417 if (EG(exception)) { in zend_do_fcall_common_helper_SPEC()
1274 EG(exception) = NULL; in ZEND_CATCH_SPEC_CV_HANDLER()
1721 zval *exception; in ZEND_THROW_SPEC_CONST_HANDLER() local
1823 if (!EG(exception)) { in ZEND_CLONE_SPEC_CONST_HANDLER()
2017 if (EG(exception)) { in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
5016 zval *exception; in ZEND_THROW_SPEC_TMP_HANDLER() local
8262 zval *exception; in ZEND_THROW_SPEC_VAR_HANDLER() local
[all …]
H A Dzend_execute.c609 if (!RETURN_VALUE_UNUSED(result) && !EG(exception)) { in zend_assign_to_object()
1287 if (EXPECTED(!EG(exception))) { \
H A Dzend.h766 zend_class_entry *exception; member
/PHP-5.3/ext/spl/
H A Dspl_heap.c107 if (EG(exception)) { in spl_ptr_heap_cmp_cb_helper()
146 if (EG(exception)) { in spl_ptr_heap_zval_max_cmp()
171 if (EG(exception)) { in spl_ptr_heap_zval_min_cmp()
202 if (EG(exception)) { in spl_ptr_pqueue_zval_cmp()
256 if (EG(exception)) { in spl_ptr_heap_insert()
304 if (EG(exception)) { in spl_ptr_heap_delete_top()
H A Dspl_observer.c986 …t_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) { in SPL_METHOD()
1009 …t_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) { in SPL_METHOD()
1039 …t_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) { in SPL_METHOD()
1075 …t_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS && !EG(exception)) { in spl_multiple_iterator_get_all()
H A Dphp_spl.c269 if (!EG(exception)) { in spl_autoload()
304 while(pos1 && *pos1 && !EG(exception)) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/file/
H A Dbug38450_2.phpt109 Fatal error: Uncaught exception 'Exception' with message 'constructor' in %s:%d
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/PHP-5.3/ext/filter/tests/
H A D029.phpt65 /* thrown exception in the callback */
/PHP-5.3/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_driver.phpt73 …printf("[015] Error reporting mode has not been switched to exceptions and or no exception thrown\…
H A Dmysqli_fetch_object.phpt96 I'm using the procedural interface, this should not throw an exception.
/PHP-5.3/
H A DNEWS1101 exception and fatal error). (Hannes)
2040 exception). (Stas)
2695 . Added support for exception linking. (Marcus)
2718 . Changed exception handling. Now each op_array doesn't contain
4153 - Fixed "Floating point exception" inside wordwrap().
4219 exception). (Dmitry)
5192 . Made most iterator code exception safe.
5285 exception is thrown from __get method). (Tony)
6506 exception). (Dmitry)
6648 - Fixed bug #30707 (Segmentation fault on exception in method).
[all …]
H A DREADME.PARAMETER_PARSING_API37 parameter is not present. The only exception is O where the zend_class_entry*
H A DREADME.namespaces27 the file. The only exception is "declare" statement that can be used before.
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c57 if (db_obj->exception) { in php_sqlite3_error()
1256 RETVAL_BOOL(db_obj->exception);
1258 db_obj->exception = enableExceptions;
2131 intern->exception = 0;
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt142 printf("[030] No false and no exception - that's wrong.\n");
/PHP-5.3/ext/phar/
H A Dphar_object.c710 if (!EG(exception)) {
1274 } else if (!EG(exception)) {
1452 if (EG(exception)) {
1481 if (EG(exception)) {
1644 if (EG(exception)) {
1848 if (EG(exception)) {
1865 if (EG(exception)) {
/PHP-5.3/ext/soap/
H A Dphp_encoding.c2344 if (EG(exception)) { in to_xml_array()
2350 if (EG(exception)) { in to_xml_array()
2356 if (EG(exception)) { in to_xml_array()
2361 if (EG(exception)) { in to_xml_array()
2366 if (EG(exception)) { in to_xml_array()
2384 if (EG(exception)) { in to_xml_array()
2390 if (EG(exception)) { in to_xml_array()
/PHP-5.3/ext/xml/
H A Dxml.c508 if (parser && handler && !EG(exception)) { in xml_call_handler()
554 return EG(exception) ? NULL : retval; in xml_call_handler()
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt266 correctly formed e-mail address (exception are

Completed in 189 milliseconds

1234567891011