Home
last modified time | relevance | path

Searched refs:zend_is_identical (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/spl/tests/
H A Dfixedarray_023.phpt7 …$x[0] = NAN; // Test NAN just in case this check is incorrectly refactored to use zend_is_identical
/PHP-8.0/Zend/
H A Dzend_operators.h57 ZEND_API zend_bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2);
895 return zend_is_identical(op1, op2); in fast_is_identical_function()
905 return !zend_is_identical(op1, op2); in fast_is_not_identical_function()
H A Dzend_operators.c2205 ZEND_API zend_bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2) /* {{{ */ in zend_is_identical() function
2236 ZVAL_BOOL(result, zend_is_identical(op1, op2)); in is_identical_function()
2243 ZVAL_BOOL(result, !zend_is_identical(op1, op2)); in is_not_identical_function()
H A Dzend_execute.c3252 if (!zend_is_identical(&coerced_value, &tmp)) { in zend_verify_ref_assignable_zval()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c186 ZEND_ASSERT(zend_is_identical(value, new) || in set_value()
2020 if (val2 && zend_is_identical(val1, val2)) { in join_hash_tables()
2088 } else if (!zend_is_identical(a, b)) { in join_phi_values()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc8324 if (zend_is_identical(Z_ZV(op1_addr), Z_ZV(op2_addr))) {
8456 | EXT_CALL zend_is_identical, r0

Completed in 93 milliseconds