Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_operators.h887 static zend_always_inline zend_bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function() function
H A Dzend_vm_execute.h4941 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER()
18656 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER()
19368 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER()
22130 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER()
26357 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER()
26590 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_VAR_VAR_HANDLER()
38398 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER()
44783 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CV_TMP_HANDLER()
45015 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CV_VAR_HANDLER()
46907 result = fast_is_identical_function(op1, op2); in ZEND_IS_IDENTICAL_SPEC_CV_CV_HANDLER()
H A Dzend_vm_def.h467 result = fast_is_identical_function(op1, op2);
/PHP-7.4/ext/spl/
H A Dspl_observer.c1092 if (fast_is_identical_function(info, &element->inf)) { in SPL_METHOD()
/PHP-7.4/ext/standard/
H A Darray.c1591 if (fast_is_identical_function(value, entry)) { in php_search_array()
3982 if (fast_is_identical_function(search_value, entry)) {

Completed in 185 milliseconds