Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dmulti.c119 static int curl_compare_objects( zval *z1, zval *z2 ) /* {{{ */ in curl_compare_objects() argument
121 return (Z_TYPE_P(z1) == Z_TYPE_P(z2) && in curl_compare_objects()
123 Z_OBJ_P(z1) == Z_OBJ_P(z2)); in curl_compare_objects()
/php-src/Zend/
H A Dzend_strtod.c851 ULong z2; local
899 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
900 carry = z2 >> 16;
901 Storeinc(xc, z2, z);
910 z2 = *xc;
914 Storeinc(xc, z, z2);
915 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
916 carry = z2 >> 16;
919 *xc = z2;
H A Dzend_operators.c2362 static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ in hash_zval_identical_function() argument
2370 ZVAL_DEREF(z2); in hash_zval_identical_function()
2371 return fast_is_not_identical_function(z1, z2); in hash_zval_identical_function()
3374 static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ argument
3376 return zend_compare(z1, z2);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15452 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]
H A Dmagic15452 >>12 regex/4l \^[A-Za-z][A-Za-z][A-Za-z/][A-Za-z2\ ]

Completed in 203 milliseconds