Searched refs:fast_is_identical_function (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_operators.h | 865 static zend_always_inline bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function() function
|
H A D | zend_vm_def.h | 460 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 D | zend_vm_execute.h | 6006 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 D | zend_inheritance.c | 1700 is_compatible = fast_is_identical_function(op1, op2); in check_trait_property_or_constant_value_compatibility()
|
/PHP-8.3/ext/spl/ |
H A D | spl_observer.c | 1100 if (fast_is_identical_function(&zinfo, &element->inf)) { in PHP_METHOD()
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 1596 if (fast_is_identical_function(value, entry)) { in php_search_array() 4312 if (fast_is_identical_function(search_value, entry)) {
|
Completed in 165 milliseconds