Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c98 …if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { …
1457 if (EG(exception)) { in _reflection_export()
1482 if (result == FAILURE && EG(exception) == NULL) { in _reflection_export()
1507 if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { in _reflection_param_get_default_param()
3398 if (!EG(exception)) { in reflection_class_object_ctor()
3957 if (!EG(exception)) { in ZEND_METHOD()
/PHP-5.6/main/streams/
H A Duserspace.c655 if (EG(exception)) { in php_userstreamop_write()
708 if (EG(exception)) { in php_userstreamop_read()
/PHP-5.6/ext/xml/
H A Dxml.c513 if (parser && handler && !EG(exception)) { in xml_call_handler()
560 return EG(exception) ? NULL : retval; in xml_call_handler()
/PHP-5.6/Zend/
H A Dzend.h860 zend_class_entry *exception; member
H A Dzend_execute.c776 if (retval && !EG(exception)) { in zend_assign_to_object()
1780 if (EXPECTED(!EG(exception))) { \
H A Dzend_API.c4025 current->exception = EG(exception_class); in zend_save_error_handling()
4050 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt266 correctly formed e-mail address (exception are
/PHP-5.6/
H A DCODING_STANDARDS194 The only exception to this rule is code that is Win32-specific,
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c985 if (!EG(exception)) { in _php_mb_regex_ereg_replace_exec()
/PHP-5.6/ext/spl/
H A Dspl_directory.c259 if (EG(exception) || intern->u.dir.dirp == NULL) { in spl_filesystem_dir_open()
261 if (!EG(exception)) { in spl_filesystem_dir_open()
292 if (!EG(exception)) { in spl_filesystem_file_open()
/PHP-5.6/main/
H A Dmain.c1101 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
2192 EG(exception) = NULL; in php_module_startup()
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE271 6. As an exception to the Sections above, you may also combine or
320 reproducing the executable from it. However, as a special exception,
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar31 } catch (exception $e) {
43 } catch (exception $e) {
/PHP-5.6/ext/pdo/
H A Dpdo_dbh.c154 } else if (EG(exception) == NULL) { in pdo_handle_error()
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c942 if (!EG(exception)) { in preg_do_repl_func()
/PHP-5.6/ext/phar/
H A Dphar.c318 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
/PHP-5.6/ext/standard/
H A Darray.c1062 while (!EG(exception) && zend_hash_get_current_data(target_hash, (void **)&args[0]) == SUCCESS) { in php_array_walk()
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput15302 the case almost all the time, but there is one exception that is perhaps a
H A Dtestoutput18799 the case almost all the time, but there is one exception that is perhaps a
/PHP-5.6/build/
H A Dlibtool.m42890 # We don't want -fno-exception wen compiling C++ code, so set the
4143 # As a special exception to the GNU General Public License, if you
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt448 0x10ffff, with the exception of values in the range 0xd800 to 0xdfff
779 0x10ffff, with the exception of values in the range 0xd800 to 0xdfff
1450 exception: when a lookaround assertion is encountered, the characters
5696 exception. If the two-character sequence CRLF is present in the subject
7294 algorithm. With the exception of (*FAIL), which behaves like a failing
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic17884 >>116 belong =8 (arithmetic exception)

Completed in 326 milliseconds

1...<<11121314