Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.h84 zval unmatched_null_pair; variable
H A Dphp_pcre.c309 ZVAL_UNDEF(&pcre_globals->unmatched_null_pair); in PHP_GINIT_FUNCTION()
504 zval_ptr_dtor(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
506 ZVAL_UNDEF(&PCRE_G(unmatched_null_pair)); in PHP_RSHUTDOWN_FUNCTION()
942 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
995 if (Z_ISUNDEF(PCRE_G(unmatched_null_pair))) { in add_offset_pair()
998 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_null_pair)); in add_offset_pair()

Completed in 11 milliseconds