Searched defs:previous (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/ |
H A D | zend_exceptions.stub.php | 41 private ?Throwable $previous = null; variable in Exception 45 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {} 78 ?Throwable $previous = null 100 private ?Throwable $previous = null; variable in Error 106 public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) {}
|
H A D | zend_exceptions.c | 98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local 187 zend_object *previous = EG(exception); in zend_throw_exception_internal() local 311 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local 362 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
|
H A D | zend_fibers.h | 116 zend_fiber_context *previous; member
|
H A D | zend_fibers.c | 677 zend_fiber *previous = EG(active_fiber); in zend_fiber_resume_internal() local
|
/php-src/ext/zend_test/ |
H A D | fiber.h | 29 zend_fiber_context *previous; member
|
H A D | fiber.c | 51 zend_test_fiber *previous = ZT_G(active_fiber); in zend_test_fiber_resume() local
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 107 public function previous(): int {} function in IntlBreakIterator
|
H A D | codepointiterator_internal.cpp | 164 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 220 U_CFUNC PHP_METHOD(IntlBreakIterator, previous) in PHP_METHOD() argument
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 836 FT_UInt glyph_index, previous; local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 5664 PCRE2_UCHAR *previous = NULL; in compile_branch() local
|
Completed in 44 milliseconds