Home
last modified time | relevance | path

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

/PHP-8.2/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.2/Zend/
H A Dzend_operators.h70 ZEND_API bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2);
880 return zend_is_identical(op1, op2); in fast_is_identical_function()
890 return !zend_is_identical(op1, op2); in fast_is_not_identical_function()
H A Dzend_operators.c2281 ZEND_API bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2) /* {{{ */ in zend_is_identical() function
2312 ZVAL_BOOL(result, zend_is_identical(op1, op2)); in is_identical_function()
2319 ZVAL_BOOL(result, !zend_is_identical(op1, op2)); in is_not_identical_function()
H A Dzend_execute.c3488 if (!zend_is_identical(&coerced_value, &tmp)) { in zend_verify_ref_assignable_zval()
/PHP-8.2/Zend/Optimizer/
H A Dsccp.c184 ZEND_ASSERT(zend_is_identical(value, new) || in set_value()
1900 if (val2 && zend_is_identical(val1, val2)) { in join_hash_tables()
1968 } else if (!zend_is_identical(a, b)) { in join_phi_values()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc7673 if (zend_is_identical(Z_ZV(op1_addr), Z_ZV(op2_addr))) {
7809 | EXT_CALL zend_is_identical, REG0
H A Dzend_jit_x86.dasc8279 if (zend_is_identical(Z_ZV(op1_addr), Z_ZV(op2_addr))) {
8415 | EXT_CALL zend_is_identical, r0

Completed in 112 milliseconds