Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.h865 static zend_always_inline bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function() function
H A Dzend_vm_def.h460 result = fast_is_identical_function(op1, op2);
475 result = fast_is_identical_function(op1, op2);
9736 result = fast_is_identical_function(op1, op2);
9749 result = fast_is_identical_function(op1, op2);
H A Dzend_vm_execute.h6006 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER()
19857 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER()
19872 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CONST_HANDLER()
20755 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER()
20770 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_TMP_HANDLER()
20799 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_VAR_HANDLER()
21233 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_TMP_CV_HANDLER()
22816 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER()
22831 result = fast_is_identical_function(op1, op2); in ZEND_CASE_STRICT_SPEC_VAR_CONST_HANDLER()
28036 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER()
[all …]
H A Dzend_inheritance.c1700 is_compatible = fast_is_identical_function(op1, op2); in check_trait_property_or_constant_value_compatibility()
/PHP-8.3/ext/spl/
H A Dspl_observer.c1091 if (fast_is_identical_function(&zinfo, &element->inf)) { in PHP_METHOD()
/PHP-8.3/ext/standard/
H A Darray.c1596 if (fast_is_identical_function(value, entry)) { in php_search_array()
4311 if (fast_is_identical_function(search_value, entry)) {

Completed in 276 milliseconds