Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dmulti.c129 static int curl_compare_resources( zval *z1, zval *z2 ) /* {{{ */ in curl_compare_resources() argument
131 return (Z_TYPE_P(z1) == Z_TYPE_P(z2) && in curl_compare_resources()
132 Z_TYPE_P(z1) == IS_RESOURCE && in curl_compare_resources()
133 Z_RES_P(z1) == Z_RES_P(z2)); in curl_compare_resources()
/PHP-7.4/Zend/
H A Dzend_operators.c2219 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument
2226 ZVAL_DEREF(z1); in hash_zval_identical_function()
2228 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()
2962 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument
2966 if (compare_function(&result, z1, z2)==FAILURE) {

Completed in 16 milliseconds