Home
last modified time | relevance | path

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

1...<<11

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c92 …if (EG(exception) && Z_OBJCE_P(EG(exception)) == reflection_exception_ptr) { …
1369 if (EG(exception)) { in _reflection_export()
1394 if (result == FAILURE && EG(exception) == NULL) { in _reflection_export()
3051 if (!EG(exception)) { in reflection_class_object_ctor()
3621 if (!EG(exception)) { in ZEND_METHOD()
/PHP-5.3/ext/standard/
H A Dvar.c789 if (res == SUCCESS && !EG(exception)) { in php_var_serialize_intern()
H A Darray.c1070 while (!EG(exception) && zend_hash_get_current_data(target_hash, (void **)&args[0]) == SUCCESS) { in php_array_walk()
/PHP-5.3/
H A DCODING_STANDARDS174 The only exception to this rule is code that is Win32-specific,
/PHP-5.3/ext/spl/
H A Dspl_directory.c257 if (EG(exception) || intern->u.dir.dirp == NULL) { in spl_filesystem_dir_open()
259 if (!EG(exception)) { in spl_filesystem_dir_open()
290 if (!EG(exception)) { in spl_filesystem_file_open()
H A Dspl_array.c1895 if (EG(exception)) { in spl_array_unserialize()
/PHP-5.3/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.3/scripts/dev/
H A Dgenerate-phpt.phar31 } catch (exception $e) {
43 } catch (exception $e) {
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c154 } else if (EG(exception) == NULL) { in pdo_handle_error()
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1369 REGISTER_SQLITE_CLASS(Exception, exception, spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()
1371 REGISTER_SQLITE_CLASS(Exception, exception, zend_exception_get_default(TSRMLS_C)); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c856 if (!EG(exception)) { in preg_do_repl_func()
/PHP-5.3/Zend/
H A Dzend_API.c3607 current->exception = EG(exception_class); in zend_save_error_handling()
3632 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
/PHP-5.3/main/
H A Dmain.c975 if (EG(error_handling) == EH_THROW && !EG(exception)) { in php_error_cb()
/PHP-5.3/ext/phar/
H A Dphar.c320 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt429 0x10ffff, with the exception of values in the range 0xd800 to 0xdfff
758 0x10ffff, with the exception of values in the range 0xd800 to 0xdfff
1416 exception: when a lookaround assertion is encountered, the characters
4407 not contain any | characters. There is one exception to this: the name
5366 exception. If the two-character sequence CRLF is present in the subject
6882 With the exception of (*FAIL), which behaves like a failing negative
6889 tern, with one exception: the name from a *(MARK), (*PRUNE), or (*THEN)
/PHP-5.3/build/
H A Dlibtool.m42887 # We don't want -fno-exception wen compiling C++ code, so set the
4140 # As a special exception to the GNU General Public License, if you
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic14311 >>116 belong =8 (arithmetic exception)

Completed in 178 milliseconds

1...<<11