Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar31 } catch (exception $e) {
43 } catch (exception $e) {
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c907 if (!EG(exception)) { in preg_do_repl_func()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c154 } else if (EG(exception) == NULL) { in pdo_handle_error()
/PHP-5.5/Zend/
H A Dzend_API.c3946 current->exception = EG(exception_class); in zend_save_error_handling()
3971 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
/PHP-5.5/ext/phar/
H A Dphar.c318 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
/PHP-5.5/ext/standard/
H A Darray.c1061 while (!EG(exception) && zend_hash_get_current_data(target_hash, (void **)&args[0]) == SUCCESS) { in php_array_walk()
/PHP-5.5/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.5/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.5/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.5/ext/fileinfo/tests/
H A Dmagic16785 >>116 belong =8 (arithmetic exception)

Completed in 232 milliseconds

1...<<11121314