Home
last modified time | relevance | path

Searched refs:unmatched_null_pair (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/pcre/
H A Dphp_pcre.h83 zval unmatched_null_pair; variable
H A Dphp_pcre.c299 ZVAL_UNDEF(&pcre_globals->unmatched_null_pair); in PHP_GINIT_FUNCTION()
484 zval_ptr_dtor(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
486 ZVAL_UNDEF(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
997 if (Z_ISUNDEF(PCRE_G(unmatched_null_pair))) { in add_offset_pair()
1002 init_unmatched_null_pair(&PCRE_G(unmatched_null_pair)); in add_offset_pair()
1005 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_null_pair)); in add_offset_pair()

Completed in 16 milliseconds