Home
last modified time | relevance | path

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

/PHP-8.1/ext/curl/
H A Dmulti.c114 static int curl_compare_objects( zval *z1, zval *z2 ) /* {{{ */ in curl_compare_objects() argument
116 return (Z_TYPE_P(z1) == Z_TYPE_P(z2) && in curl_compare_objects()
118 Z_OBJ_P(z1) == Z_OBJ_P(z2)); in curl_compare_objects()
/PHP-8.1/Zend/
H A Dzend_strtod.c857 ULong z2; local
905 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
906 carry = z2 >> 16;
907 Storeinc(xc, z2, z);
916 z2 = *xc;
920 Storeinc(xc, z, z2);
921 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
922 carry = z2 >> 16;
925 *xc = z2;
H A Dzend_operators.c2218 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument
2226 ZVAL_DEREF(z2); in hash_zval_identical_function()
2227 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()
3041 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument
3043 return zend_compare(z1, z2);
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13972 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]
H A Dmagic私はガラスを食べられます13972 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]

Completed in 144 milliseconds