Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 11 of 11) sorted by relevance

/php-src/Zend/
H A Dzend_exceptions.stub.php41 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 Dzend_exceptions.c98 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
184 zend_object *previous = EG(exception); in zend_throw_exception_internal() local
308 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
359 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
H A Dzend_fibers.h116 zend_fiber_context *previous; member
H A Dzend_fibers.c670 zend_fiber *previous = EG(active_fiber); in zend_fiber_resume() local
/php-src/ext/zend_test/
H A Dfiber.h29 zend_fiber_context *previous; member
H A Dfiber.c51 zend_test_fiber *previous = ZT_G(active_fiber); in zend_test_fiber_resume() local
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php107 public function previous(): int {} function in IntlBreakIterator
H A Dcodepointiterator_internal.cpp164 int32_t CodePointBreakIterator::previous(void) in previous() function in CodePointBreakIterator
H A Dbreakiterator_methods.cpp226 U_CFUNC PHP_METHOD(IntlBreakIterator, previous) in PHP_METHOD() argument
/php-src/ext/gd/libgd/
H A Dgdft.c836 FT_UInt glyph_index, previous; local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5663 PCRE2_UCHAR *previous = NULL; in compile_branch() local

Completed in 48 milliseconds