Home
last modified time | relevance | path

Searched refs:zend_new_pair (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/
H A Dhttp.c358 RETVAL_ARR(zend_new_pair(&post, &files)); in PHP_FUNCTION()
/php-src/ext/pcre/
H A Dphp_pcre.c942 ZVAL_ARR(&PCRE_G(unmatched_null_pair), zend_new_pair(&val1, &val2)); in init_unmatched_null_pair()
949 ZVAL_ARR(&PCRE_G(unmatched_empty_pair), zend_new_pair(&val1, &val2)); in init_unmatched_empty_pair()
1009 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
/php-src/ext/zend_test/
H A Dtest.c987 RETURN_ARR(zend_new_pair(&name_zv, arguments)); in ZEND_METHOD()
/php-src/Zend/
H A Dzend_hash.h335 ZEND_API HashTable* ZEND_FASTCALL zend_new_pair(zval *val1, zval *val2);
H A Dzend_hash.c296 ZEND_API HashTable* ZEND_FASTCALL zend_new_pair(zval *val1, zval *val2) in zend_new_pair() function

Completed in 33 milliseconds