Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.h77 zval unmatched_null_pair; variable
H A Dphp_pcre.c282 ZVAL_UNDEF(&pcre_globals->unmatched_null_pair); in PHP_GINIT_FUNCTION()
492 zval_ptr_dtor(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
494 ZVAL_UNDEF(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
973 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
1032 if (Z_ISUNDEF(PCRE_G(unmatched_null_pair))) { in add_offset_pair()
1035 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_null_pair)); in add_offset_pair()

Completed in 17 milliseconds